Re: CSS draft 4.0 [Level 2 YACC Spec]

I said:

>From: Glenn Adams <glenn@stonehand.com>
>Date: Sun, 22 Oct 95 21:34:59 -0400
>
>3. op: '+' | '-' | '*' | '/' | INTERPOLATEHI | INTERPOLATELO | /* empty */;
>
>Produces 2 shift/reduce conflicts. Change to:
>
>   op: '+' | '-' | '*' | '/' | INTERPOLATEHI | INTERPOLATELO;

However, I now see this change won't do since it will prevent valid
phrases, e.g., "font-family = times serif".  I guess we'll have to
live with this ambiguity.

Regards,
Glenn

Received on Sunday, 22 October 1995 22:21:52 UTC