- From: Glenn Adams <glenn@stonehand.com>
- Date: Sun, 22 Oct 95 22:21:34 -0400
- To: Hakon Lie <howcome@w3.org>
- Cc: www-style@w3.org
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