- From: Rimas Misevičius <notifications@github.com>
- Date: Tue, 26 Sep 2017 18:15:53 +0000 (UTC)
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 26 September 2017 18:16:38 UTC
Yes. I tested the Firefox Nightly: it percent encodes: 0x20 (SP) and below, 0x22 (`"`), 0x3C (`<`), 0x3E (`>`), 0x60 (`` ` ``), and code points above 0x7E. I think it is reasonable to standardize this percent encoding set. _[My testing code.](https://rmisev.github.io/web-browser-tests/url/url-percent-encoding-test.html)_ FYI: Safari only encodes code points below 0x20 and above 0x7E; Chrome - code points below 0x20; Edge does not encode at all. -- 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/344#issuecomment-332287962
Received on Tuesday, 26 September 2017 18:16:38 UTC