- From: poot <cvsmail@w3.org>
- Date: Fri, 17 Jun 2011 05:51:42 -0400
- To: public-html-diffs@w3.org
hixie: selectedIndex typos (whatwg r6245) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5007&r2=1.5008&f=h http://html5.org/tools/web-apps-tracker?from=6244&to=6245 =================================================================== 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 Friday, 17 June 2011 09:51:44 UTC