Re: proposal for a new css combinator

On 1/13/10 7:25 AM, Alan Gresley wrote:
> .focusBlock>header, .focusBlock *>header {
> // style rules //
> }
>
> or
>
> .focusBlock>header, .focusBlock>* header {
> // style rules //
> }

Both of those selectors are exactly equivalent to ".focusBlock header" 
in terms of what they match.

-Boris

Received on Wednesday, 13 January 2010 15:42:12 UTC