Re: CSS1 Test Suite (minor updates)

 Sue Jordan wrote:
> According to Section 7.1 (forward-compatible parsing):
> http://www.w3.org/TR/REC-CSS1#forward-compatible-parsing

  You're right. So this following text from CSS2 needs some
changes :
http://www.w3.org/TR/PR-CSS2/grammar.html#tokenizer-diffs

 "In CSS1, a class name could start with a digit (".55ft"), unless it
 was a dimension (".55in"). In CSS2, such classes are parsed as
 unknown dimensions (to allow for future additions of new units). To
 make ".55ft" a valid class, CSS2 requires the first digit to be
 escaped (".\55ft") "


   Thanks,

		Philippe.

Received on Thursday, 9 April 1998 12:38:29 UTC