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

TimothyGu commented on this pull request.



> @@ -177,6 +177,9 @@ U+003E (>), U+003F (?), U+0060 (`), U+007B ({), and U+007D (}).
 <a>path percent-encode set</a> and U+002F (/), U+003A (:), U+003B (;), U+003D (=), U+0040 (@),
 U+005B ([), U+005C (\), U+005D (]), U+005E (^), and U+007C (|).
 
+<p>The <dfn>fragment percent-encode set</dfn> is the <a>C0 control percent-encode set</a> and

How about we try to define path percent-encode set as a superset of fragment percent-encode set, for parity with userinfo->path.

-- 
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#pullrequestreview-68054758

Received on Monday, 9 October 2017 17:24:40 UTC