[Bug 23946] Lift the ban on query parts in “blob:” URIs

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23946

--- Comment #9 from Arun <arun@mozilla.com> ---
(In reply to Anne from comment #8)
> (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.

If we should *ignore* query component when processing blob: why exactly is this
bug reopened? What is your proposed spec. change?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 3 December 2013 22:25:39 UTC