- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 19 May 2020 14:54:04 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 19 May 2020 21:54:16 UTC
@domenic commented on this pull request. > <li><p>Let <var>output</var> be the empty string.</p></li> - <li><p>For each <var>byte</var> of <var>bytes</var>, <a for=byte>percent-encode</a> - <var>byte</var> and append the result to <var>output</var>. + <li> + <p>For each <var>byte</var> of <var>bytes</var>: + + <ol> + <li><p>Let <var>codePoint</var> be a <a for=/>code point</a> whose <a for="code point">value</a> This redeclares the codePoint variable, which is kind of bad. -- 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/518#pullrequestreview-414850958
Received on Tuesday, 19 May 2020 21:54:16 UTC