Skip to content

Commit

Permalink
Remove inaccurate fieldset ref in HTMLFormControlsCollection
Browse files Browse the repository at this point in the history
As of 934887d, <fieldset> no
longer utilizes HTMLFormControlsCollection.

PR: #492
  • Loading branch information
frewsxcv authored and domenic committed Jan 11, 2016
1 parent 528a223 commit b88afb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -7228,7 +7228,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

<p>The <code>HTMLFormControlsCollection</code> interface is used for
<span data-x="concept-collection">collections</span> of <span data-x="category-listed">listed
elements</span> in <code>form</code> and <code>fieldset</code> elements.</p>
elements</span> in <code>form</code> elements.</p>

<pre class="idl">interface <dfn>HTMLFormControlsCollection</dfn> : <span>HTMLCollection</span> {
// inherits <span data-x="dom-HTMLCollection-length">length</span> and <span data-x="dom-HTMLCollection-item">item</span>()
Expand Down Expand Up @@ -117753,6 +117753,7 @@ INSERT INTERFACES HERE
Cole Robison,
Colin Fine,
Collin Jackson,
Corey Farwell,
Corprew Reed,
Craig Cockburn,
Csaba Gabor,
Expand Down

0 comments on commit b88afb6

Please sign in to comment.