[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 #2 from peter.zhelezniakov@Sun.com  2007-04-10 14:14 -------
(From update of attachment 462)
The code in CssParser.convertStringIndex() fails to enforce the "no more than 6
chars" rule for escape sequences. In fact, it has a (count < 6) check, but
fails to increment the counter.

Received on Tuesday, 10 April 2007 14:14:12 UTC