[css3-selectors] :not grammar issue

Hi,

In http://www.w3.org/TR/css3-selectors/#lex the ":not(" token needs to be  
changed to ":"{n}{o}{t}"(" with definitions for n, o, and t provided as  
well (from CSS 2.1):

   N  n|\\0{0,4}(4e|6e)(\r\n|[ \t\r\n\f])?|\\n
   O  o|\\0{0,4}(51|71)(\r\n|[ \t\r\n\f])?|\\o
   T  t|\\0{0,4}(54|74)(\r\n|[ \t\r\n\f])?|\\t

Otherwise it would work differently from other pseudo-classes which would  
be, well, weird.

Kind regards,


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

Received on Tuesday, 25 December 2007 19:45:21 UTC