Closed
Bug 1417548
Opened 6 years ago
Closed 6 years ago
stylo: Different CSS error is reported when a declaration block is nested
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla59
People
(Reporter: xidorn, Assigned: xidorn)
References
Details
Attachments
(1 file)
For the following piece of code from ua.css: > div:-moz-native-anonymous.moz-accessiblecaret.right > #image { > } > > div:-moz-native-anonymous.moz-accessiblecaret.none { > } > > @media (min-resolution: 1.5dppx) { > div:-moz-native-anonymous.moz-accessiblecaret.normal > #image { > } > } Stylo reports > Unknown pseudo-class or pseudo-element ‘-moz-native-anonymous’. Ruleset ignored due to bad selector. for the two rules outside @media, but it reports just > Declaration dropped. for the rule inside the @media. This causes browser/base/content/test/static/browser_parsable_css.js to fail because "Declaration dropped." is not in the whitelist, and it shouldn't either.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → xidorn+moz
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
https://hg.mozilla.org/integration/autoland/rev/f8dfa355526c
Updated•6 years ago
|
Priority: -- → P3
Assignee | ||
Comment 3•6 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/f8dfa355526c
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•