[Bug 25582] New: [DOM-P&S] Two short questions

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: travil@microsoft.com
          Reporter: crimsteam@gmail.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

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.

Received on Tuesday, 6 May 2014 17:26:43 UTC