Closed
Bug 1275208
Opened 9 years ago
Closed 5 years ago
Document HTML element APIs
Categories
(Developer Documentation Graveyard :: API: HTML, enhancement, P5)
Developer Documentation Graveyard
API: HTML
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sebo, Unassigned)
References
Details
The missing HTML element APIs need to be documented. Those are:
HTMLAppletElement
HTMLDirectoryElement
HTMLExtAppElement (seems to be a non-standard B2G element)
HTMLFontElement
HTMLFrameElement
HTMLMenuElement
HTMLMenuItemElement
HTMLTemplateElement
Those APIs need to be created under /en-US/docs/Web/API/.
Their definitions can be found here:
https://www.w3.org/TR/DOM-Level-2-HTML/html.html
http://w3c.github.io/html/
https://www.w3.org/TR/html5/
https://html.spec.whatwg.org/multipage/
Sebastian
Comment 1•6 years ago
|
||
These are done:
https://developer.mozilla.org/en-US/docs/Web/API/HTMLFontElement
https://developer.mozilla.org/en-US/docs/Web/API/HTMLTemplateElement
Priority: -- → P5
Comment 2•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
•