- From: Bramus via GitHub <sysbot+gh@w3.org>
- Date: Tue, 02 Jul 2024 21:32:46 +0000
- To: public-css-archive@w3.org
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