Skip to content

Commit

Permalink
[e] (0) selectedIndex typos
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6245 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 16, 2011
1 parent 99a754f commit 53586de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -29533,7 +29533,7 @@ <h6 id=tracklist-objects><span class=secno>4.8.10.10.1 </span><code><a href=#tra
};

interface <dfn id=exclusivetracklist>ExclusiveTrackList</dfn> : <a href=#tracklist>TrackList</a> {
readonly attribute unsigned long <a href=#dom-tracklist-selectedindex title=dom-TrackList-selectedIndex>selectedIndex</a>;
readonly attribute long <a href=#dom-tracklist-selectedindex title=dom-TrackList-selectedIndex>selectedIndex</a>;
void <a href=#dom-tracklist-select title=dom-TrackList-select>select</a>(in unsigned long index);
};</pre>

Expand Down Expand Up @@ -29603,7 +29603,7 @@ <h6 id=tracklist-objects><span class=secno>4.8.10.10.1 </span><code><a href=#tra

</dd>

<dt><var title="">videoTracks</var> . <code title=dom-TrackList-selectedIndex><a href=#dom-tracklist-selectedindex>isEnabled</a></code></dt>
<dt><var title="">videoTracks</var> . <code title=dom-TrackList-selectedIndex><a href=#dom-tracklist-selectedindex>selectedIndex</a></code></dt>

<dd>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -29405,7 +29405,7 @@ interface <dfn id=multipletracklist>MultipleTrackList</dfn> : <a href=#tracklist
};

interface <dfn id=exclusivetracklist>ExclusiveTrackList</dfn> : <a href=#tracklist>TrackList</a> {
readonly attribute unsigned long <a href=#dom-tracklist-selectedindex title=dom-TrackList-selectedIndex>selectedIndex</a>;
readonly attribute long <a href=#dom-tracklist-selectedindex title=dom-TrackList-selectedIndex>selectedIndex</a>;
void <a href=#dom-tracklist-select title=dom-TrackList-select>select</a>(in unsigned long index);
};</pre>

Expand Down Expand Up @@ -29475,7 +29475,7 @@ interface <dfn id=exclusivetracklist>ExclusiveTrackList</dfn> : <a href=#trackli

</dd>

<dt><var title="">videoTracks</var> . <code title=dom-TrackList-selectedIndex><a href=#dom-tracklist-selectedindex>isEnabled</a></code></dt>
<dt><var title="">videoTracks</var> . <code title=dom-TrackList-selectedIndex><a href=#dom-tracklist-selectedindex>selectedIndex</a></code></dt>

<dd>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -32179,7 +32179,7 @@ interface <dfn>MultipleTrackList</dfn> : <span>TrackList</span> {
};

interface <dfn>ExclusiveTrackList</dfn> : <span>TrackList</span> {
readonly attribute unsigned long <span title="dom-TrackList-selectedIndex">selectedIndex</span>;
readonly attribute long <span title="dom-TrackList-selectedIndex">selectedIndex</span>;
void <span title="dom-TrackList-select">select</span>(in unsigned long index);
};</pre>

Expand Down Expand Up @@ -32252,7 +32252,7 @@ interface <dfn>ExclusiveTrackList</dfn> : <span>TrackList</span> {

</dd>

<dt><var title="">videoTracks</var> . <code title="dom-TrackList-selectedIndex">isEnabled</code></dt>
<dt><var title="">videoTracks</var> . <code title="dom-TrackList-selectedIndex">selectedIndex</code></dt>

<dd>

Expand Down

0 comments on commit 53586de

Please sign in to comment.