Skip to content

Commit

Permalink
Fix attribute descriptions in the index for fieldset
Browse files Browse the repository at this point in the history
Fixes #3335.
  • Loading branch information
zcorpan authored and annevk committed Aug 17, 2018
1 parent 6f769b8 commit 593486d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -118326,14 +118326,18 @@ interface <dfn>External</dfn> {
<tr>
<th> <code data-x="">disabled</code>
<td> <code data-x="attr-fe-disabled">button</code>;
<code data-x="attr-fieldset-disabled">fieldset</code>;
<code data-x="attr-fe-disabled">input</code>;
<code data-x="attr-optgroup-disabled">optgroup</code>;
<code data-x="attr-option-disabled">option</code>;
<code data-x="attr-fe-disabled">select</code>;
<code data-x="attr-fe-disabled">textarea</code>
<td> Whether the form control is disabled
<td> <span>Boolean attribute</span>
<tr>
<th> <code data-x="">disabled</code>
<td> <code data-x="attr-fieldset-disabled">fieldset</code>
<td> Whether the descendant form controls, except any inside <code>legend</code>, are disabled
<td> <span>Boolean attribute</span>
<tr>
<th> <code data-x="">download</code>
<td> <code data-x="attr-hyperlink-download">a</code>;
Expand Down Expand Up @@ -118369,7 +118373,7 @@ interface <dfn>External</dfn> {
<code data-x="attr-fae-form">output</code>;
<code data-x="attr-fae-form">select</code>;
<code data-x="attr-fae-form">textarea</code>
<td> Associates the control with a <code>form</code> element
<td> Associates the element with a <code>form</code> element
<td> <span data-x="concept-id">ID</span>*
<tr>
<th> <code data-x="">formaction</code>
Expand Down Expand Up @@ -118628,7 +118632,7 @@ interface <dfn>External</dfn> {
<code data-x="attr-fe-name">output</code>;
<code data-x="attr-fe-name">select</code>;
<code data-x="attr-fe-name">textarea</code>
<td> Name of form control to use for <span>form submission</span> and in the <code data-x="dom-form-elements">form.elements</code> API <!--or: Name of form control to use in the <code data-x="dom-form-elements">form.elements</code> API -->
<td> Name of the element to use for <span>form submission</span> and in the <code data-x="dom-form-elements">form.elements</code> API <!--or: Name of the element to use in the <code data-x="dom-form-elements">form.elements</code> API -->
<td> <a href="#attribute-text">Text</a>*
<tr>
<th> <code data-x="">name</code>
Expand Down

0 comments on commit 593486d

Please sign in to comment.