Re: [whatwg/encoding] Editorial: use leading and pending surrogate (PR #309)

@annevk commented on this pull request.



>  
    <li><p><a>Prepend</a> <var>item</var> to <var>input</var>.
 
    <li><p>Return U+FFFD.
   </ol>
 
- <li><p>If <var>item</var> is in the range U+D800 to U+DBFF, inclusive, then set <a>pending high
- surrogate</a> to <var>item</var> and return <a>continue</a>.
+ <li><p>If <var>item</var> is a <a>leading surrogate</a>, then set <a>leading surrogate</a> to

Should be fixed once https://github.com/whatwg/infra/commit/0dba3a29da6e071a30e06bb837e282eca33efbc9 is indexed, but I should probably use explicit `for` as well.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/encoding/pull/309#discussion_r1158410671
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/encoding/pull/309/review/1372747709@github.com>

Received on Wednesday, 5 April 2023 11:52:47 UTC