- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Mon, 11 May 2020 06:16:59 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/url/pull/503/review/409160226@github.com>
@saschanaz requested changes on this pull request. As both will be used from other specs > @@ -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 ```suggestion <p>To <dfn export>UTF-8 percent encode</dfn> a <a for=/>code point</a> <var>codePoint</var> using a ``` > @@ -197,9 +201,17 @@ U+005B ([) to U+005E (^), inclusive, and U+007C (|). concatenated, in the same order. </ol> -<p class="note no-backref">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. +<p>To <dfn>string UTF-8 percent encode</dfn> a <a for=/>string</a> <var>input</var> using a ```suggestion <p>To <dfn export>string UTF-8 percent encode</dfn> a <a for=/>string</a> <var>input</var> using a ``` -- 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#pullrequestreview-409160226
Received on Monday, 11 May 2020 13:17:12 UTC