Skip to main
Article

W3C Invited Expert on the CSS Working Group

Helping define the future of styles on the web

I’ve joined the CSS Working Group as a W3C Invited Expert to help to develop the next level of Cascading & Inheritance, in addition to other CSS standards. I’m also currently active in the CSS4 and Design Token Community Groups.

I was invited to join after the CSSWG approved work on my proposal for extending the CSS Cascade & Inheritance module, so that authors can define custom CSS origins. Jen Simmons presented the proposal at a CSSWG “face-to-face” meeting, along with supporting slides. I’ll write an article with details about the proposal soon.

I think it’s a brilliant idea. Almost want to stop talking about whether or not to do it, and just start talking syntax.

In the meantime, it’s an honor to join the W3C, and help define the future of a language I love. I have a lot to learn about the process, but I’m excited to start contributing!

Recent Articles

  1. A measuring tape with both imperial and metric, then a ruler with only metric, and another ruler with combined units
    Article post type

    The Best CSS Unit Might Be a Combination

    We don’t have to choose between px and rem for spacing

    There are many articles and established CSS best-practices that rely on determining the correct or best units to use. Now that comparison functions are well supported in CSS, we don’t have to choose.

    see all Article posts
  2. diagram of the box model, content inside, then padding, border, and margins.
    Article post type

    Don’t Inherit the Box Model

    It’s time to stop spreading this out-dated practice

    Setting the box-sizing model to border-box is one of the few remaining CSS ‘resets’ used across most projects. But there are two common approaches, and the more popular choice will cause more problems than it solves.

    see all Article posts
  3. Miriam gesturing as she talks in a video thumbnail
    Article post type

    Visualizing Responsive Typography

    What do all the numbers in our clamp() do?

    There are multiple tools that can help create a fluid font-size calculation for CSS – generally expressed as a clamp() function combining em (or rem) with vw (or vi) units. But the results are difficult to understand at a glance, so I wanted to visualize what’s going on…

    see all Article posts