- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 25 Feb 2011 23:46:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3101
Modified Files:
spec.html video.html
Log Message:
'potentially playing' definition was slightly wrong (whatwg r5918)
[updated by splitter]
Index: video.html
===================================================================
RCS file: /sources/public/html5/spec/video.html,v
retrieving revision 1.918
retrieving revision 1.919
diff -u -d -r1.918 -r1.919
--- video.html 19 Feb 2011 00:47:12 -0000 1.918
+++ video.html 25 Feb 2011 23:46:36 -0000 1.919
@@ -2779,7 +2779,8 @@
<p>A <a href="#media-element">media element</a> is said to be <dfn id="potentially-playing">potentially
playing</dfn> when its <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code>
attribute is false, the <code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> attribute is either
- <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data">HAVE_FUTURE_DATA</a></code> or
+ <code title="dom-media-HAVE_CURRENT_DATA"><a href="#dom-media-have_current_data">HAVE_CURRENT_DATA</a></code>,
+ <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data">HAVE_FUTURE_DATA</a></code>, or
<code title="dom-media-HAVE_ENOUGH_DATA"><a href="#dom-media-have_enough_data">HAVE_ENOUGH_DATA</a></code>,
the element has not <a href="#ended-playback">ended playback</a>, playback has not
<a href="#stopped-due-to-errors">stopped due to errors</a>, and the element has not <a href="#paused-for-user-interaction">paused
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1392
retrieving revision 1.1393
diff -u -d -r1.1392 -r1.1393
--- spec.html 25 Feb 2011 09:47:05 -0000 1.1392
+++ spec.html 25 Feb 2011 23:46:36 -0000 1.1393
@@ -369,7 +369,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4757.
+This is revision 1.4758.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Friday, 25 February 2011 23:46:43 UTC