- From: <bugzilla@jessica.w3.org>
- Date: Tue, 03 Dec 2013 20:57:01 +0000
- To: public-webapps@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23946
Anne <annevk@annevk.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |annevk@annevk.nl
Resolution|WONTFIX |---
--- Comment #8 from Anne <annevk@annevk.nl> ---
(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.
Received on Tuesday, 3 December 2013 20:57:03 UTC