Re: [whatwg/url] Percent-encode additional characters in "fragment state". (#347)

mikewest commented on this pull request.



> @@ -169,9 +169,11 @@ contains bytes that are not <a>ASCII bytes</a> might be insecure and is not reco
 <p>The <dfn oldids=simple-encode-set>C0 control percent-encode set</dfn> are the <a>C0 controls</a>
 and all <a>code points</a> greater than U+007E (~).
 
+<p>The <dfn>fragment percent-encode set</dfn> is the <a>C0 control percent-encode set</a> and
+U+0022 SPACE, U+0022 ("), U+003C(&lt;), U+003E (&gt;), and U+0060 (`).

Yup. That was super-dumb. Fixed in https://github.com/whatwg/url/pull/347/commits/d1d85b24579f29555a1b327ad56d85cc77bdfe9a.

-- 
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/pull/347#discussion_r143686021

Received on Tuesday, 10 October 2017 10:18:22 UTC