- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Wed, 17 Nov 2021 19:37:17 +0000
- To: public-css-archive@w3.org
@jensimmons Wrt syntax, I'm quite open to other keywords. We could alternatively use a slash: ``` /* layered below unlayered (default) */ @layer foo; /* foo, bar, unlayered, baz */ @layer foo, bar / baz; /* bar above unlayered */ @layer / bar; ``` The thing that's important to me is that when you import a stylesheet using @import or import it using a server-side include, it doesn't unexpectedly re-interpret the cascade order of things within your style sheet. -- GitHub Notification of comment by fantasai Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6323#issuecomment-971910037 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 17 November 2021 19:37:19 UTC