[whatwg/url] percent-encoding rules don't match browsers? (#162)

>From my reading of https://url.spec.whatwg.org/ only "%2e" should be percent-decoded if it appears in the path section (haven't examined other sections of the url yet).
The reference implementation doesn't seem to decode any percent-encoded stuff in the path (not even %2e). But my browser (chromium) appears to percent-decode a bunch of stuff. Guessing approximately the inverse of the "default encode set". 

![screen shot 2016-11-04 at 12 13 08](https://cloud.githubusercontent.com/assets/423176/20019212/6076c00a-a288-11e6-9a67-de160eee1a4f.png)


-- 
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/162

Received on Friday, 4 November 2016 19:16:41 UTC