- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 30 Sep 2011 17:15:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv6289 Modified Files: Overview.html Log Message: typos (whatwg r6604) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5296 retrieving revision 1.5297 diff -u -d -r1.5296 -r1.5297 --- Overview.html 30 Sep 2011 00:33:33 -0000 1.5296 +++ Overview.html 30 Sep 2011 17:15:24 -0000 1.5297 @@ -24317,8 +24317,8 @@ <li><p>⌛ Set the <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code> IDL attribute to false.</li> - <li id="seekUpdate"><p><a href="#queue-a-task">Queue a task</a> to <a href="#fire-a-simple-event">fire a - simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the + <li id="seekUpdate"><p>⌛ <a href="#queue-a-task">Queue a task</a> to + <a href="#fire-a-simple-event">fire a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</li> <li><p>⌛ <a href="#queue-a-task">Queue a task</a> to <a href="#fire-a-simple-event">fire a simple @@ -24633,7 +24633,7 @@ <p>Similarly, a single <code><a href="#videotrack">VideoTrack</a></code> object per <code><a href="#videotracklist">VideoTrackList</a></code> object can be selected, this is the - video track's <i>selection state</i>. When an + video track's <i>selection state</i>. When a <code><a href="#videotrack">VideoTrack</a></code> is created, its <i>selection state</i> must be set to false (not selected). The <a href="#concept-media-load-resource" title="concept-media-load-resource">resource fetch algorithm</a> can override this.</p>
Received on Friday, 30 September 2011 17:15:34 UTC