CSS2 core syntax (again)

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