Closed
Bug 1490791
Opened 7 years ago
Closed 7 years ago
Make the shadow root stylesheet list (and .sheet) only work on connected trees.
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(1 file)
See the discussion at https://github.com/w3c/csswg-drafts/issues/3096.
| Assignee | ||
Comment 1•7 years ago
|
||
This avoids the issue of triggering stylesheet loads for disconnected stuff and
such, and is more consistent with Chrome and WebKit.
This is per the recent CSSWG resolution at
https://github.com/w3c/csswg-drafts/issues/3096.
Comment 2•7 years ago
|
||
Comment on attachment 9008519 [details]
Bug 1490791 - Make ShadowRoot stylesheet list work only when the shadow root is connected.
Olli Pettay [:smaug] has approved the revision.
Attachment #9008519 -
Flags: review+
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/71f86120ca35
Make ShadowRoot stylesheet list work only when the shadow root is connected. r=smaug
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/12979 for changes under testing/web-platform/tests
Upstream web-platform-tests status checks passed, PR will merge once commit reaches central.
Comment 6•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Upstream PR merged
Can't merge web-platform-tests PR due to failing upstream checks:
Github PR https://github.com/web-platform-tests/wpt/pull/12979
* Taskcluster (pull_request) (https://tools.taskcluster.net/task-group-inspector/#/UYwvdvTwSQmOt5Q1GLGfJQ)
You need to log in
before you can comment on or make changes to this bug.
Description
•