[html5] r8094 - [giow] (0) Revert r8083, since it leads to weird behaviour worse than just retur [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jul 26 15:21:59 PDT 2013
Author: ianh
Date: 2013-07-26 15:21:58 -0700 (Fri, 26 Jul 2013)
New Revision: 8094
Modified:
complete.html
index
source
Log:
[giow] (0) Revert r8083, since it leads to weird behaviour worse than just returning a new object each time. (It seems this isn't implemented by anyone yet anyway.)
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22714
Affected topics: Video and Audio
Modified: complete.html
===================================================================
--- complete.html 2013-07-26 22:05:54 UTC (rev 8093)
+++ complete.html 2013-07-26 22:21:58 UTC (rev 8094)
@@ -28721,14 +28721,10 @@
<p>Some video files also have an explicit date and time corresponding to the zero time in the
<a href=#media-timeline>media timeline</a>, known as the <dfn id=timeline-offset>timeline offset</dfn>. Initially, the
- <a href=#timeline-offset>timeline offset</a> must be set to Not-a-Number (NaN). Each <a href=#media-element>media element</a>
- has a <dfn id=current-timeline-offset-date-object>current timeline offset <code>Date</code> object</dfn>. Whenever a <a href=#media-element>media
- element</a>'s <a href=#timeline-offset>timeline offset</a> changes value, the user agent must <a href=#create-a-date-object>create a
- <code>Date</code> object</a> to represent the new <a href=#timeline-offset>timeline offset</a>, and let that
- new object be the new <a href=#current-timeline-offset-date-object>current timeline offset <code>Date</code> object</a>.</p>
+ <a href=#timeline-offset>timeline offset</a> must be set to Not-a-Number (NaN).</p>
- <p>The <dfn id=dom-media-startdate title=dom-media-startDate><code>startDate</code></dfn> attribute must return the
- <a href=#current-timeline-offset-date-object>current timeline offset <code>Date</code> object</a>.</p>
+ <p>The <dfn id=dom-media-startdate title=dom-media-startDate><code>startDate</code></dfn> attribute must return <a href=#create-a-date-object title="create a Date object">a new <code>Date</code> object</a> representing the current
+ <a href=#timeline-offset>timeline offset</a>.</p>
</div>
Modified: index
===================================================================
--- index 2013-07-26 22:05:54 UTC (rev 8093)
+++ index 2013-07-26 22:21:58 UTC (rev 8094)
@@ -28721,14 +28721,10 @@
<p>Some video files also have an explicit date and time corresponding to the zero time in the
<a href=#media-timeline>media timeline</a>, known as the <dfn id=timeline-offset>timeline offset</dfn>. Initially, the
- <a href=#timeline-offset>timeline offset</a> must be set to Not-a-Number (NaN). Each <a href=#media-element>media element</a>
- has a <dfn id=current-timeline-offset-date-object>current timeline offset <code>Date</code> object</dfn>. Whenever a <a href=#media-element>media
- element</a>'s <a href=#timeline-offset>timeline offset</a> changes value, the user agent must <a href=#create-a-date-object>create a
- <code>Date</code> object</a> to represent the new <a href=#timeline-offset>timeline offset</a>, and let that
- new object be the new <a href=#current-timeline-offset-date-object>current timeline offset <code>Date</code> object</a>.</p>
+ <a href=#timeline-offset>timeline offset</a> must be set to Not-a-Number (NaN).</p>
- <p>The <dfn id=dom-media-startdate title=dom-media-startDate><code>startDate</code></dfn> attribute must return the
- <a href=#current-timeline-offset-date-object>current timeline offset <code>Date</code> object</a>.</p>
+ <p>The <dfn id=dom-media-startdate title=dom-media-startDate><code>startDate</code></dfn> attribute must return <a href=#create-a-date-object title="create a Date object">a new <code>Date</code> object</a> representing the current
+ <a href=#timeline-offset>timeline offset</a>.</p>
</div>
Modified: source
===================================================================
--- source 2013-07-26 22:05:54 UTC (rev 8093)
+++ source 2013-07-26 22:21:58 UTC (rev 8094)
@@ -30559,14 +30559,11 @@
<p>Some video files also have an explicit date and time corresponding to the zero time in the
<span>media timeline</span>, known as the <dfn>timeline offset</dfn>. Initially, the
- <span>timeline offset</span> must be set to Not-a-Number (NaN). Each <span>media element</span>
- has a <dfn>current timeline offset <code>Date</code> object</dfn>. Whenever a <span>media
- element</span>'s <span>timeline offset</span> changes value, the user agent must <span>create a
- <code>Date</code> object</span> to represent the new <span>timeline offset</span>, and let that
- new object be the new <span>current timeline offset <code>Date</code> object</span>.</p>
+ <span>timeline offset</span> must be set to Not-a-Number (NaN).</p>
- <p>The <dfn title="dom-media-startDate"><code>startDate</code></dfn> attribute must return the
- <span>current timeline offset <code>Date</code> object</span>.</p>
+ <p>The <dfn title="dom-media-startDate"><code>startDate</code></dfn> attribute must return <span
+ title="create a Date object">a new <code>Date</code> object</span> representing the current
+ <span>timeline offset</span>.</p>
</div>
More information about the Commit-Watchers
mailing list