content
content copied to clipboard
[Web API] Implement Declarative ShadowDOM serialization
Acceptance criteria
- [x] The listed features are documented sufficiently on MDN
- [x] BCD is updated
- [x] Interactive example and data repos are updated if appropriate
- [x] The content has been reviewed as needed
For folks helping with Firefox related documentation
- [x] Set bugs to
dev-doc-complete - [x] Add entry to Firefox release notes for enabled/preview features
- [ ] Add/remove entry to Firefox experimental features page for preference/released features
Features to document
HTMLTemplateElement.shadowRootSerializable
(pref dom.webcomponents.shadowdom.declarative.enabled) api.Element.getHTML(), api.ShadowRoot.getHTML, api.ShadowRoot.serializable
Related Gecko bugs
https://bugzilla.mozilla.org/show_bug.cgi?id=1890428
Other
- [x] Check content open issues to see if any pertain to the subject matter. If there are any that can be closed because of the work, do so. If there are any that can be fixed relatively quickly because of the knowledge from completing this issue and you have time, feel free to go ahead and fix them.
Status
- [x] BCD
- [x] https://github.com/mdn/browser-compat-data/pull/23364
- [x] https://github.com/mdn/browser-compat-data/pull/23499
- [x] Docs
- [x]
ShadowRoot.serializable- looks OK - [x]
ShadowRoot.getHTML()- OK - [x]
Element.getHTML()- OK - [x]
HTMLTemplateElement.shadowRootSerializable- OK
- [x]
- [x] Release note #34372
- [x] dev-docs-complete