- From: Anne van Kesteren <annevk@annevk.nl>
- Date: Mon, 5 Nov 2012 08:36:57 +0100
- To: WHATWG <whatwg@whatwg.org>
Do we want to support parsing the query component of URLs without relative scheme (such as mailto/javascript) into a separate entity or just treat it as part of what the specification now calls "scheme data". What this affects: * We could more easily treat about:blank?test equal to about:blank with a query component. Only WebKit does not support this. * javascript: would consist of scheme data + query + fragment rather than just scheme data + fragment * data: would consist of scheme data + query rather than just scheme data * The API (we should probably just allow manipulation for URLs with relative scheme for now) Spec: http://url.spec.whatwg.org/ -- http://annevankesteren.nl/
Received on Monday, 5 November 2012 07:37:28 UTC