Open
Bug 2014181
Opened 9 days ago
Fix matching of custom-property values in StyleFeature::matches
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: jfkthame, Unassigned)
References
(Blocks 1 open bug)
Details
When matching a @container style(...) query, it appears that StyleFeature::matches() fails to return true for custom property values where they would be expected to match.
Thus, given a container that defines --foo: bar, we're able to match style(--foo) (just checking that the custom property --foo is defined), but attempting to match style(--foo: bar) (to test the actual value) fails.
You need to log in
before you can comment on or make changes to this bug.
Description
•