- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 16 Jun 2011 21:33:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv28447 Modified Files: Overview.html Log Message: selectedIndex typos (whatwg r6245) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5007 retrieving revision 1.5008 diff -u -d -r1.5007 -r1.5008 --- Overview.html 16 Jun 2011 21:32:08 -0000 1.5007 +++ Overview.html 16 Jun 2011 21:33:41 -0000 1.5008 @@ -24687,7 +24687,7 @@ }; 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><dl class="domintro"><dt><var title="">tracks</var> . <code title="dom-TrackList-length"><a href="#dom-tracklist-length">length</a></code></dt> @@ -24755,7 +24755,7 @@ </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>
Received on Thursday, 16 June 2011 21:33:54 UTC