Closed
Bug 1609288
Opened 6 years ago
Closed 6 years ago
Implement adoptedStyleSheets functionality for DocumentOrShadowRoot
Categories
(Core :: DOM: CSS Object Model, enhancement, P3)
Core
DOM: CSS Object Model
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: nordzilla, Assigned: nordzilla)
References
Details
Attachments
(1 file, 2 obsolete files)
Fully implement and test the DocumentOrShadowRoot
's ability to adopt constructed stylesheets according to the spec
This includes:
- Applying adopted styles with the correct order and precedence.
- Adopters unlinking from their adopted sheets on release.
- Constructed StyleSheets invalidating the correct styles in their adopters upon modification.
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Attachment #9121193 -
Attachment description: Bug 1609288 - Apply styles from adopted sheets -- WIP → Bug 1609288 - Apply styles from adopted sheets r=#style!,emilio
Updated•6 years ago
|
Attachment #9121193 -
Attachment description: Bug 1609288 - Apply styles from adopted sheets r=#style!,emilio → Bug 1609288 - Apply styles from adopted sheets -- WIP
Updated•6 years ago
|
Attachment #9121193 -
Attachment description: Bug 1609288 - Apply styles from adopted sheets -- WIP → Bug 1609288 - Apply styles from adopted sheets r=#style!,emilio
Updated•6 years ago
|
Attachment #9121193 -
Attachment description: Bug 1609288 - Apply styles from adopted sheets r=#style!,emilio → Bug 1609288 - Apply styles from adopted sheets to ShadowRoot r=#style!,emilio
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D60083
Updated•6 years ago
|
Attachment #9122804 -
Attachment description: Bug 1609288 - Apply styles from adopted sheets to Document -- WIP → Bug 1609288 - Apply styles from adopted sheets to r=#style!,emilio
Updated•6 years ago
|
Attachment #9122804 -
Attachment description: Bug 1609288 - Apply styles from adopted sheets to r=#style!,emilio → Bug 1609288 - Apply styles from adopted sheets to -- WIP
Updated•6 years ago
|
Attachment #9122804 -
Attachment description: Bug 1609288 - Apply styles from adopted sheets to -- WIP → Bug 1609288 - Apply styles from adopted sheets to Document r=#style!,emilio
Updated•6 years ago
|
Attachment #9122804 -
Attachment description: Bug 1609288 - Apply styles from adopted sheets to Document r=#style!,emilio → Bug 1609288 - Apply styles from adopted sheets to Document -- WIP
Updated•6 years ago
|
Attachment #9122804 -
Attachment description: Bug 1609288 - Apply styles from adopted sheets to Document -- WIP → Bug 1609288 - Apply styles from adopted sheets to Document r=#style!,emilio
Updated•6 years ago
|
Attachment #9122804 -
Attachment description: Bug 1609288 - Apply styles from adopted sheets to Document r=#style!,emilio → Bug 1609288 - Apply styles from adopted sheets to ShadowRoot r=#style!,emilio
Updated•6 years ago
|
Attachment #9122804 -
Attachment description: Bug 1609288 - Apply styles from adopted sheets to ShadowRoot r=#style!,emilio → Bug 1609288 - Apply styles from adopted sheets to Document r=#style!,emilio
Assignee | ||
Comment 3•6 years ago
|
||
Depends on D60920
Updated•6 years ago
|
Attachment #9126237 -
Attachment description: Bug 1609288 - Fix toggling Adopted StyleSheets Disabled -- WIP → Bug 1609288 - Fix toggling Adopted StyleSheets Disabled r=#style!,emilio
Updated•6 years ago
|
Attachment #9121193 -
Attachment description: Bug 1609288 - Apply styles from adopted sheets to ShadowRoot r=#style!,emilio → Bug 1609288 - Apply styles from adopted stylesheets r=#style!,emilio
Updated•6 years ago
|
Attachment #9126237 -
Attachment is obsolete: true
Updated•6 years ago
|
Attachment #9122804 -
Attachment is obsolete: true
Pushed by nbeleuzu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/73e8de4ba422
Apply styles from adopted stylesheets r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/21816 for changes under testing/web-platform/tests
Can't merge web-platform-tests PR due to failing upstream checks:
Github PR https://github.com/web-platform-tests/wpt/pull/21816
* Community-TC (pull_request) (https://community-tc.services.mozilla.com/tasks/groups/OROd0WrlS3me_fzdUTEtsA)
Comment 8•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
Upstream PR was closed without merging
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•