Re: [whatwg/url] Consider always escaping U+0020 (#125)

I tested Firefox unfairly for data URLs. Firefox has data URLs implemented in the URL parser and therefore it would reject input such as `data:test test` and echo that back out. If you instead give `data:,test test#test test` as input, it will encode the spaces as `%20`.

-- 
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/125#issuecomment-278896276

Received on Friday, 10 February 2017 09:25:02 UTC