- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Wed, 13 Jan 2010 12:11:46 -0500
- To: Alan Gresley <alan@css-class.com>
- CC: Niels Matthijs <niels.matthijs@internetarchitects.be>, www-style list <www-style@w3.org>
On 1/13/10 12:07 PM, Alan Gresley wrote:
> This is correct for the chained selector strings but not for these
> unchained selectors,
>
> .focusBlock *>header {
> // style rules //
> }
> .focusBlock>* header {
> // style rules //
> }
Sure. These still don't match the elements Niels wants to match, of
course....
-Boris
Received on Wednesday, 13 January 2010 17:12:23 UTC