- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Wed, 12 Jul 2023 16:23:43 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `[css-nesting] Define how relative selectors serialize.`. <details><summary>The full IRC log of that discussion</summary> <TabAtkins> fantasai: I think the second reoslution was about styles directly in a media rule?<br> <fantasai> TabAtkins: For conditional rules that contain declarations<br> <TabAtkins> TabAtkins: It's about `.foo { @media (...) { display: block; } }`<br> <TabAtkins> TabAtkins: the reoslution says this'll serialize with a `& { display: block; }` inside the media<br> <fantasai> fantasai: But doesn't apply to nested rules, right?<br> <TabAtkins> TabAtkins: Correct, it doesn't, just to non-style rules<br> <emilio> s/nested rules/nested style rules<br> <fantasai> fantasai: Concerned about consistency with nested rules<br> <fantasai> TabAtkins: this makes the serialization match the OM<br> <TabAtkins> emilio: Yes, also it makes the cssText valid regardless of nesting status<br> <TabAtkins> emilio: direct properties dont' parse when the @media isn't nested<br> <TabAtkins> (well, it parses, but they're discarded)<br> <TabAtkins> fantasai: makes sense, thanks<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8970#issuecomment-1632847579 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 12 July 2023 16:23:45 UTC