- From: Manish Goregaokar <notifications@github.com>
- Date: Sat, 17 Dec 2016 14:46:51 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 17 December 2016 22:47:28 UTC
Looks like Safari/Edge agree with the spec for the single quote. For whitespace, Safari agrees with the spec. Edge just includes the whitespace unencoded into the url. Edge seems to be completely broken wrt to setters like `url.search`. As far as I can tell it just does a string substitution there. For example, `u.search = "#"` will work, but if you try to view the url it will throw an error (unlike other browsers which set the search to the percent encoded form of the hash). Since there's no cross browser agreement here I guess Firefox and Chrome should be updated to follow the spec here? -- 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/172#issuecomment-267792022
Received on Saturday, 17 December 2016 22:47:28 UTC