[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
Wed Sep 14 15:49:32 PDT 2011


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





--- Comment #6 from Adam Barth <abarth at webkit.org>  2011-09-14 15:49:32 PST ---
The underlying issue is that there's a dream that all URIs should be parseable with a single algorithm, but I don't think we can realize that dream given compatibility constraints.  Compounded on that are tricky issues of using relative fragments in documents created from data URLs.  WebKit does something somewhat magical to make this "work".

It's very unclear to me what the best solution to all these constraints is.

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