- From: <bugzilla@jessica.w3.org>
- Date: Thu, 16 Aug 2012 17:29:32 +0000
- To: public-webapps-bugzilla@w3.org
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