I've seen improved, or would like to see improved?
Honestly, I'm terrible at the "what is CSS missing" question, lol. It has so much good stuff now!
I would like wrap detection in flexbox though :D
I've seen improved, or would like to see improved?
Honestly, I'm terrible at the "what is CSS missing" question, lol. It has so much good stuff now!
I would like wrap detection in flexbox though :D
This is a <select> so it wouldn't really help with that. However, a popover can probably do the job :)
codepen.io/beta
Current subscribers: 999940
The last 50k have gone so incredibly slowly I haven't been paying that much attention to the number until somewhat recently.
I also generally don't care about things like this, but suddenly I'm sort of nervous for some reason π
Will do a stream on Monday to celebrate π
Yeah, pretty incredible how terrible it's going.
Hopefully everyone was sandbagging, lol. It seems relatively close at the top. Closer than I expected with the big reg changes anyway.
Exciting! Request for developer feedback: focusgroup HTML attribute "a proposed declarative way to add keyboard arrow-key navigation to composite widgets such as toolbars, tablists, menus, listboxes, etc. Replaces hundreds of lines of JavaScript boilerplate." developer.chrome.com/blog/focusgr...
I figured they'd start the race to at least get some laps in to collect some data, but at this point, I'd be surprised if they even end up starting at all, which is pretty wild.
A custom prop called timing function, first with a value of ease, and then within an @supports, an updated version using a linear() function
Nested media ftw!
Makes me think of a @joshwcomeau.com post on here from a while back that looked at a similar idea with feature queries.
Something like this.
Please note that Chrome pushed an update, and
YOUR DEV CONSOLE (history) MAY BE READ BY HUMAN REVIEWERS.
Sure, console should never be treated as a secure env, but I still fucking hate this.
Amazing how we went from not being able to style selects, to doing things like this with them codepen.io/editor/cbols... (and this codepen.io/t_afif/pen/P...)
It's all good π
The 2026 F1 season is here π
So I built another experimental custom <select> β this time featuring F1 drivers.
See the demo on @codepen.io
codepen.io/editor/cbols...
Just got confirmation there will be a 1 player mode so that people can play along while watching... just what I needed, the extra stress of potential failure against *everyone* π
Recently I've seen recurring mentions of "IBM research" that shows "fixing accessibility bugs post-launch is 25x to 100x more expensive"
That's *absolutely fantastic* marketing material, so I wanted to get in on that. First, I decided to look for the actual research.
You know where this is going.
Explore Container Queries with @miriam.codes in the context of the delicious Baseline Bakery. Donuts & #CSS? Yum!
www.oddbird.net/2026/02/18/q...
Shared in the February issue of OddNews:
us19.campaign-archive.com?u=80219aa68d...
That's a great question for the @syntax.fm crew @tolin.ski @wesbos.com @w3cj.com
I know they built the platform from scratch, so if they haven't already created that feature, they have a couple of days to get it done π
Did you build your bracket yet?
Build your bracket for the world's first ever CSS tournament, March MadCSS.
Premieres Friday 10ET on YouTube, and the stakes are high.
win over $1,500 worth of prizes madcss.com
Just glad you have me at least making it out of the first round π
β Sending an email update about The Layout Maestro course in a few hours including release date, pricing, and more.
If you want to be the first to know (and get a discounted price), subscribe to the newsletter: layoutmaestro.ishadeed.com
π₯ Out now: video of my @cssday.nl talk on making the web greener at work with the Web Sustainability Guidelines youtu.be/u76IcrzZPwc
Modern CSS is in its new era β¨
π Starting Thursday, Iβm teaching a live workshop on building accessible, reusable interactive components using modern #CSS that is stack-agnostic.
Register if youβre ready to level up your component patterns + #accessibility π
π Discount link:
ti.to/smashingmaga...
yeah... but isn't that the same case when the animation triggers it to go to from true to false? The custom property instantly changes, which triggers the if() to change the value of the scale, which is set to transition when that value changes.
CSS shape() landed in Firefox 148. It's similar to path(), but allows the full expressiveness of CSSβ¦
This is fantastic.
It seems we can now customize the select element, right? right?!
Demo: codepen.io/t_afif/pen/P... via @codepen.io
At 100 attendees! And the best part of the conference is the people you meet, the community you're steeped in. (Or words to that effect.)
cssday.nl/attendees.html
This is such a cool concept! Pitting F1 teams against each other, but based on their websites.
So now thereβs the driverβs championship, the constructorβs championship, and the webmasterβs championship. π
Graph showing "Selector nesting depth". I have 547 flat selectors, 80 selectors that are nested 1 level deep, and 1 selector that is nested 2 levels deep.
I learned about Project Wallace (www.projectwallace.com) from @kevinpowell.coβs latest F1 video, and it's fun seeing the analysis for my own site!
I really try to avoid nested styles, and happily it seems like Iβve done a pretty good job at that. π