[whatwg/url] Which reality should location.pathname setter match? (#133)

`location.pathname = "?"`

Results -
Chrome - `%3F`
Firefox - `?`
Internet Explorer 11 (sorry, no Edge here) - throws "The URL is invalid" exception.

Looks like Chrome changed to match the specification only recently, so Chrome and Firefox used to result in `?`.

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

Received on Thursday, 14 July 2016 10:30:22 UTC