Re: [css3-selectors] :not grammar issue

Anne van Kesteren wrote:
> 
> 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.

Fixed. Thanks.

~fantasai

Received on Thursday, 16 October 2008 12:35:03 UTC