- From: <bugzilla@jessica.w3.org>
- Date: Thu, 06 Sep 2012 18:57:56 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18794
Summary: [Templates]: Setting HTMLTemplateElement.innerHTML
should append fragment to content
Product: WebAppsWG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Component Model
AssignedTo: dglazkov@chromium.org
ReportedBy: adamk@chromium.org
QAContact: public-webapps-bugzilla@w3.org
Blocks: 15476
innerHTML is specced in DOM Parsing and Serialization:
http://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html#widl-Element-innerHTML.
The algorithm for getting already does the right thing (thanks to the template
spec's addition to the HTML fragment serialization algorithm). But setting
needs to modify step 2 to append to HTMLTemplateElement.content if the context
element is a template element.
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Thursday, 6 September 2012 18:57:57 UTC