[webkit-reviews] review requested: [Bug 13780] REGRESSION (r21526): Failing fast/parser/bad-xml-slash.html : [Attachment 14614] Patch that fixes "/" to no longer be an attribute name ever.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 18 15:02:30 PDT 2007


Dave Hyatt <hyatt at apple.com> has asked	for review:
Bug 13780: REGRESSION (r21526): Failing fast/parser/bad-xml-slash.html
http://bugs.webkit.org/show_bug.cgi?id=13780

Attachment 14614: Patch that fixes "/" to no longer be an attribute name ever.
http://bugs.webkit.org/attachment.cgi?id=14614&action=edit

------- Additional Comments from Dave Hyatt <hyatt at apple.com>
This patch fixes "/" to no longer ever be part of attribute names (so that it's
handled like HTML5 and not like HTML4).

It also became necessary to move the <script/> quirk when doing this since it
was relying on "/" being an attribute name.  Since i had to redo that quirk, I
went ahead and made sure it only applied to Dashboard as well.	This affects a
lot of layout tests that I will patch.



More information about the webkit-reviews mailing list