Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels