- From: Mahmoud Hashemi <notifications@github.com>
- Date: Thu, 09 Feb 2017 02:26:15 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 February 2017 10:27:20 UTC
@annevk I understand your desire not to complicate the parser even more. The most I can hope for is someone to make a small note of the plus-convention for delineating multiple protocols/schemes. But to be clear, you can't "just use `//`". Whether or not a URL can have a `//` is defined on a per-scheme basis. `file:///x/y/z` is valid, whereas `mailto://x@y.z` is not. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/url/issues/230#issuecomment-278603125
Received on Thursday, 9 February 2017 10:27:20 UTC