Bug 110772 - HTMLDocument is dead. Long live Document
Summary: HTMLDocument is dead. Long live Document
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-25 11:11 PST by Erik Arvidsson
Modified: 2023-10-08 07:57 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Arvidsson 2013-02-25 11:11:08 PST
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
Comment 1 Alexey Proskuryakov 2013-02-25 12:03:22 PST
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."
Comment 2 Erik Arvidsson 2013-06-30 10:39:00 PDT
IE11 reversed their implementation to match WebKit/Firefox. I think we should update the spec instead.
Comment 3 Anne van Kesteren 2013-07-01 07:02:20 PDT
Could you maybe email whatwg@whatwg.org with some more details? Or alternatively file a bug on the HTML specification.
Comment 4 Ahmad Saleem 2023-10-07 17:19:40 PDT
@Anne - applicable anymore?
Comment 5 Anne van Kesteren 2023-10-08 07:57:58 PDT
Yeah, let's close this for now. Once https://github.com/whatwg/dom/issues/221 gets resolved new bugs will be filed.