[whatwg/url] Basic URL Parse point 1 (#130)

At [Basic URL Parse](https://url.spec.whatwg.org/#concept-basic-url-parser) 



> 1. If url is not given:
>    1. Set url to a new URL.
>    1. If input contains any leading or trailing C0 controls and space, syntax violation.
>    1. Remove any leading and trailing C0 controls and space from input.


Shouldn't 1.2 and 1.3 be independent on if *url* was given?

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

Received on Friday, 1 July 2016 11:33:37 UTC