Skip to content

Commit 734afba

Browse files
keithamusfoolip
authored andcommitted
Editorial: move definition of submit button
1 parent 69110cb commit 734afba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45861,8 +45861,8 @@ interface <dfn interface>HTMLTableCellElement</dfn> : <span>HTMLElement</span> {
4586145861

4586245862
<p>Some <span data-x="category-submit">submittable elements</span> can be, depending on their
4586345863
attributes, <dfn data-x="concept-button">buttons</dfn>. The prose below defines when an element
45864-
is a button. Some buttons are specifically <span
45865-
data-x="concept-submit-button">submit buttons</span>.</p>
45864+
is a button. Some buttons are specifically <dfn export data-lt="submit button"
45865+
data-x="concept-submit-button">submit buttons</dfn>.</p>
4586645866
</dd>
4586745867

4586845868
<dt><dfn data-x="category-reset">Resettable elements</dfn></dt>
@@ -53501,8 +53501,8 @@ interface <dfn interface>HTMLButtonElement</dfn> : <span>HTMLElement</span> {
5350153501
data-x="invalid value default">invalid value default</i> are both the <span
5350253502
data-x="attr-button-type-submit-state">Submit Button</span> state.</p>
5350353503

53504-
<p>A <code>button</code> element is said to be a <dfn
53505-
data-x="concept-submit-button">submit button</dfn> if the <code
53504+
<p>A <code>button</code> element is said to be a <span
53505+
data-x="concept-submit-button">submit button</span> if the <code
5350653506
data-x="attr-button-type">type</code> attribute is in the <span
5350753507
data-x="attr-button-type-submit-state">Submit Button</span> state.</p>
5350853508

0 commit comments

Comments
 (0)