[Bug 25181] New: Enable the innerHTML and outerHTML getter calls to invoke the serialize steps directly
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
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.