Remove Shadow DOM v0 APIs
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
(Keywords: dev-doc-complete, site-compat)
Attachments
(1 file)
Looking at 1, it seems we accidentally shipped part of the v0 API that no other browser is shipping. We should remove it sooner rather than later.
Assignee | ||
Comment 1•5 years ago
|
||
Looks like these three APIs slipped through when shipping v1, but no other
vendor supports them, so no reason to be here.
I don't think there's any harm in letting the implementations keep living in
DocumentOrShadowRoot, but let me know if you think otherwise and I'll move them
to Document.
Updated•5 years ago
|
Pushed by ealvarez@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/fbfeb6efec16 Remove Shadow DOM v0 APIs. r=smaug
Updated•5 years ago
|
Comment 3•5 years ago
|
||
bugherder |
Comment 4•5 years ago
•
|
||
Setting this to dev-doc-complete — we never documented these properties in the first place so there is no clean up to do; I've just added a note to the Fx67 rel notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/67#APIs
(see the "Removals" subsection.)
Comment 5•4 years ago
|
||
Posted site compatibility note: https://www.fxsitecompat.com/en-CA/docs/2019/part-of-shadow-dom-v0-api-has-been-removed/
Description
•