Skip to content

Commit

Permalink
Editorial: move definition of submit button
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored and foolip committed Feb 11, 2025
1 parent 69110cb commit 734afba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -45861,8 +45861,8 @@ interface <dfn interface>HTMLTableCellElement</dfn> : <span>HTMLElement</span> {

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

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

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

Expand Down

0 comments on commit 734afba

Please sign in to comment.