Links
Inline conditionals in CSS?
Last week, the CSS WG resolved to add an inline if() to CSS. But what does that mean, and why is it exciting?
Inline conditionals in CSS, now?
The CSS WG resolved to add if() to CSS, but that won’t be in browsers for a while. What are our options in the meantime?
One of the Boss Battles of CSS is Almost Won! Transitioning to Auto
The experimental CSS function
calc-size(auto)
can be used so that transitions and animations can go from zero to this value. But that is unlikely to be the final syntax! ⚠️ So be forewarned.
Against the backdrop
I’ve been wanting to write about
::backdrop
for quite some time now. I used to feel very strongly that::backdrop
is an utterly useless API. Thankfully, one of the biggest issues with::backdrop
(inheritance) was recently fixed in all browsers, which means::backdrop
is starting to become more viable than it was in the past.
How to browse the web with the keyboard alone
Some people use the keyboard to get around their computer, whether their laptop or mobile device. Knowing how to do this is important for both accessibility testing and understanding how to design and develop with keyboard-only users in mind.
Footnotes Progressively Enhanced to Popovers
You know popovers: It’s like when I put a superset number in a sentence and then link it down to the bottom of the post to explain something in more detail which would have been distracting detail to put in the paragraph itself. But “jumping down” like
<a href="#footnote-1">
is also distracting. Why not just open the extra information in a little popup?
Videos
Single CSS keyframe tricks are magic
What can you do with a single CSS keyframe? Turns out, quite a lot. With one key frame set at 50% you can tell CSS to animate from an initial property to the value at 50% and then back to the initial property again. This idea unlocks a whole realm of possibilities with just a single keyframe. We're going to show you nine different single keyframe techniques and dive into what they're useful for and how they work.
Sponsor
Sponsored by Cloud Four
Thanks to Cloud Four for sponsoring this week’s newsletter! They solve complex responsive web design and development challenges for ecommerce, healthcare, fashion, B2B, SaaS, and nonprofit organizations.
If you’d like to help with the costs of running Friday Front-End, you can back our Patreon for as little as a dollar a month.