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

1. I went to `http://example.com`
2. Opened the respective Developer Tools feature
3. Entered -
`location.pathname = "?"`
4. Pressed Enter.

Chrome 55 -
`http://example.com/%3F`

Firefox 50.1.0 -
`http://example.com/?`

Internet Explorer 11 -
Exception - `The URL is invalid.`

I double checked (using Fiddler) that it is not a user interface issue, but really what Firefox 50.1.0 sends on the wire. See the attached screenshot.
![image](https://cloud.githubusercontent.com/assets/184400/21642299/fb148e04-d289-11e6-81ed-89b8d6453d1e.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/133#issuecomment-270360280

Received on Wednesday, 4 January 2017 12:30:41 UTC