Re: [whatwg/url] unicode fragments (#150)

@valenting the consistency we have now is that \r\n\t are always dropped. And trimming of U+0000 to U+0020 happens only for the full URL (not setters). Note that it should also happen for `<a>` and such, not just the URL constructor.

The main problem with not encoding spaces is that it's harder to copy-and-paste those URLs and drop them elsewhere. Since most tooling assumes URLs do not contain spaces.

Anyway, if the test changes look okay I suggest we land this and then if there are still concerns we can fiddle with the details in a new issue.

-- 
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/150#issuecomment-265846628

Received on Thursday, 8 December 2016 20:30:27 UTC