- From: Mike West <notifications@github.com>
- Date: Fri, 15 Sep 2017 14:02:47 +0000 (UTC)
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 15 September 2017 14:22:01 UTC
Currently, https://url.spec.whatwg.org/#fragment-state requires that we percent-encode characters in a URL's fragment using the [C0 control percent-encode set](https://url.spec.whatwg.org/#c0-control-percent-encode-set). Firefox currently encodes more than that, which I think actually makes a good deal of sense. How would y'all feel about shifting fragment state encoding to match query state? That is, encoding "less than 0x21 (!), greater than 0x7E (~), or is 0x22 ("), 0x23 (#), 0x3C (<), or 0x3E (>)"? -- 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
Received on Friday, 15 September 2017 14:22:01 UTC