Closed
Bug 1441022
Opened 8 years ago
Closed 8 years ago
Rules inside the shadow root shouldn't affect shadow host.
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(Except :host rules, of course).
This causes at least testing/web-platform/tests/css/selectors/focus-within-shadow-001.html to fail.
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•8 years ago
|
||
I think the logic errors that this fixes wrt XBL invalidation may fix bug 1440640.
Blocks: 1440640
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8956051 [details]
Bug 1441022: Separate the XBL and shadow dom styling bits.
https://reviewboard.mozilla.org/r/224994/#review231508
r=me with the nit addressed.
::: servo/components/style/dom.rs:334
(Diff revision 1)
> + /// Get the shadow host that hosts this ShadowRoot.
> + fn style_data<'a>(&self) -> &'a CascadeData
"Get the style data of the shadow root." I suppose? It is not clear to me what is the best wording here, but the doc doesn't seem to be correct anyway.
Attachment #8956051 -
Flags: review?(xidorn+moz) → review+
Pushed by ecoal95@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/eb1b51dfde21
Update test expectations. r=xidorn
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•