[meta] Merge HTMLDocument into Document
Categories
(Core :: DOM: Core & HTML, task, P5)
Tracking
()
People
(Reporter: emk, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: dev-doc-needed, meta)
Comment 1•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
![]() |
||
Comment 2•12 years ago
|
||
Reporter | ||
Comment 3•12 years ago
|
||
Updated•12 years ago
|
Comment 5•9 years ago
|
||
Updated•9 years ago
|
Comment 6•9 years ago
|
||
Comment 7•9 years ago
|
||
Comment 8•9 years ago
|
||
![]() |
||
Comment 9•9 years ago
|
||
![]() |
||
Comment 10•9 years ago
|
||
![]() |
||
Comment 11•9 years ago
|
||
Comment 12•9 years ago
|
||
Comment 13•9 years ago
|
||
![]() |
||
Updated•8 years ago
|
![]() |
||
Updated•8 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Comment 15•6 years ago
|
||
All that’s left now is HTMLDocument.name
(for which I can’t find documentation anywhere) and three [ChromeOnly]
features:
https://hg.mozilla.org/mozilla-central/file/872c3c79f9060ac27b6b79435e4be869bb040e91/dom/webidl/HTMLDocument.webidl
![]() |
||
Comment 16•6 years ago
|
||
All that’s left now is HTMLDocument.name (for which I can’t find documentation anywhere)
Do you mean getter object(DOMString name)
? That's defined at https://html.spec.whatwg.org/multipage/dom.html#the-document-object, no?
![]() |
||
Comment 17•6 years ago
|
||
That said, it's not clear to me that what other UAs implement matches the spec here, any more than what Gecko does (though in somewhat different ways), so we should think very carefully before changing behavior for the named getter.
Comment 18•6 years ago
|
||
(In reply to Boris Zbarsky [:bzbarsky, bz on IRC] from comment #16)
(In reply to ExE Boss from comment #15)
All that’s left now isHTMLDocument.name
(for which I can’t find documentation anywhere)Do you mean
getter object(DOMString name)
? That's defined at https://html.spec.whatwg.org/multipage/dom.html#the-document-object, no?
Yes, that’s exactly what I mean.
(In reply to Boris Zbarsky [:bzbarsky, bz on IRC] from comment #17)
That said, it's not clear to me that what other UAs implement matches the spec here, any more than what Gecko does (though in somewhat different ways), so we should think very carefully before changing behavior for the named getter.
Let’s discuss that in bug 1567755.
Updated•3 years ago
|
Description
•