- From: poot <cvsmail@w3.org>
- Date: Fri, 17 Jun 2011 05:52:10 -0400
- To: public-html-diffs@w3.org
hixie: Correctness. (whatwg r6237)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5000&r2=1.5001&f=h
http://html5.org/tools/web-apps-tracker?from=6236&to=6237
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5000
retrieving revision 1.5001
diff -u -d -r1.5000 -r1.5001
--- Overview.html 15 Jun 2011 23:16:22 -0000 1.5000
+++ Overview.html 15 Jun 2011 23:22:25 -0000 1.5001
@@ -27174,7 +27174,7 @@
<a href="#ended-playback" title="ended playback">playback ended</a>, or playback <a href="#stopped-due-to-errors">stopped due to errors</a>, or the element has <a href="#paused-for-user-interaction">paused for user interaction</a>.
<tbody><tr><td><dfn id="event-media-seeking" title="event-media-seeking"><code>seeking</code></dfn>
<td><code><a href="#event">Event</a></code>
- <td>The <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code> IDL attribute changed to true and the seek operation is taking long enough that the user agent has time to fire the event.
+ <td>The <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code> IDL attribute changed to true.
<td>
<tr><td><dfn id="event-media-seeked" title="event-media-seeked"><code>seeked</code></dfn>
<td><code><a href="#event">Event</a></code>
Received on Friday, 17 June 2011 09:52:11 UTC