[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:21:03 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=121592
--- Comment #10 from Yoav Weiss <yoav at yoav.ws> 2013-09-19 15:20:08 PST ---
(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
--
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