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

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

--- Comment #41 from Scott Miles <sjmiles@chromium.org> ---
Starting with the concept that "leftover" itself, in any form, only solves a
subset of cases, I suggest that it be a completely separate feature, and not
related to this question of <content> in <shadow>.

This way we can completely decouple (and defer) the feature request about
prioritizing <content> explicitly, instead of relying on tree-order.

Then I go back to what is implemented today, which IIRC, is that all the
following behave consistently:

<shadow><content></content></shadow>
<x-foo><content></content></x-foo>
<div><content></content></div>

Then I take only one more step, which is to suggest that <shadow> would benefit
from a bit of syntactic sugar: the ability to write

<shadow></shadow>

and have it work as if I wrote

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

That's my $0.02. :)

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

Received on Thursday, 7 November 2013 07:18:40 UTC