This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Suppose you have shadow DOM subtree defined as follows: <#shadow-root> <div id="foo"> <content select="h1"></content> </div> </#shadow-root> Then, div#foo hosts another subtree, which goes like this: <#shadow-root> <div> <content select="content"></content> </div> </#shadow-root> In other words, a shadow DOM subtree is hosted inside of a shadow DOM subtree, and the inner tree attempts to redistribute the <content> element. Will this work? How?
http://dvcs.w3.org/hg/webcomponents/rev/f429fbf4e015