Open
Bug 2014095
Opened 9 days ago
@container style() feature parsing should allow !important modifier
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: jfkthame, Unassigned)
References
(Blocks 1 open bug)
Details
It's not really clear to me from the spec at this point, but the WPT testcase at-container-style-parsing.html includes an example with !important that it expects to be accepted:
test_cq_condition_known('style(--foo: bar !important)');
Currently (with the layout.css.style-queries.enabled pref enabled) our parsing rejects this as invalid.
You need to log in
before you can comment on or make changes to this bug.
Description
•