[whatwg/url] It's not immediately clear that "URL syntax" and "URL parser" conflict (#118)

URL syntax is a model for valid URLs---basically "authoring requirements". The URL parser section allows parsing URLs which do not follow URL syntax.

An easy example is `https://////example.com`, which is disallowed because the portion after `https:` contradicts

> A scheme-relative URL
must be "//", followed by a host, optionally followed by ":" and a port, optionally followed by a path-absolute URL. 

/cc @bagder via some Twitter confusion this morning.

---
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/118

Received on Monday, 9 May 2016 13:29:28 UTC