[Webkit-unassigned] [Bug 16179] any attribute name start with a unicode which like #xx00(x could be any hex number[0-9a-f]) will cause HTMLTokenizer parse error.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 4 11:39:05 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16179





------- Comment #6 from johnnyding.webkit at gmail.com  2007-12-04 11:39 PDT -------
Great, I have a patch for this problem, I will upload it later and let you guy
review it.

For fixing this problem, I test it in IE6/7, Firefox 2/3, Opera9. They have
same behavior about this problem, safari got crash.

The characters which should be illegal in attribute name according HTML spec
are in attribute name will be treated as legal characters, they are part of
attribute name.

Please check the following test case.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list