[CSS21] Definition of the S token

S is currently defined as:

s  [ \t\r\n\f]
{s}+			{return S;}

Should the definition of "s" also include '\v'?

-Boris

Received on Tuesday, 17 May 2005 19:59:51 UTC