CSS2 grammar help.

Hello,

In the current CSS2, expressions such as 'operator' and 'combinator' have
a syntax that contains the sub expression "/* empty */"
	Example:  operator: '/' S* | ',' S* | /* empty */ ;
Is the previous example equivalent to ['/' S* | ',' S*]?

Thanks for the clarification,

Blaine

Received on Tuesday, 27 June 2000 18:55:06 UTC