This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 25922 - Add XMLDocument interface in 2.2.2 Dependencies (DOM)
Summary: Add XMLDocument interface in 2.2.2 Dependencies (DOM)
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-29 23:10 UTC by Arkadiusz Michalski (Spirit)
Modified: 2014-05-30 18:26 UTC (History)
2 users (show)

See Also:


Attachments

Description Arkadiusz Michalski (Spirit) 2014-05-29 23:10:27 UTC
XMLDocument interface is defined in DOM:
http://dom.spec.whatwg.org/#xmldocument

HTML only extends it:
http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#loading-xml-documents

Better list this interface in 2.2.2 Dependencies (DOM):
http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#dependencies

because now we don't know where can find this interface (when read only HTML spec):
https://code.google.com/p/chromium/issues/detail?id=238368#hc9

For example, Document interface has clear info:
"The DOM specification defines a Document interface, which this specification extends significantly:"
http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#the-document-object
Comment 1 contributor 2014-05-30 18:26:33 UTC
Checked in as WHATWG revision r8651.
Check-in comment: Add a reference to DOM for XMLDocument
http://html5.org/tools/web-apps-tracker?from=8650&to=8651