html5/spec Overview.html,1.5616,1.5617

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

Modified Files:
	Overview.html 
Log Message:
Remove media.initialTime since it doesn't have convincing use cases. (whatwg r7046)

Index: Overview.html
===================================================================
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:31 UTC