201 Followers
11 Following
26 Posts
I hack CSS: W3C CSSWG specwriter 2004– // Mozilla layout engine QA & coding 1999–2013

A good editor's response to "I didn't understand this part of your spec" might occasionally be "You need to read this other part first", or "You need to slow down and read more carefully"...

...but most of the time it's "I will clarify it".

Me entering my number in a form field: *enters 3 numbers*

Form field: NO NO, that's an invalid phone number

Me: *enters the next three numbers*

Form field: what the hell? NO, this is invalid

Me: *finishes the last four numbers*

Form field: Ohhh I get it now! Yeah that's valid

QOTD: “If you don’t tackle the hard questions at dinner time, when are you going to solve them?”
[css-grid-3] Designer/developer feedback on masonry layout · Issue #10233 · w3c/csswg-drafts

We just published an article about Grid Level 3 / Masonry layout on webkit.org, https://webkit.org/blog/15269/help-us-invent-masonry-layouts-for-css-grid-level-3/, and at the end of the article, we...

GitHub

Good CTA by @kizu: (If you have time), get your hands dirty with experimental web platform features and try to bend them in all sorts of ways … and then share your feedback and findings (blog post, CSSWG issues, browser bugs, …).

Together we can make the web better.

#cssday

"Flexbox is about distributing items along a primary axis."

I kinda love this definition.

#cssday

W3C @wai are excited to announce two immediate job openings to join the highly-collaborative international W3C WAI team:

We are seeking an Accessibility Content Specialist, for full-time remote work on digital accessibility materials

We are seeking a Web Technical Specialist, for full-time remote work in the USA, on a project developing the technical infrastructure to support accessibility materials development and delivery.

https://www.w3.org/news/2024/hiring-accessibility-content-specialist-worldwide-technical-specialist-usa/

Hiring: Accessibility Content Specialist (worldwide); Technical Specialist (USA)

The W3C Web Accessibility Initiative (WAI) is seeking two full-time remote staff members: Accessibility Content Specialist (worldwide); Technical Specialist (USA)

W3C
Happy New Year! This March marks 20 years since I joined the CSSWG officially. (!) I credit all my colleagues over the years for being so generally awesome that it’s hard to justify leaving. ;)

Just figured this out (thanks @fantasai for the hint): If you're a heavy user of mailing lists (like w3c's) and of Thunderbird, go into the Config Editor, and set "mailnews.headers.extraExpandedHeaders" to "Archived-At".

Now each message that is archived somewhere will let you know where, so that you can quote that and point others to it.

Can you Syntax Highlight a code snippet on the web without overloading the DOM with a ton of `<span>` elements wrapped around the tokens?

Thanks to the Custom Highlight API, you can!

https://codepen.io/bramus/full/VwRqGVo

Syntax highlighting code blocks with Prism and the Custom Highlight API

...