[meta] Implement CSS Nesting Module
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Tracking
()
People
(Reporter: 709922234, Assigned: emilio)
References
(Depends on 2 open bugs, Blocks 1 open bug, )
Details
(Keywords: dev-doc-needed, meta)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:79.0) Gecko/20100101 Firefox/79.0
Steps to reproduce:
| Assignee | ||
Updated•6 years ago
|
Comment 2•3 years ago
|
||
Chromium has an implementation of CSS nesting now.
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
Comment 3•3 years ago
|
||
For what it's worth, the Chromium people already have an intent to ship this feature.
Sebastian
CSS nesting in Safari tech preview 162 now also
Live with Chrome version 112.
https://caniuse.com/?search=css%20nest
Comment 6•3 years ago
|
||
Comment 7•3 years ago
|
||
Current status: layout.css.nesting.enabled is currently enabled by default in Nightly (bug 1835066) and can be enabled in Developer Edition; so if all goes well it should be in Firefox 115 release scheduled for July.
| Assignee | ||
Comment 8•3 years ago
|
||
(In reply to Michal Čaplygin [:myf] from comment #7)
Current status:
layout.css.nesting.enabledis currently enabled by default in Nightly (bug 1835066) and can be enabled in Developer Edition; so if all goes well it should be in Firefox 115 release scheduled for July.
There's a bunch of stuff that needs to be implemented including CSSOM support, relative selectors, etc. I'll try getting it into 115 but it's not necessarily confirmed.
| Assignee | ||
Updated•3 years ago
|
Comment 9•3 years ago
|
||
WebKit is adding a nesting limit of 128 in https://bugs.webkit.org/show_bug.cgi?id=258272 . It might be good to touch base to see if the spec should take this into consideration for webcompat's sake so sites know to expect such a limit.
| Assignee | ||
Comment 10•2 years ago
|
||
Let's call this fixed. We can track nesting related fixes / enhancements elsewhere or as dependencies.
| Assignee | ||
Updated•2 years ago
|
Updated•7 months ago
|
Description
•