[Bug 20619] [Shadow]: ShadowRoot

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

Dimitri Glazkov <dglazkov@chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
             Blocks|14978                       |
         Resolution|---                         |WORKSFORME

--- Comment #1 from Dimitri Glazkov <dglazkov@chromium.org> ---
(In reply to comment #0)
> ShadowRoot inheriting from DocumentFragment and not being its own Node or
> standalone entity makes it participate in a number of algorithms defined in
> DOM, which does not seem entirely correct. E.g. appendChild() accepts
> ShadowRoot as currently defined. Or is that okay?

Yep, that's the reason we went with a DocumentFragment. It provides the exact
behavior we want for ShadowRoot.

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

Received on Monday, 1 April 2013 23:20:18 UTC