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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 19 15:26:20 PDT 2013


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





--- Comment #11 from Benjamin Poulain <benjamin at webkit.org>  2013-09-19 15:25:25 PST ---
(In reply to comment #10)
> (In reply to comment #9)
> > So why does the example at the end of the bug https://bugs.webkit.org/show_bug.cgi?id=119423 work with chrome 29 ?
> 
> As far as I understand it, the reason data URIs needed encoding after the introduction of srcset was to encode the comma that follows their type (since the algorithm split the attribute on commas). That kind of encoding was not supported for src before that, and is not supported in Chrome/Firefox.
> 
> In any case, this discussion doesn't belong to this bug, but to https://bugs.webkit.org/show_bug.cgi?id=121609

It was an odd place to decode the input anyway. We can decode data URL later in the stack.

Can you please update the test and rebaseline after #121609?

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