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 25181 - Enable the innerHTML and outerHTML getter calls to invoke the serialize steps directly
Summary: Enable the innerHTML and outerHTML getter calls to invoke the serialize steps...
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: DOM Parsing and Serialization (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Travis Leithead [MSFT]
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-27 20:51 UTC by Travis Leithead [MSFT]
Modified: 2014-03-28 21:19 UTC (History)
2 users (show)

See Also:


Attachments

Description Travis Leithead [MSFT] 2014-03-27 20:51:30 UTC
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.)
Comment 1 Travis Leithead [MSFT] 2014-03-28 00:39:01 UTC
Fixed in latest editor's draft.

Tracking the actual validation steps as part of bug 25168
Comment 2 Travis Leithead [MSFT] 2014-03-28 21:19:13 UTC
Note: this is fixed in changelist:

 https://dvcs.w3.org/hg/innerhtml/rev/bf16edd32039