- From: poot <cvsmail@w3.org>
- Date: Tue, 03 Apr 2012 12:46:35 -0400
- To: public-html-diffs@w3.org
hixie: Remove media.initialTime since it doesn't have convincing use cases. (whatwg r7046) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5616&r2=1.5617&f=h http://html5.org/tools/web-apps-tracker?from=7045&to=7046 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5616 retrieving revision 1.5617 diff -u -d -r1.5616 -r1.5617 --- Overview.html 3 Apr 2012 00:23:45 -0000 1.5616 +++ Overview.html 3 Apr 2012 16:46:01 -0000 1.5617 @@ -26466,7 +26466,6 @@ // playback state attribute double <a href="#dom-media-currenttime" title="dom-media-currentTime">currentTime</a>; - readonly attribute double <a href="#dom-media-initialtime" title="dom-media-initialTime">initialTime</a>; readonly attribute double <a href="#dom-media-duration" title="dom-media-duration">duration</a>; readonly attribute <span>Date</span> <a href="#dom-media-startdate" title="dom-media-startDate">startDate</a>; readonly attribute boolean <a href="#dom-media-paused" title="dom-media-paused">paused</a>; @@ -27868,17 +27867,6 @@ </dd> - <dt><var title="">media</var> . <code title="dom-media-initialTime"><a href="#dom-media-initialtime">initialTime</a></code></dt> - - <dd> - - <p>Returns the <a href="#initial-playback-position">initial playback position</a>, that is, time - to which the <a href="#media-resource">media resource</a> was automatically seeked - when it was loaded. Returns zero if the <a href="#initial-playback-position">initial playback - position</a> is still unknown.</p> - - </dd> - </dl><div class="impl"> <p>A <a href="#media-resource">media resource</a> has a <dfn id="media-timeline">media timeline</dfn> @@ -28024,10 +28012,6 @@ resource</a> is loaded. The <a href="#initial-playback-position">initial playback position</a> is a time on the <a href="#media-timeline">media timeline</a>.</p> - <p>The <dfn id="dom-media-initialtime" title="dom-media-initialTime"><code>initialTime</code></dfn> - attribute must, on getting, return the <a href="#initial-playback-position">initial playback - position</a>, expressed in seconds.</p> - <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. Similarly, some <a href="#media-resource" title="media resource">media resources</a> might have a
Received on Tuesday, 3 April 2012 16:46:47 UTC