@@ -2165,9 +2165,11 @@ in deployed content. Therefore it is not part of the <a>UTF-8 decoder</a> algori
2165
2165
<dt> <dfn>UTF-8 code point</dfn>
2166
2166
<dt> <dfn>UTF-8 bytes seen</dfn>
2167
2167
<dt> <dfn>UTF-8 bytes needed</dfn>
2168
- <dd> A number, initially 0.
2168
+ <dd> Each a number, initially 0.
2169
+
2169
2170
<dt> <dfn>UTF-8 lower boundary</dfn>
2170
2171
<dd> A byte, initially 0x80.
2172
+
2171
2173
<dt> <dfn>UTF-8 upper boundary</dfn>
2172
2174
<dd> A byte, initially 0xBF.
2173
2175
</dl>
@@ -2447,7 +2449,7 @@ consumers of content generated with <a>GBK</a>'s <a for=/>encoder</a>.
2447
2449
<dt> <dfn>gb18030 first</dfn>
2448
2450
<dt> <dfn>gb18030 second</dfn>
2449
2451
<dt> <dfn>gb18030 third</dfn>
2450
- <dd> A byte, initially 0x00.
2452
+ <dd> Each a byte, initially 0x00.
2451
2453
</dl>
2452
2454
2453
2455
<p> <a>gb18030</a> 's <a for=/>decoder</a>' s <a>handler</a> , given
@@ -2794,6 +2796,7 @@ is a byte, initially 0x00.
2794
2796
<dl>
2795
2797
<dt> <dfn id=euc-jp-jis0212-flag>EUC-JP jis0212</dfn>
2796
2798
<dd> A boolean, initially false.
2799
+
2797
2800
<dt> <dfn id=euc-jp-lead>EUC-JP leading</dfn>
2798
2801
<dd> A byte, initially 0x00.
2799
2802
</dl>
@@ -2905,10 +2908,13 @@ is a byte, initially 0x00.
2905
2908
<dl>
2906
2909
<dt> <dfn>ISO-2022-JP decoder state</dfn>
2907
2910
<dd> A state, initially <a lt="ISO-2022-JP decoder ASCII">ASCII</a> .
2911
+
2908
2912
<dt> <dfn>ISO-2022-JP decoder output state</dfn>
2909
2913
<dd> A state, initially <a lt="ISO-2022-JP decoder ASCII">ASCII</a> .
2914
+
2910
2915
<dt> <dfn id=iso-2022-jp-lead>ISO-2022-JP leading</dfn>
2911
2916
<dd> A byte, initially 0x00.
2917
+
2912
2918
<dt> <dfn id=iso-2022-jp-output-flag>ISO-2022-JP output</dfn>
2913
2919
<dd> A boolean, initially false.
2914
2920
</dl>
@@ -3441,8 +3447,10 @@ rather the <a>decode</a> algorithm.
3441
3447
<dl>
3442
3448
<dt> <dfn id=utf-16-lead-byte>UTF-16 leading byte</dfn>
3443
3449
<dd> Null or a byte, initially null.
3450
+
3444
3451
<dt> <dfn id=utf-16-lead-surrogate>UTF-16 leading surrogate</dfn>
3445
3452
<dd> Null or a <a for=/>leading surrogate</a> , initially null.
3453
+
3446
3454
<dt> <dfn id=utf-16be-decoder-flag>is UTF-16BE decoder</dfn>
3447
3455
<dd> A boolean, initially false.
3448
3456
</dl>
0 commit comments