Re: [CSS21] tiny typo in FLEX code

likewise, one more near:
  {badstring}             {return BAD_STRING);}

should be:
  {badstring}             {return BAD_STRING;}

that is the last one i've found of this nature!

thanks!

On Fri, Dec 31, 2010 at 10:29 PM, Mark Meves <mark.meves@gmail.com> wrote:

> in the page
>   http://www.w3.org/TR/CSS21/grammar.html
>
> in the section "G.2 Lexical scanner"
>
> the line:
>   at {baduri}                        {return BAD_URI);}
>
> should probably read:
>     at {baduri}                        {return BAD_URI;}
>
> (note the errant trailing close paren)
>
> This typo is ironic because the series of terminal symbols like "baduri1"
> themselves indicate an opening paren with no corresponding close paren but i
> doubt that is related!
>
> thanks
>

Received on Monday, 7 February 2011 13:17:56 UTC