- From: poot <cvsmail@w3.org>
- Date: Fri, 30 Sep 2011 13:15:43 -0400
- To: public-html-diffs@w3.org
hixie: typos (whatwg r6604)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5296&r2=1.5297&f=h
http://html5.org/tools/web-apps-tracker?from=6603&to=6604
===================================================================
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:45 UTC