Re: Errata in CSS3 selectors

On Mon, 23 Jul 2001, Bjoern Hoehrmann wrote:
>
> 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".

We received this during our teleconference and accepted the item on the
spot. Good timing. :-)

-- 
Ian Hickson                                            )\     _. - ._.)   fL
Invited Expert, CSS Working Group                     /. `- '  (  `--'
The views expressed in this message are strictly      `- , ) -  > ) \
personal and not those of Netscape or Mozilla. ________ (.' \) (.' -' ______

Received on Monday, 23 July 2001 12:51:01 UTC