@@ -45117,9 +45117,10 @@ interface <dfn>HTMLInputElement</dfn> : <span>HTMLElement</span> {
45117
45117
45118
45118
</div>
45119
45119
45120
- <p>If the <code data-x="attr-fe-name">name</code> attribute is present and has a value that is
45121
- <span>identical to</span> "<code data-x="attr-fe-name-charset">_charset_</code>", then the
45122
- element's <code data-x="attr-input-value">value</code> attribute must be omitted.</p>
45120
+ <p>If the <code data-x="attr-fe-name">name</code> attribute is present and has a value that is an
45121
+ <span>ASCII case-insensitive</span> match for "<code
45122
+ data-x="attr-fe-name-charset">_charset_</code>", then the element's <code
45123
+ data-x="attr-input-value">value</code> attribute must be omitted.</p>
45123
45124
45124
45125
<div class="bookkeeping">
45125
45126
@@ -52655,9 +52656,9 @@ interface <dfn>HTMLLegendElement</dfn> : <span>HTMLElement</span> {
52655
52656
is no longer allowed.</p>
52656
52657
52657
52658
<p>Other than <code data-x="">isindex</code>, any non-empty value for <code
52658
- data-x="attr-form-name">name</code> is allowed. The name <dfn><code
52659
- data-x="attr-fe-name-charset">_charset_</code></dfn> is special: if used as the name of a <span
52660
- data-x="attr-input-type-hidden">Hidden</span> control with no <code
52659
+ data-x="attr-form-name">name</code> is allowed. An <span>ASCII case-insensitive</span> match for
52660
+ the name <dfn><code data-x="attr-fe-name-charset">_charset_</code></dfn> is special: if used as
52661
+ the name of a <span data-x="attr-input-type-hidden">Hidden</span> control with no <code
52661
52662
data-x="attr-input-value">value</code> attribute, then during submission the <code
52662
52663
data-x="attr-input-value">value</code> attribute is automatically given a value consisting of the
52663
52664
submission character encoding.</p>
@@ -56368,8 +56369,8 @@ fur
56368
56369
<li>
56369
56370
<p>Otherwise, if the <var>field</var> element is an <code>input</code> element whose <code
56370
56371
data-x="attr-input-type">type</code> attribute is in the <span
56371
- data-x="attr-input-type-hidden">Hidden</span> state and <var>name</var> is "<code
56372
- data-x="attr-fe-name-charset">_charset_</code>":</p>
56372
+ data-x="attr-input-type-hidden">Hidden</span> state and <var>name</var> is an <span>ASCII
56373
+ case-insensitive</span> match for "<code data-x="attr-fe-name-charset">_charset_</code>":</p>
56373
56374
56374
56375
<ol>
56375
56376
<li><p>Let <var>charset</var> be the <span data-x="encoding name">name</span> of
0 commit comments