[html5] r7046 - [giow] (0) Remove media.initialTime since it doesn't have convincing use cases. [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Apr 3 09:45:43 PDT 2012
Author: ianh
Date: 2012-04-03 09:45:42 -0700 (Tue, 03 Apr 2012)
New Revision: 7046
Modified:
complete.html
index
source
Log:
[giow] (0) Remove media.initialTime since it doesn't have convincing use cases.
Affected topics: Video and Audio
Modified: complete.html
===================================================================
--- complete.html 2012-04-03 00:23:40 UTC (rev 7045)
+++ complete.html 2012-04-03 16:45:42 UTC (rev 7046)
@@ -27898,7 +27898,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>;
@@ -29372,17 +29371,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>
@@ -29528,10 +29516,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
Modified: index
===================================================================
--- index 2012-04-03 00:23:40 UTC (rev 7045)
+++ index 2012-04-03 16:45:42 UTC (rev 7046)
@@ -27898,7 +27898,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>;
@@ -29372,17 +29371,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>
@@ -29528,10 +29516,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
Modified: source
===================================================================
--- source 2012-04-03 00:23:40 UTC (rev 7045)
+++ source 2012-04-03 16:45:42 UTC (rev 7046)
@@ -30106,7 +30106,6 @@
// 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>;
@@ -31894,17 +31893,6 @@
</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">
@@ -32059,11 +32047,6 @@
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
More information about the Commit-Watchers
mailing list