[Webkit-unassigned] [Bug 121592] Fixed img src URLS with multiple spaces

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 19 10:54:42 PDT 2013


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





--- Comment #8 from Yoav Weiss <yoav at yoav.ws>  2013-09-19 10:53:48 PST ---
(In reply to comment #7)
> Please don't touch to decodeURLEscapeSequences, a data uri scheme might contain escaped characters, this is the spec. See my comments about that in the following bug https://bugs.webkit.org/show_bug.cgi?id=119423

As you can see in https://bugs.webkit.org/show_bug.cgi?id=121609 , decodeURLEscapeSequences is currently breaking existing content of the form of <img src="foo%3Fbar.gif">
OTOH, you have encoded data URIs, which aren't supported in <img src> in neither Gecko nor Blink (and weren't supported in WebKit before the srcset patch), for which there's no existing content you may break.

If you believe encoded data URIs should be supported, they should be supported for all URLs, not only for img, and not with the price of breaking existing content.

-- 
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