[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 #4 from Adam Klein <adamk@chromium.org> ---
(In reply to comment #3)
> Should we maybe introduce a new node that inherits from DocumentFragment
> that can carry that additional semantic as well as provide a pointer to the
> hosting element?

When you say "provide a pointer" do you mean as part of its interface? The
WebKit implementation of course does exactly what you describe (a
DocumentFragment subclass, a pointer to the host <template>) but doesn't change
at the WebIDL level.

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

Received on Friday, 25 January 2013 20:02:35 UTC