- From: poot <cvsmail@w3.org>
- Date: Fri, 26 Mar 2010 06:33:12 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: We're trying to avoid negative space, not avoid the actual ranges... (whatwg r4869) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3897&r2=1.3898&f=h http://html5.org/tools/web-apps-tracker?from=4868&to=4869 =================================================================== 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:33:41 UTC