Re: [whatwg/url] It's not immediately clear that "URL syntax" and "URL parser" conflict (#118)

@bagder it's the robustness principle more or less. It also keeps things simpler for those only producing URLs and not consuming them. And those sticking to valid URLs. Even if we parse URLs with a space in them, we wouldn't want to make those valid as that would make it harder to work with URLs in plain text over the long term.

-- 
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/118#issuecomment-276075585

Received on Monday, 30 January 2017 14:28:35 UTC