[Bug 25181] New: Enable the innerHTML and outerHTML getter calls to invoke the serialize steps directly

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25181

            Bug ID: 25181
           Summary: Enable the innerHTML and outerHTML getter calls to
                    invoke the serialize steps directly
           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: travil@microsoft.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

Rather then calling out to the XML fragment serialization algorithm in HTML5
(which is a set of guidelines and requirements), implement the throwing/not
throwing requirements in the algorithm, and invoke it directly from these API
calls. (The prose already describes the switching logic between nodes in the
HMTL vs. XML document, but this logic is never used anywhere in the spec.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Thursday, 27 March 2014 20:51:32 UTC