Re: Need a better way to reach into the shadow DOM subtree

On 4/11/11 12:50 PM, Dimitri Glazkov wrote:
> video::-webkit-timeline:disabled { /* ... */ }
>
> How do we fix this? Tab suggests a new combinator selector like:
>
> video % timeline:disabled.
>
> I like it. Who's with me and Tab? :)

I believe |video > timeline:disabled| or |video timeline:disabled| work 
in both XBL1 and in the XBL2 proposals I last saw, if the binding allows it.

Why do we need to invent special syntax here?

-Boris

Received on Monday, 11 April 2011 21:27:27 UTC