Skip to content

Commit

Permalink
Fix typos in DOMStringList
Browse files Browse the repository at this point in the history
Closes #2736.
  • Loading branch information
harttle authored and domenic committed Jun 19, 2017
1 parent 821229b commit 26b872a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source
Expand Up @@ -7598,12 +7598,12 @@ interface <dfn>DOMStringList</dfn> {
indices</span>.</p>

<p>The <dfn data-x="dom-DOMStringList-length"><code>length</code></dfn> attribute's getter must
this <code>DOMStringList</code> object's associated list's <span data-x="list
return this <code>DOMStringList</code> object's associated list's <span data-x="list
size">size</span>.</p>

<p>The <dfn data-x="dom-DOMStringList-item"><code>item(<var>index</var>)</code></dfn> method, when
invoked, must return the <var>index</var>th item in this <code>DOMStringList</code> object's
associated list, or null if <var>index</var> plus one is less than this <code>DOMStringList</code>
associated list, or null if <var>index</var> plus one is greater than this <code>DOMStringList</code>
object's associated list's <span data-x="list size">size</span>.</p>

<p>The <dfn data-x="dom-DOMStringList-contains"><code>contains(<var>string</var>)</code></dfn>
Expand Down Expand Up @@ -120291,6 +120291,7 @@ INSERT INTERFACES HERE
Jules Cl&eacute;ment-Ripoche,
Julian Reschke,
Julio Lopez,
Jun Yang (harttle),
Jungkee Song,
J&uuml;rgen Jeka,
Justin Lebar,
Expand Down

0 comments on commit 26b872a

Please sign in to comment.