- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Wed, 25 Aug 2021 16:32:44 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `disallow interweaving of @import and @layer`, and agreed to the following: * `RESOLVED: @layer statements must occur before or after all @imports, not interleaved` <details><summary>The full IRC log of that discussion</summary> <TabAtkins> Topic: disallow interweaving of @import and @layer<br> <TabAtkins> github: https://github.com/w3c/csswg-drafts/issues/6522<br> <TabAtkins> miriam: xiaochang is working on a cascade layers impl, and was concerned about allowing `@layers ...;`rules allowed anywhere in the doc, including between @imports<br> <TabAtkins> miriam: He's suggesting instead we just allow them before or after all the imports, but not between<br> <TabAtkins> miriam: I think that's fine; there's no functionality loss, just a little bit of flexibility. I'm fine with this.<br> <fantasai> wfm<br> <chrishtr> +1<br> <TabAtkins> Rossen_: Seeing support, any other opinions? Objections?<br> <emilio> q+<br> <chris> ping<br> <Rossen_> ack emilio<br> <TabAtkins> emilio: I'd argue we shoudl only allow after<br> <TabAtkins> emilio: The less syntax we have to mess with preload scanners the better<br> <TabAtkins> miriam: That actually does reduce functionality, we need to be able to order layers before we import them<br> <TabAtkins> emilio: That means the scanners need to deal with this<br> <TabAtkins> emilio: Do we also allow the block syntax?<br> <TabAtkins> fantasai: No, we disallow that intentionally<br> <TabAtkins> emilio: Okay, as long as there's no arbitrary blocks before the imports it's okay<br> <Rossen_> q?<br> <TabAtkins> RESOLVED: @layer statements must occur before or after all @imports, not interleaved<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6522#issuecomment-905691596 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 25 August 2021 16:32:46 UTC