[Bug 16280] [Templates]: Non-normative: Clarify the behavior of DOM traversal & serialize/deserialize APIS on template element

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

--- Comment #1 from Rafael Weinstein <rafaelw@chromium.org> 2012-08-16 17:29:32 UTC ---
[Note: I'm going to make a separate bug for the "does each template get its own
browser-context-less document or not" bug]

This bug should resolve the following:

Given a template with parsed contents, e.g.

<body>
  <template>
    <div>Foo</div>
  </template>
</body>

specify the behavior of:

-childNodes
-firstChild
-firstElementChild
-appendChild
-removeChild
-innerHTML (set)
-innerHTML (get)

-- 
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, 16 August 2012 17:29:33 UTC