[Webkit-unassigned] [Bug 13780] REGRESSION (r21526): Failing fast/parser/bad-xml-slash.html

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


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


hyatt at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |hyatt at apple.com
                   |unassigned at lists.webkit.org |
             Status|NEW                         |ASSIGNED
  Attachment #14614|                            |review?
               Flag|                            |




------- Comment #2 from hyatt at apple.com  2007-05-18 15:02 PDT -------
Created an attachment (id=14614)
 --> (http://bugs.webkit.org/attachment.cgi?id=14614&action=view)
Patch that fixes "/" to no longer be an attribute name ever.

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.


-- 
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.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list