Re: [CSS21] New Candidate Recommendation - suggested correction to grammar for 'combinator'=whitespace

Cecil Ward wrote:
> I wish to suggest that the Appendix G Grammar be corrected to avoid the difficulties in   interpreting whitespace as a combinator within selectors.
> 
> The production for "combinatory" currently reads:
> 
> combinator
>   : PLUS S*
>   | GREATER S*
>   | S
>   ;
> 
> I suggest this needs to be amended to read
> 
> combinator
>   : PLUS S*
>   | GREATER S*
>   | S+
>   ;
> 
> CSS3 seems to agree.

Thanks! I've added your comments to the issues list.
   http://csswg.inkedblade.net/spec/css2.1#issue-5

~fantasai

Received on Wednesday, 25 July 2007 07:40:51 UTC