Skip to content

Commit

Permalink
[e] (0) We're trying to avoid negative space, not avoid the actual ra…
Browse files Browse the repository at this point in the history
…nges...

git-svn-id: http://svn.whatwg.org/webapps@4869 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 25, 2010
1 parent 5e4248e commit 332f9ca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -24478,9 +24478,9 @@ <h5 id=seeking><span class=secno>4.8.9.9 </span>Seeking</h5>
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>
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -24379,9 +24379,9 @@ interface <dfn>CueRangeCallback</dfn> {
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>
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -26423,9 +26423,9 @@ interface <dfn>CueRangeCallback</dfn> {
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
Expand Down

0 comments on commit 332f9ca

Please sign in to comment.