- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 25 Mar 2010 21:36:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17600
Modified Files:
spec.html video.html
Log Message:
We're trying to avoid negative space, not avoid the actual ranges... (whatwg r4869)
[updated by splitter]
Index: video.html
===================================================================
RCS file: /sources/public/html5/spec/video.html,v
retrieving revision 1.747
retrieving revision 1.748
diff -u -d -r1.747 -r1.748
--- video.html 25 Mar 2010 09:36:37 -0000 1.747
+++ video.html 25 Mar 2010 21:36:39 -0000 1.748
@@ -2839,9 +2839,9 @@
be the position in one of the ranges given in the <code title="dom-media-seekable"><a href="#dom-media-seekable">seekable</a></code> attribute that is the
nearest to the <var title="">new playback position</var>. If two
positions both satisfy that constraint (i.e. the <var title="">new
- playback position</var> is exactly in the middle of a range in the
- <code title="dom-media-seekable"><a href="#dom-media-seekable">seekable</a></code> attribute) then
- use the position that is closest to the <a href="#current-playback-position">current playback
+ playback position</var> is exactly in the middle between two ranges
+ in the <code title="dom-media-seekable"><a href="#dom-media-seekable">seekable</a></code> attribute)
+ then use the position that is closest to the <a href="#current-playback-position">current playback
position</a>. If there are no ranges given in the <code title="dom-media-seekable"><a href="#dom-media-seekable">seekable</a></code> attribute then set the
<code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code> IDL attribute to
false and abort these steps.</p></li>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.899
retrieving revision 1.900
diff -u -d -r1.899 -r1.900
--- spec.html 25 Mar 2010 09:36:37 -0000 1.899
+++ spec.html 25 Mar 2010 21:36:39 -0000 1.900
@@ -307,7 +307,7 @@
</dl><p>This specification is available in the following formats:
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>.
-This is revision 1.3897.
+This is revision 1.3898.
</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 Thursday, 25 March 2010 21:36:44 UTC