Re: [whatwg/url] Fix: allow percent encoded code points in the non-special URLs host (#218)

We definitely need to allow percent-encoded values in non-special URLs to remain, but we need to do something about invalid percent-encoded values.  notspecial://H%4fSt/path is fine but notspecial://H%4gSt/path is not.  In such a case, should we percent-encode the percent?

-- 
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/pull/218#issuecomment-278102223

Received on Tuesday, 7 February 2017 18:50:48 UTC