Skip to content

Commit c540eaa

Browse files
authored
Editorial: clean up enumerated attribute preambles
Helps with #9832.
1 parent 8af8734 commit c540eaa

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

source

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46307,9 +46307,7 @@ interface <dfn interface>HTMLInputElement</dfn> : <span>HTMLElement</span> {
4630746307

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

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

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

5274952745
<table>
5275052746
<thead>

0 commit comments

Comments
 (0)