- From: Mark Meves <mark.meves@gmail.com>
- Date: Sat, 01 Jan 2011 17:55:32 +0000
- To: www-style@w3.org
Received on Monday, 7 February 2011 13:17:56 UTC
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