- From: poot <cvsmail@w3.org>
- Date: Tue, 23 Sep 2008 09:17:42 +0900 (JST)
- To: public-html-diffs@w3.org
Oops, redundant queueing. (whatwg r2225)
The user agent must queue a task to fire a simple event called timeupdate at the element.
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1398.html#seekUpdate
seek
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1398.html#seek
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1397&r2=1.1398&f=h
http://html5.org/tools/web-apps-tracker?from=2224&to=2225
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1397
retrieving revision 1.1398
diff -u -d -r1.1397 -r1.1398
--- Overview.html 19 Sep 2008 09:21:45 -0000 1.1397
+++ Overview.html 23 Sep 2008 00:13:26 -0000 1.1398
@@ -27,7 +27,7 @@
for HTML and XHTML</h2>
<h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" -->
- Editor's Draft <!--ZZZ-->19 September 2008</h2>
+ Editor's Draft <!--ZZZ-->23 September 2008</h2>
<dl><!-- ZZZ: update the month/day
<dt>This Version:</dt>
@@ -199,7 +199,7 @@
<p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is
the W3C working group responsible for this specification's progress along
- the W3C Recommendation track. <!--ZZZ:--> This specification is the 19
+ the W3C Recommendation track. <!--ZZZ:--> This specification is the 23
September 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--></p>
<!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
<!-- relationship to other work (required) -->
@@ -21562,9 +21562,9 @@
<li id=seekUpdate>
<p>The user agent must <a href="#queue">queue a task</a> to <a
- href="#queue">queue a task</a> to <a href="#firing2">fire a simple
- event</a> called <code title=event-timeupdate><a
- href="#timeupdate">timeupdate</a></code> at the element.
+ href="#firing2">fire a simple event</a> called <code
+ title=event-timeupdate><a href="#timeupdate">timeupdate</a></code> at
+ the element.
<li>
<p>If the <a href="#media7">media element</a> was <a
Received on Tuesday, 23 September 2008 00:18:18 UTC