[Bug 3627] Validator incorrectly reports failure when using CSS2 grammar - parses full-length numeric escapes incorrectly

http://www.w3.org/Bugs/Public/show_bug.cgi?id=3627





------- Comment #3 from peter.zhelezniakov@Sun.com  2007-04-12 13:35 -------
Created an attachment (id=463)
 --> (http://www.w3.org/Bugs/Public/attachment.cgi?id=463&action=view)
CSS1 allows escape sequences 4 chars long maximum

CSS1 allows escape sequences to be 4 chars long maximum, while CSS2+ allows 6
chars. We need to conditionalize on CSS version.

Received on Thursday, 12 April 2007 13:36:05 UTC