Re: [whatwg/url] Document invariants of percent-encode sets better (PR #896)

@ChALkeR commented on this pull request.



> @@ -480,20 +487,27 @@ percent-encode data that can then be embedded in a <a for=/>URL</a>'s <a for=url
 <a for=string>UTF-8 percent-encode</a> gives identical results to JavaScript's
 <a method><code>encodeURIComponent()</code> [sic]</a>. [[HTML]] [[ECMA-262]]
 
-<p>The <dfn><code>application/x-www-form-urlencoded</code> percent-encode set</dfn> is the
-<a>component percent-encode set</a> and U+0021 (!), U+0027 (') to U+0029 RIGHT PARENTHESIS,
-inclusive, and U+007E (~).
+<p>The <dfn><code>application/x-www-form-urlencoded</code> percent-encode set</dfn> is a
+<a>percent-encode set</a> consisting of the <a>component percent-encode set</a> and U+0021 (!),
+U+0027 (') to U+0029 RIGHT PARENTHESIS, inclusive, and U+007E (~).

nit: same here

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/pull/896#pullrequestreview-3708042422
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/url/pull/896/review/3708042422@github.com>

Received on Monday, 26 January 2026 21:18:30 UTC