Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (0) Remove media.initialTime since it doesn't have convincing …
…use cases.

Affected topics: Video and Audio

git-svn-id: http://svn.whatwg.org/webapps@7046 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 3, 2012
1 parent 19c616c commit c57159b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 49 deletions.
16 changes: 0 additions & 16 deletions complete.html
Expand Up @@ -27898,7 +27898,6 @@ <h4 id=media-elements><span class=secno>4.8.10 </span>Media elements</h4>

// 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>;
Expand Down Expand Up @@ -29372,17 +29371,6 @@ <h5 id=offsets-into-the-media-resource><span class=secno>4.8.10.6 </span>Offsets

</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>
Expand Down Expand Up @@ -29528,10 +29516,6 @@ <h5 id=offsets-into-the-media-resource><span class=secno>4.8.10.6 </span>Offsets
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
Expand Down
16 changes: 0 additions & 16 deletions index
Expand Up @@ -27898,7 +27898,6 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael

// 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>;
Expand Down Expand Up @@ -29372,17 +29371,6 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael

</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>
Expand Down Expand Up @@ -29528,10 +29516,6 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
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
Expand Down
17 changes: 0 additions & 17 deletions source
Expand Up @@ -30106,7 +30106,6 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>

// playback state
attribute double <span title="dom-media-currentTime">currentTime</span>;
readonly attribute double <span title="dom-media-initialTime">initialTime</span>;
readonly attribute double <span title="dom-media-duration">duration</span>;
readonly attribute <span>Date</span> <span title="dom-media-startDate">startDate</span>;
readonly attribute boolean <span title="dom-media-paused">paused</span>;
Expand Down Expand Up @@ -31894,17 +31893,6 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>

</dd>

<dt><var title="">media</var> . <code title="dom-media-initialTime">initialTime</code></dt>

<dd>

<p>Returns the <span>initial playback position</span>, that is, time
to which the <span>media resource</span> was automatically seeked
when it was loaded. Returns zero if the <span>initial playback
position</span> is still unknown.</p>

</dd>

</dl>

<div class="impl">
Expand Down Expand Up @@ -32059,11 +32047,6 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>
resource</span> is loaded. The <span>initial playback
position</span> is a time on the <span>media timeline</span>.</p>

<p>The <dfn
title="dom-media-initialTime"><code>initialTime</code></dfn>
attribute must, on getting, return the <span>initial playback
position</span>, expressed in seconds.</p>

<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. Similarly, some <span
Expand Down

0 comments on commit c57159b

Please sign in to comment.