@@ -48262,7 +48262,7 @@ interface <dfn interface>HTMLInputElement</dfn> : <span>HTMLElement</span> {
48262
48262
<li><p>Run <var>element</var>'s <dfn>input activation behavior</dfn>, if any, and do nothing
48263
48263
otherwise.</p></li>
48264
48264
48265
- <li><p>If <var>element</var> has a <span>form owner</span> and <var>element</var>is not in the
48265
+ <li><p>If <var>element</var> has a <span>form owner</span> and <var>element</var> is not in the
48266
48266
<span data-x="attr-input-type-button">Button</span> state, then return.</p></li>
48267
48267
48268
48268
<li><p>Run the <span>popover target attribute activation behavior</span> given <var>element</var>
@@ -53602,16 +53602,12 @@ interface <dfn interface>HTMLButtonElement</dfn> : <span>HTMLElement</span> {
53602
53602
then <span data-x="concept-form-submit">submit</span> <var>element</var>'s
53603
53603
<span>form owner</span> from <var>element</var> with <i
53604
53604
data-x="submit-user-involvement">userInvolvement</i> set to <var>event</var>'s <span
53605
- data-x="event-uni">user navigation involvement</span>.</p></li>
53605
+ data-x="event-uni">user navigation involvement</span>, and return .</p></li>
53606
53606
53607
53607
<li><p>If <var>element</var>'s <code data-x="attr-button-type">type</code> attribute is in the
53608
53608
<span data-x="attr-button-type-reset-state">Reset Button</span> state, then <span
53609
- data-x="concept-form-reset">reset</span> <var>element</var>'s
53610
- <span>form owner</span>.</p></li>
53611
-
53612
- <li><p>If <var>element</var>'s <code data-x="attr-button-type">type</code> attribute is not in
53613
- the <span data-x="attr-button-type-button-state">Button</span> or the <span
53614
- data-x="attr-button-type-auto-state">Auto</span> state, then return.</p></li>
53609
+ data-x="concept-form-reset">reset</span> <var>element</var>'s <span>form owner</span>, and
53610
+ return.</p></li>
53615
53611
</ol>
53616
53612
</li>
53617
53613
0 commit comments