html5/spec Overview.html,1.3897,1.3898

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15996

Modified Files:
	Overview.html 
Log Message:
We're trying to avoid negative space, not avoid the actual ranges... (whatwg r4869)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3897
retrieving revision 1.3898
diff -u -d -r1.3897 -r1.3898
--- Overview.html	25 Mar 2010 09:30:15 -0000	1.3897
+++ Overview.html	25 Mar 2010 21:32:52 -0000	1.3898
@@ -21215,9 +21215,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.</li>

Received on Thursday, 25 March 2010 21:32:57 UTC