[Webkit-unassigned] [Bug 68089] WebKit doesn't parse "#" as delimiter for fragment identifier in data URIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 19 17:47:22 PDT 2011


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





--- Comment #10 from Adam Barth <abarth at webkit.org>  2011-09-19 17:47:22 PST ---
Ok.  I've caught up on my reading.  I don't see a big reason to change behavior here.  The dream of having all URIs parse the same way is just a dream.  Some common URI schemes, such as javascript URIs, can't be done this way.  There are also obscure ones, like ed2k, that can't work this way either.

The main reason I see to change our parsing of data URLs is in connection with fragment references in SVG.  I'm not sure what the best solution there is, but using the RFC 3986 regexp on data URLs doesn't seem like the best approach, especially give that doing so has resulted in Firefox getting compat complaints.

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