html5/spec Overview.html,1.2193,1.2194

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

Modified Files:
	Overview.html 
Log Message:
Mention that the earliest possible position might be non-zero for non-streaming resources too. (whatwg r3034)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2193
retrieving revision 1.2194
diff -u -d -r1.2193 -r1.2194
--- Overview.html	30 Apr 2009 00:18:16 -0000	1.2193
+++ Overview.html	30 Apr 2009 00:35:14 -0000	1.2194
@@ -18310,9 +18310,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

Received on Thursday, 30 April 2009 00:35:26 UTC