Re: Question on parsing of "font" property

Mea culpa, Boris.


operator
   : '/' S* | COMMA S* | /* empty */
   ;
 
 font-family: Times New Roman;

is 

term (/* empty */) term (/* empty */) term

so it is valid.

But still each part of unquoted font name mast be an IDENT.

Andrew Fedoniouk.
http://terrainformatica.com

Received on Thursday, 20 May 2004 02:01:59 UTC