- From: poot <cvsmail@w3.org>
- Date: Wed, 8 Sep 2010 15:03:55 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: typo (whatwg r5441) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4339&r2=1.4340&f=h http://html5.org/tools/web-apps-tracker?from=5440&to=5441 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4339 retrieving revision 1.4340 diff -u -d -r1.4339 -r1.4340 --- Overview.html 8 Sep 2010 05:51:20 -0000 1.4339 +++ Overview.html 8 Sep 2010 05:56:39 -0000 1.4340 @@ -22909,10 +22909,10 @@ to seek to, at the time the attribute is evaluated.</p> <p class="note">If the user agent can seek to anywhere in the - <a href="#media-resource">media resource</a>, e.g. because it a simple movie file and - the user agent and the server support HTTP Range requests, then the - attribute would return an object with one range, whose start is the - time of the first frame (the <a href="#earliest-possible-position">earliest possible + <a href="#media-resource">media resource</a>, e.g. because it is a simple movie file + and the user agent and the server support HTTP Range requests, then + the attribute would return an object with one range, whose start is + the time of the first frame (the <a href="#earliest-possible-position">earliest possible position</a>, typically zero), and whose end is the same as the time of the first frame plus the <code title="dom-media-duration"><a href="#dom-media-duration">duration</a></code> attribute's value (which would equal the time of the last frame, and might be positive
Received on Wednesday, 8 September 2010 05:57:20 UTC