Re: [whatwg/url] Add non-special-URL hosts (#185)

This should be once again ready for review. Proposed commit message:
```
Change non-special URLs

This makes two major changes to non-special URLs:

* Parse host differently. Rather than IDNA processing, percent-encode.
* Allow path to be empty. Rather than enforce a path as we do for "https" and other special schemes, allow for the possibility of it being empty for non-special URLs, which more closely aligns with the obsoleted IETF RFC.

Tests: https://github.com/w3c/web-platform-tests/pull/4406.

Fixes #148.
```

-- 
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/pull/185#issuecomment-271602270

Received on Tuesday, 10 January 2017 15:19:09 UTC