- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Mon, 23 Jul 2001 18:39:10 +0200
- To: www-style@w3.org
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