[html5] r3034 - [e] (0) Mention that the earliest possible position might be non-zero for non-st [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Apr 29 17:35:11 PDT 2009


Author: ianh
Date: 2009-04-29 17:35:10 -0700 (Wed, 29 Apr 2009)
New Revision: 3034

Modified:
   index
   source
Log:
[e] (0) Mention that the earliest possible position might be non-zero for non-streaming resources too.

Modified: index
===================================================================
--- index	2009-04-30 00:18:11 UTC (rev 3033)
+++ index	2009-04-30 00:35:10 UTC (rev 3034)
@@ -20940,9 +20940,10 @@
 
   <p>If the <a href=#media-resource>media resource</a> is a streaming resource, then
   the user agent might be unable to obtain certain parts of the
-  resource after it has expired from its buffer. The <dfn id=earliest-possible-position>earliest
-  possible position</dfn> is the earliest position in the stream that
-  the user agent can ever obtain again.</p>
+  resource after it has expired from its buffer. Similarly, some <a href=#media-resource title="media resource">media resources</a> might have a timeline
+  that doesn't start at zero. The <dfn id=earliest-possible-position>earliest possible
+  position</dfn> is the earliest position in the stream or resource
+  that the user agent can ever obtain again.</p>
 
   <p>When the <a href=#earliest-possible-position>earliest possible position</a> changes, if the
   <a href=#current-playback-position>current playback position</a> is before the

Modified: source
===================================================================
--- source	2009-04-30 00:18:11 UTC (rev 3033)
+++ source	2009-04-30 00:35:10 UTC (rev 3034)
@@ -22699,9 +22699,11 @@
 
   <p>If the <span>media resource</span> is a streaming resource, then
   the user agent might be unable to obtain certain parts of the
-  resource after it has expired from its buffer. The <dfn>earliest
-  possible position</dfn> is the earliest position in the stream that
-  the user agent can ever obtain again.</p>
+  resource after it has expired from its buffer. Similarly, some <span
+  title="media resource">media resources</span> might have a timeline
+  that doesn't start at zero. The <dfn>earliest possible
+  position</dfn> is the earliest position in the stream or resource
+  that the user agent can ever obtain again.</p>
 
   <p>When the <span>earliest possible position</span> changes, if the
   <span>current playback position</span> is before the




More information about the Commit-Watchers mailing list