CSS Stuff I’m Excited After the Last CSSWG Meeting

From June 11–13, the CSS Working Group (CSSWG) held its second face-to-face meeting of the year in Coruña, Spain, with a long agenda of new features and improvements coming to language. If 2023 brought us incredible advances like …

CSS Stuff I’m Excited After the Last CSSWG…

Sara Joy: Everybody’s Free (To Write Websites)

Sarah Joy’s adaptation of the song “Everybody’s Free (To Wear Sunscreen)” (YouTube) originally by Baz Luhrman with lyrics pulled directly from Mary Schmich‘s classic essay, “Wear Sunscreen”. Anyone who has graduated high school since 1999 doesn’t even have …

Sarah Joy: Everybody’s Free (To Write Websites) originally…

CSS Selectors

A complete guide covering all of the various methods we have to select elements in CSS and how to use them for applying styles.

CSS Selectors originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter….

“If” CSS Gets Inline Conditionals

A few sirens went off a couple of weeks ago when the CSS Working Group (CSSWG) resolved to add an if() conditional to the CSS Values Module Level 5 specification. It was Lea Verou’s X post that same day that …

“If” CSS Gets Inline Conditionals originally…

Transitioning to Auto Height

I know this is something Chris has wanted forever, so it’s no surprise he’s already got a fantastic write-up just a day after the news broke. In fact, I first learned about it from his post and was unable …

Transitioning to Auto Height originally published on…

Poppin’ In

Oh, hey there! It’s been a hot minute, hasn’t it? Thought I’d pop in and say hello while we get to know the Popover API a bit.

Poppin’ In originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter….

CSS Length Units

A comprehensive guide covering nine types of lengths that CSS uses to size elements in terms of dimensions, space, time, and even sound.

CSS Length Units originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter….

Demystifying Screen Readers: Accessible Forms & Best Practices

This is the 3rd post in a small series we are doing on form accessibility. If you missed the 2nd post, check out Managing User Focus with :focus-visible. In this post we are going to look at using a …

Demystifying Screen Readers: Accessible Forms & Best…

Managing User Focus with :focus-visible

This is going to be the 2nd post in a small series we are doing on form accessibility. If you missed the first post, check out Accessible Forms with Pseudo Classes. In this post we are going to look …

Managing User Focus with :focus-visible originally published…