[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 #10 from Rafael Weinstein <rafaelw@chromium.org> ---
@Anne: The language in pre-insert doesn't look sufficient to me. I think you
need to recursively traverse host boundaries.

e.g.

<div>
  <template>
    <div>
      <template>

and append the outer div to the inner-most template.content.

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

Received on Wednesday, 6 February 2013 22:26:26 UTC