@@ -2165,9 +2165,11 @@ in deployed content. Therefore it is not part of the <a>UTF-8 decoder</a> algori
21652165 <dt> <dfn>UTF-8 code point</dfn>
21662166 <dt> <dfn>UTF-8 bytes seen</dfn>
21672167 <dt> <dfn>UTF-8 bytes needed</dfn>
2168- <dd> A number, initially 0.
2168+ <dd> Each a number, initially 0.
2169+
21692170 <dt> <dfn>UTF-8 lower boundary</dfn>
21702171 <dd> A byte, initially 0x80.
2172+
21712173 <dt> <dfn>UTF-8 upper boundary</dfn>
21722174 <dd> A byte, initially 0xBF.
21732175</dl>
@@ -2447,7 +2449,7 @@ consumers of content generated with <a>GBK</a>'s <a for=/>encoder</a>.
24472449 <dt> <dfn>gb18030 first</dfn>
24482450 <dt> <dfn>gb18030 second</dfn>
24492451 <dt> <dfn>gb18030 third</dfn>
2450- <dd> A byte, initially 0x00.
2452+ <dd> Each a byte, initially 0x00.
24512453</dl>
24522454
24532455<p> <a>gb18030</a> 's <a for=/>decoder</a>' s <a>handler</a> , given
@@ -2794,6 +2796,7 @@ is a byte, initially 0x00.
27942796<dl>
27952797 <dt> <dfn id=euc-jp-jis0212-flag>EUC-JP jis0212</dfn>
27962798 <dd> A boolean, initially false.
2799+
27972800 <dt> <dfn id=euc-jp-lead>EUC-JP leading</dfn>
27982801 <dd> A byte, initially 0x00.
27992802</dl>
@@ -2905,10 +2908,13 @@ is a byte, initially 0x00.
29052908<dl>
29062909 <dt> <dfn>ISO-2022-JP decoder state</dfn>
29072910 <dd> A state, initially <a lt="ISO-2022-JP decoder ASCII">ASCII</a> .
2911+
29082912 <dt> <dfn>ISO-2022-JP decoder output state</dfn>
29092913 <dd> A state, initially <a lt="ISO-2022-JP decoder ASCII">ASCII</a> .
2914+
29102915 <dt> <dfn id=iso-2022-jp-lead>ISO-2022-JP leading</dfn>
29112916 <dd> A byte, initially 0x00.
2917+
29122918 <dt> <dfn id=iso-2022-jp-output-flag>ISO-2022-JP output</dfn>
29132919 <dd> A boolean, initially false.
29142920</dl>
@@ -3441,8 +3447,10 @@ rather the <a>decode</a> algorithm.
34413447<dl>
34423448 <dt> <dfn id=utf-16-lead-byte>UTF-16 leading byte</dfn>
34433449 <dd> Null or a byte, initially null.
3450+
34443451 <dt> <dfn id=utf-16-lead-surrogate>UTF-16 leading surrogate</dfn>
34453452 <dd> Null or a <a for=/>leading surrogate</a> , initially null.
3453+
34463454 <dt> <dfn id=utf-16be-decoder-flag>is UTF-16BE decoder</dfn>
34473455 <dd> A boolean, initially false.
34483456</dl>
0 commit comments