[webkit-reviews] review granted: [Bug 12506] REGRESSION: Safari doesn't display hebrew text on a web page, displayed correctly on Tiger : [Attachment 12830] proposed fix

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Wed Jan 31 12:12:31 PST 2007


Darin Adler <darin at apple.com> has granted Darin Adler <darin at apple.com>'s
request for review:
Bug 12506: REGRESSION: Safari doesn't display hebrew text on a web page,
displayed correctly on Tiger
http://bugs.webkit.org/show_bug.cgi?id=12506

Attachment 12830: proposed fix
http://bugs.webkit.org/attachment.cgi?id=12830&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
I believe that the HTML parser is tolerant of spurious quote marks in tags
attribute lists -- see line 927 of HTMLTokenizer.cpp, the part that says
"ignore any quotes we encounter and treat them like spaces". This code is
strict about that. I'd like to see some more test cases that cover these
strange quoting cases to see if there are any repercussions of that.

r=me



More information about the webkit-reviews mailing list