- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 23 Apr 2025 18:02:09 -0700
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 24 April 2025 01:02:13 UTC
@domenic approved this pull request. > @@ -2159,17 +2159,24 @@ that are split between strings. [[!INFRA]] in deployed content. Therefore it is not part of the <a>UTF-8 decoder</a> algorithm, but rather the <a>decode</a> and <a>UTF-8 decode</a> algorithms. -<p><a>UTF-8</a>'s <a for=/>decoder</a> has an associated -<dfn>UTF-8 code point</dfn>, <dfn>UTF-8 bytes seen</dfn>, and -<dfn>UTF-8 bytes needed</dfn> (all initially 0), a <dfn>UTF-8 lower boundary</dfn> -(initially 0x80), and a <dfn>UTF-8 upper boundary</dfn> (initially 0xBF). +<p><a>UTF-8</a>'s <a for=/>decoder</a> has an associated: + +<dl> + <dt><dfn>UTF-8 code point</dfn> + <dt><dfn>UTF-8 bytes seen</dfn> + <dt><dfn>UTF-8 bytes needed</dfn> + <dd>A number, initially 0. ```suggestion <dd>Numbers, initially 0. ``` Maybe? Here and below. Otherwise it kind of reads as if they're "pointing" to the same number. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/encoding/pull/349#pullrequestreview-2788997019 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/encoding/pull/349/review/2788997019@github.com>
Received on Thursday, 24 April 2025 01:02:13 UTC