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

Right now Firefox drops \r\n\t in the URL constructor, and trims U+0000 to U+0020.
In the setters we encode all C0-and space characters. This is true for pathname, search and hash.
I don't have any preference about this, but we should at least try to be consistent.

-- 
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-265831655

Received on Thursday, 8 December 2016 19:30:15 UTC