https://www.w3.org/Bugs/Public/show_bug.cgi?id=23946
Anne <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|WONTFIX |--- --- Comment #8 from Anne <[email protected]> --- (In reply to Boris Zbarsky from comment #5) > data: doesn't support a query section. Simple testcase: > > data:text/html,<script>alert(location.search)</script>aaa?bbb > > Shows "aaa?bbb" as the text in browsers and alerts empty string. Alerts "?bbb" in Safari and per http://url.spec.whatwg.org/ The same should happen for blob URLs in my opinion. We should only look at scheme data though when processing blob URLs and ignore the query component. -- You are receiving this mail because: You are on the CC list for the bug.
