[whatwg] WF 2: section 8.2 error

Hello!

I have found an error in the WF 2 specification, section 8.2 Relation to  
CSS selectors [1].

Snippet from the last paragraph of the section:

   <p class="note">The definition of the <code>:in-range</code> and
    <code:out-of-range> pseudo-classes given here for HTML form controls  
does
    not quite match the generic definitions of the pseudo-classes given in
    CSS3 UI. This is intentional as the definitions given in CSS3 UI do not
    map well to the HTML semantics.</code:out-of-range>

Correction:

   <p class="note">The definition of the <code>:in-range</code> and
    <code>:out-of-range</code> pseudo-classes given here for HTML form  
controls does
    not quite match the generic definitions of the pseudo-classes given in
    CSS3 UI. This is intentional as the definitions given in CSS3 UI do not
    map well to the HTML semantics.

[1] http://www.whatwg.org/specs/web-forms/current-work/#relation

-- 
http://www.robodesign.ro
ROBO Design - We bring you the future

Received on Tuesday, 25 October 2005 07:51:31 UTC