[CSS21] Remove DELIM? from 'declaration' production

In Section 4.1.1, http://www.w3.org/TR/CSS21/syndata.html#tokenization the 'declaration'
production is listed as

   declaration : DELIM? property S* ':' S* value;

 From http://lists.w3.org/Archives/Member/w3c-css-wg/2003JanMar/0273.html I see
that the DELIM? was added to allow the leading hyphen in vendor extensions, but
this was separately addressed by adding '-' to identifiers. So I think we should
revert this change.

~fantasai

Received on Wednesday, 25 July 2007 07:42:02 UTC