Bug 110772
Summary: | HTMLDocument is dead. Long live Document | ||
---|---|---|---|
Product: | WebKit | Reporter: | Erik Arvidsson <arv> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | ahmad.saleem792, annevk, ap, haraken, ian |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Erik Arvidsson
The DOM specs now use Document instead of HTMLDocument.
http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#the-window-object
http://dom.spec.whatwg.org/#domimplementation
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
A tiny nitpick:
"For historical reasons, Window objects must also have a writable, configurable, non-enumerable property named HTMLDocument whose value is the Document interface object."
Erik Arvidsson
IE11 reversed their implementation to match WebKit/Firefox. I think we should update the spec instead.
Anne van Kesteren
Could you maybe email whatwg@whatwg.org with some more details? Or alternatively file a bug on the HTML specification.
Ahmad Saleem
@Anne - applicable anymore?
Anne van Kesteren
Yeah, let's close this for now. Once https://github.com/whatwg/dom/issues/221 gets resolved new bugs will be filed.