Skip to content

Commit

Permalink
Editorial: clean up enumerated attribute preambles
Browse files Browse the repository at this point in the history
Helps with #9832.
  • Loading branch information
keithamus authored Nov 23, 2023
1 parent 8af8734 commit c540eaa
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -46307,9 +46307,7 @@ interface <dfn interface>HTMLInputElement</dfn> : <span>HTMLElement</span> {

<p>The <dfn element-attr for="input"><code data-x="attr-input-type">type</code></dfn> attribute
controls the data type (and associated control) of the element. It is an <span>enumerated
attribute</span>. The following table lists the keywords and states for the attribute &mdash; the
keywords in the left column map to the states in the cell in the second column on the same row as
the keyword.</p>
attribute</span> with the following keywords and states:</p>

<table id="attr-input-type-keywords">
<thead>
Expand Down Expand Up @@ -52742,9 +52740,7 @@ interface <dfn interface>HTMLButtonElement</dfn> : <span>HTMLElement</span> {

<p>The <dfn element-attr for="button"><code data-x="attr-button-type">type</code></dfn> attribute
controls the behavior of the button when it is activated. It is an <span>enumerated
attribute</span>. The following table lists the keywords and states for the attribute &mdash; the
keywords in the left column map to the states in the cell in the second column on the same row as
the keyword.</p>
attribute</span> with the following keywords and states:</p>

<table>
<thead>
Expand Down

0 comments on commit c540eaa

Please sign in to comment.