Closed
Bug 1281422
Opened 9 years ago
Closed 5 years ago
Web Components | MDN should not suggest Document.registerElement is part of specification
Categories
(Developer Documentation Graveyard :: API: DOM, defect)
Developer Documentation Graveyard
API: DOM
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: anaran, Unassigned)
References
()
Details
Document.registerElement is NOT part of Web Components specifications, contrary to what is stated below.
See these links:
https://developer.mozilla.org/en-US/docs/Web/API/Document/registerElement
referenced from
https://developer.mozilla.org/en-US/docs/Web/Web_Components
Details:
The Web Components specifications define the following items:
New HTML elements: <template> and <shadow> (<element>, <content> and <decorator> have been removed)
The associated API interfaces for the new elements: HTMLTemplateElement, HTMLContentElement (removed from spec) and HTMLShadowElement
Extensions to the HTMLLinkElement interface and the <link> element
An API for registering custom elements, Document.registerElement(), and modifications of Document.createElement() and Document.createElementNS()
http://mzl.la/1vxCDgA
Comment 1•5 years ago
|
||
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•