Re: Error (nit) in CSS3 selectors, :first-child

Laurens Holst wrote:
> | The following two selectors are equivalent:
> |
> | * > a:first-child   /* a is first child of any element */
> | a:first-child       /* Same */
> 
> This is not true if a is the root element...

That is a known error IIRC.


-- 
  Anne van Kesteren
  <http://annevankesteren.nl/>

Received on Thursday, 7 April 2005 12:40:28 UTC