- From: Michael Day <mikeday@yeslogic.com>
- Date: Tue, 18 Feb 2003 00:21:08 -0500 (EST)
- To: www-style@w3.org
Hi,
There appears to be another bug in the CSS2 core syntax grammar:
block       : '{' S* [ any | block | ATKEYWORD S* | ';' ]* '}' S*;
There should be optional space (S*) after ';'
Thanks,
Michael
Received on Tuesday, 18 February 2003 04:38:32 UTC