[css-nesting] Enable on Nightly
Categories
(Core :: CSS Parsing and Computation, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(5 files)
Assignee | ||
Comment 1•1 years ago
|
||
Even though there's some implementation work left before it being in a
shippable state, the bits that do work (which is quite a few) should
work reliably and performantly.
Given this is (afaict) the first implementation of the new spec, I want
to let people test it easier, specially since there are some questions
about error recovery that nesting could change.
Assignee | ||
Comment 2•1 years ago
|
||
Depends on D179271
Assignee | ||
Comment 3•1 years ago
|
||
Depends on D179685
Assignee | ||
Comment 4•1 years ago
|
||
Depends on D179686
Assignee | ||
Comment 5•1 years ago
|
||
Without nesting, the parser error is the unexpected token error, emitted
from cssparser.
With nesting enabled these behave the same as other strings outside of a
block (so an "unexpected end of input" error instead).
Tweak the test a bit to keep testing what this test wants to test (that
unexpected token errors are escaped).
Assignee | ||
Updated•1 years ago
|
Updated•1 years ago
|
Comment 7•1 years ago
|
||
bugherder |
Comment 11•1 years ago
|
||
Comment 12•1 years ago
|
||
Assignee | ||
Updated•1 years ago
|
Comment 13•1 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7c8f755bb185
https://hg.mozilla.org/mozilla-central/rev/af7ff8bcf986
https://hg.mozilla.org/mozilla-central/rev/6d74219ed171
https://hg.mozilla.org/mozilla-central/rev/96604e3a217e
https://hg.mozilla.org/mozilla-central/rev/00802389f336
https://hg.mozilla.org/mozilla-central/rev/81afd61afe48
Comment 15•1 years ago
|
||
This should be documented at https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Experimental_features.
Sebastian
Updated•1 year ago
|
Comment 16•1 year ago
|
||
A number of pages have been created:
- /en-US/docs/Web/CSS/CSS_nesting
- /en-US/docs/Web/CSS/Nesting_selector
- /en-US/docs/Web/CSS/CSS_nesting/Using_CSS_nesting
- /en-US/docs/Web/CSS/CSS_nesting/Nesting_and_specificity
- /en-US/docs/Web/CSS/CSS_nesting/Nesting_at-rules
Added to the release notes for Firefox 117:
- /en-US/docs/Mozilla/Firefox/Releases/117
Updated the CSSRef.ejs
page in Yari to show the new pages in Guides
Description
•