[Bug 20127] [Templates]: Template needs to disallow DOM hierarchy cycles which can result from template.contents

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

--- Comment #8 from Adam Klein <adamk@chromium.org> ---
(In reply to comment #7)
> If someone appends <template>.contents (or whatever that's called), that
> should just work right?

Yes, that'll simply remove everything from the content fragment and append it
to wherever it got appended, as it works for any other fragment. But there's no
way to "detach" the fragment from the <template> (its "host" property can't
change).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 30 January 2013 20:50:32 UTC