- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 10 Apr 2007 14:14:01 +0000
- To: www-validator-cvs@w3.org
- CC:
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