[html5] r4869 - [e] (0) We're trying to avoid negative space, not avoid the actual ranges...

whatwg at whatwg.org whatwg at whatwg.org
Thu Mar 25 14:32:49 PDT 2010


Author: ianh
Date: 2010-03-25 14:32:48 -0700 (Thu, 25 Mar 2010)
New Revision: 4869

Modified:
   complete.html
   index
   source
Log:
[e] (0) We're trying to avoid negative space, not avoid the actual ranges...

Modified: complete.html
===================================================================
--- complete.html	2010-03-25 09:30:10 UTC (rev 4868)
+++ complete.html	2010-03-25 21:32:48 UTC (rev 4869)
@@ -24478,9 +24478,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>

Modified: index
===================================================================
--- index	2010-03-25 09:30:10 UTC (rev 4868)
+++ index	2010-03-25 21:32:48 UTC (rev 4869)
@@ -24379,9 +24379,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>

Modified: source
===================================================================
--- source	2010-03-25 09:30:10 UTC (rev 4868)
+++ source	2010-03-25 21:32:48 UTC (rev 4869)
@@ -26423,9 +26423,9 @@
    title="dom-media-seekable">seekable</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">seekable</code> attribute) then
-   use the position that is closest to the <span>current playback
+   playback position</var> is exactly in the middle between two ranges
+   in the <code title="dom-media-seekable">seekable</code> attribute)
+   then use the position that is closest to the <span>current playback
    position</span>. If there are no ranges given in the <code
    title="dom-media-seekable">seekable</code> attribute then set the
    <code title="dom-media-seeking">seeking</code> IDL attribute to




More information about the Commit-Watchers mailing list