Closed
Bug 1420757
Opened 7 years ago
Closed 7 years ago
ServoStyleRuleMap is probably broken for shadow DOM.
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
People
(Reporter: emilio, Unassigned)
References
Details
As of right now we reject to call EnsureUniqueInner for XBL sheets (see bug 1412714).
Shadow DOM uses this mechanism, though we should consider changing that, and those stylesheets can definitely be mutated. Right now don't allow <link> so it's probably just fine and all sheets are already unique, but it may not be the case in the future (bug 1410578)...
Updated•7 years ago
|
Priority: -- → P3
Reporter | ||
Comment 1•7 years ago
|
||
Fixed this in bug 1445682.
You need to log in
before you can comment on or make changes to this bug.
Description
•