Re: [url] All instances of %2e in the path should be decoded into `.` (#77)

Proposal:

Between "path state"'s 3.2 and 3.3 we insert a new step that reads:

* If c is "%" and remaining, ASCII lowercased, starts with "2e", append "." to buffer and increase pointer by two.

Then we change step 3.3 (the old one) to become an Otherwise clause.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/77#issuecomment-171635838

Received on Thursday, 14 January 2016 12:50:05 UTC