[Bug 23431] File API should say what to do with the query string in blob: URLs

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

--- Comment #10 from Anne <annevk@annevk.nl> ---
I don't think you understand. The URL Standard already defines parsing for all
URLs. Relative schemes are treated specially, but for all other schemes the URL
ends up as "scheme", "scheme data", "query", and "fragment".

To define blob URLs in terms of this you just have to say what the "scheme
data" can be (if you want to restrict the code points for producers), maybe
that a conforming blob URL does not have a query and that fragment can be
anything. (Reworded in specification prose of course.)

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

Received on Wednesday, 6 November 2013 10:41:18 UTC