Closed
Bug 1618394
Opened 5 years ago
Closed 5 years ago
Remove title and alternate from CSSStyleSheet constructor options
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
(Keywords: dev-doc-needed)
Attachments
(1 file)
The CSSWG resolved that the CSSStyleSheet constructor should no longer have options for title or alternate.
https://github.com/WICG/construct-stylesheets/issues/105#issuecomment-577704271
These should be removed from the WebIDL bindings.
The usage should also be removed from the WPTs.
| Assignee | ||
Comment 1•5 years ago
|
||
- Removes
alternateandtitlefrom the CSSStyleSheetInit struct. - Removes all usages/assertions that involve
alternateortitlefrom WPTs.
Pushed by btara@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1fe79a2ca24a
Remove alternate and title from CSSStyleSheet constructor options r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/21999 for changes under testing/web-platform/tests
Upstream web-platform-tests status checks passed, PR will merge once commit reaches central.
Comment 5•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
Upstream PR merged by moz-wptsync-bot
Updated•5 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•