- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 08 Dec 2016 12:29:47 -0800
- To: whatwg/url <url@noreply.github.com>
Received on Thursday, 8 December 2016 20:30:27 UTC
@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