Re: [whatwg/url] Editorial: make everything use percent-encode sets (#518)

@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