[Bug 25582] New: [DOM-P&S] Two short questions
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25582
Bug ID: 25582
Summary: [DOM-P&S] Two short questions
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: DOM Parsing and Serialization
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
Two short questions for better clarification:
===
5.1 Methods
parseFromString()
3. Let document be a newly-created XML Document. The document will use the
Document interface rather than the XMLDocument interface.
Now Firefox, Chrome and IE use XMLDocument interface. Only Firefox in this case
support XMLDocument.load() method and we can load file using this method:
http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-xmldocument-load
Any official discussions, mailing lists, explanations why it has to be
Document?
===
Concept with text.serializeAsCDATA
(http://domparsing.spec.whatwg.org/#extensions-to-the-text-interface) has been
completely abandoned? Any official discussions, mailing lists, explanations
where we can read why? I try make some research but see only one bug for
Firefox:
https://bugzilla.mozilla.org/show_bug.cgi?id=660660
--
You are receiving this mail because:
You are on the CC list for the bug.