Re: [whatwg/url] Consider percent-encoding more characters in "fragment state" (#344)

> Do you have a set of characters you'd prefer to use instead of the query encoding set? As long as the set includes < and >, I'll be happy. :)

I'll prefer to encode "less than 0x21 (!)" and `"` also:

Code&nbsp;point | Why encode?
-|-
0x20 (SP) | See https://github.com/whatwg/url/issues/150#issuecomment-255160894 and https://bugzilla.mozilla.org/show_bug.cgi?id=1148861
0x22 (") | For safe copy/paste into `<a href="http://example.com#with%22quote">` vs `<a href="http://example.com#with"quote">`

-- 
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-330178864

Received on Monday, 18 September 2017 10:16:44 UTC