- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Mon, 11 May 2020 06:20:51 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 11 May 2020 13:21:03 UTC
@saschanaz commented on this pull request. > @@ -183,7 +183,11 @@ U+0020 SPACE, U+0022 ("), U+003C (<), U+003E (>), and U+0060 (`). <a>path percent-encode set</a> and U+002F (/), U+003A (:), U+003B (;), U+003D (=), U+0040 (@), U+005B ([) to U+005E (^), inclusive, and U+007C (|). -<p>To <dfn>UTF-8 percent encode</dfn> a <a for=/>code point</a> <var>codePoint</var>, using a +<p class=note>The <a><code>application/x-www-form-urlencoded</code></a> format's +<a lt="urlencoded byte serializer">byte serializer</a> and the <a>URL parser</a>'s +<a>query state</a> use <a>percent encode</a> directly without any of these sets. + +<p>To <dfn>UTF-8 percent encode</dfn> a <a for=/>code point</a> <var>codePoint</var> using a Ah, I mean, other spec (without s) 😅 AFAIK HTML doesn't depend on Shepherd but still `export` should indicate a term is potentially being used elsewhere, if anyone ever intend to remove it later. -- 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/503#discussion_r423033388
Received on Monday, 11 May 2020 13:21:03 UTC