webspecs / url

The URL specification
https://specs.webplatform.org/url/webspecs/develop/
Other
21 stars 9 forks source link

Counterintuitive step in `non-relative-url(input)` #48

Closed EricEdens closed 7 years ago

EricEdens commented 9 years ago

https://specs.webplatform.org/url/webspecs/develop/#rule-non-relative-url

  2. If the value of scheme does not match any relative scheme then return failure.

This seems backwards to me -- given a relative scheme, we'd want the parser to continue to relative-url, right?