openwebdocs / project

project documentation, policies & meeting minutes
http://openwebdocs.org
Creative Commons Zero v1.0 Universal
359 stars 42 forks source link

OWD project: @layers and cascade #94

Closed estelle closed 2 years ago

estelle commented 2 years ago

Cascade layers are part of Interop 2022

Cascade layers give web developers more control over the cascade. They provide a way to group selectors into layers, each with its own specificity. Cascade layers are now supported in most, but not all, browsers.

Cascade layers mean developers don't need to order selectors carefully or create highly specific selectors to overwrite base CSS rules. It also means there has been a change to the cascade.

We have to:

dipikabh commented 2 years ago

Hi @estelle, just a heads up to let you know that I will be working on the @import page for issue#9369. I might also touch the @layer page a bit. I can let you know when I am done in a day or two. Hope that's okay with you and hopefully it will not conflict with your work on cascade layers.

Elchi3 commented 2 years ago

This looks mostly done. Except for the leaning part. It has an open PR: https://github.com/mdn/content/pull/17723 Is anyone reviewing that?

estelle commented 2 years ago

It's still in draft mode.

estelle commented 2 years ago

Finished!