- From: <bugzilla@jessica.w3.org>
- Date: Wed, 06 Nov 2013 10:41:17 +0000
- To: public-webapps-bugzilla@w3.org
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