Re: Errata in CSS3 selectors

Hi,

section 6.6.5 reads:

[...]
  :empty pseudo-class

  The :empty pseudo-class represents an element that has no children at
  all, including text nodes. 
[...]


To clarify this, e.g. for the cases

  <elem><![CDATA[]]></elem>

and

  <!ENTITY null "">
  ...
  <elem>&null;</elem>

I suggest changing this to "... including (possibly empty) text nodes".

regards,
-- 
Björn Höhrmann { mailto:bjoern@hoehrmann.de } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/

Received on Monday, 23 July 2001 12:39:47 UTC