[Bug 22344] [Shadow]: Distribute into <shadow>, project into older shadow root

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

Steve Orvell <sorvell@chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sorvell@chromium.org

--- Comment #27 from Steve Orvell <sorvell@chromium.org> ---
I propose we make:

    <shadow></shadow>

act like this:

    <shadow><content></content></shadow>

Then this change is backwards compatible, and we avoid an extra node in this
very common case.

If the author really does not want to distribute elements to a <shadow>, the
author would make sure to select them before the <shadow>. This would most
likely happen naturally.

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

Received on Monday, 4 November 2013 22:33:31 UTC