File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -53794,12 +53794,17 @@ interface <dfn interface>HTMLButtonElement</dfn> : <span>HTMLElement</span> {
53794
53794
getter steps are:</p>
53795
53795
53796
53796
<ol>
53797
- <li><p>Let <var>state</var> be <span>this</span>'s <code
53798
- data-x="attr-button-type">type</code> attribute.</p></li>
53797
+ <li><p>If <var>this</var> is a <span data-x="concept-submit-button">submit button</span>, then
53798
+ return "<code data-x="">submit</code>".</p></li>
53799
+
53800
+ <li><p>Let <var>state</var> be <span>this</span>'s <code data-x="attr-button-type">type</code>
53801
+ attribute.</p></li>
53802
+
53803
+ <li><p><span>Assert</span>: <var>state</var> is not in the <span
53804
+ data-x="attr-button-type-submit-state">Submit Button</span> state.</p></li>
53799
53805
53800
53806
<li><p>If <var>state</var> is in the <span data-x="attr-button-type-auto-state">Auto</span>
53801
- state and <span>this</span> is not a <span data-x="concept-submit-button">submit button</span>,
53802
- then return "<code data-x="">button</code>".</p></li>
53807
+ state, then return "<code data-x="">button</code>".</p></li>
53803
53808
53804
53809
<li><p>Return the keyword value corresponding to <var>state</var>.</p></li>
53805
53810
</ol>
You can’t perform that action at this time.
0 commit comments