Re: [csswg-drafts] [css-cascade-5] Allow authors to explicitly place unlayered styles in the cascade layer order (#6323)

What about if we used `*` to indicate the unlayered ones? It doesn’t conflict with any of the existing names (which should b idents) and it already has the meaning of “everything”.

E.g. `@layer *, reset, base, components, overrides` would the unlayered styles first, with the lowest priority.

If no `*` is defined in the stylesheets using a layer statement, it is appended to the layer order (i.e. the current existing behavior).

-- 
GitHub Notification of comment by bramus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6323#issuecomment-2204484753 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 2 July 2024 21:32:47 UTC