[Bug 18794] New: [Templates]: Setting HTMLTemplateElement.innerHTML should append fragment to content

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