[Webkit-unassigned] [Bug 33588] Deleting attribute’s first apostrophe appends additional one at the end

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 3 06:43:28 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=33588


Alexander Pavlov (apavlov) <apavlov at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX
                 CC|                            |apavlov at chromium.org




--- Comment #1 from Alexander Pavlov (apavlov) <apavlov at chromium.org>  2011-11-03 06:43:28 PST ---
This is the expected behavior, as the parser attempts to quote unquoted values, so that
width=90%
will be mapped to
width="90%"

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



More information about the webkit-unassigned mailing list