Re: [css21][css3-syntax] $foo in the core grammar

On 22/05/2012 07:03, Kang-Hao (Kenny) Lu wrote:

> (So, please consider this an errata item:
>
> In Appendix G,
>
> change
>
>    # simple_selector
>    #  : element_name [ HASH | class | attrib | pseudo ]*
>    #  | [ HASH | class | attrib | pseudo ]+
>    #  ;
>
> to
>
>    |  /*
>    | * There is a constraint on the ID selector that the part after
>    | * "#" should match an IDENT; e.g., "#abc" is OK, but "#1st" is not.
>    | */
>    | simple_selector
>    |  : element_name [ HASH | class | attrib | pseudo ]*
>    |  | [ HASH | class | attrib | pseudo ]+
>    |  ;
>
> like the comment above hexcolor. This should go into selector3 or 4 too.)

Kenny, Tab: this issue is filed at 
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17511

Cheers,
Anton

Received on Saturday, 16 June 2012 12:29:01 UTC