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

@ricea commented on this pull request.

Only the title says "pending surrogate"; should that be "trailing surrogate" instead?

>  
    <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

I think both these `<a>leading surrogate</a>` will link to the same place, which seems wrong.

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

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

Received on Wednesday, 5 April 2023 08:18:52 UTC