[html5] r6667 - [e] (0) try a better definition for cue start and cue end. Fixing http://www.w3. [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 11 16:47:08 PDT 2011
Author: ianh
Date: 2011-10-11 16:47:06 -0700 (Tue, 11 Oct 2011)
New Revision: 6667
Modified:
complete.html
index
source
Log:
[e] (0) try a better definition for cue start and cue end.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14219
Modified: complete.html
===================================================================
--- complete.html 2011-10-11 23:35:36 UTC (rev 6666)
+++ complete.html 2011-10-11 23:47:06 UTC (rev 6667)
@@ -30886,14 +30886,16 @@
<dt><dfn id=text-track-cue-start-time title="text track cue start time">A start time</dfn>
<dd>
- <p>A time, in seconds and fractions of a second, at which the cue
- becomes relevant.</p>
+ <p>The time, in seconds and fractions of a second, that describes
+ the beginning of the range of the <a href=#media-data>media data</a> to which
+ the cue applies.</p>
</dd>
<dt><dfn id=text-track-cue-end-time title="text track cue end time">An end time</dfn>
<dd>
- <p>A time, in seconds and fractions of a second, at which the cue
- stops being relevant.</p>
+ <p>The time, in seconds and fractions of a second, that describes
+ the end of the range of the <a href=#media-data>media data</a> to which the
+ cue applies.</p>
</dd>
<dt><dfn id=text-track-cue-pause-on-exit-flag title="text track cue pause-on-exit flag">A pause-on-exit flag</dfn>
Modified: index
===================================================================
--- index 2011-10-11 23:35:36 UTC (rev 6666)
+++ index 2011-10-11 23:47:06 UTC (rev 6667)
@@ -30886,14 +30886,16 @@
<dt><dfn id=text-track-cue-start-time title="text track cue start time">A start time</dfn>
<dd>
- <p>A time, in seconds and fractions of a second, at which the cue
- becomes relevant.</p>
+ <p>The time, in seconds and fractions of a second, that describes
+ the beginning of the range of the <a href=#media-data>media data</a> to which
+ the cue applies.</p>
</dd>
<dt><dfn id=text-track-cue-end-time title="text track cue end time">An end time</dfn>
<dd>
- <p>A time, in seconds and fractions of a second, at which the cue
- stops being relevant.</p>
+ <p>The time, in seconds and fractions of a second, that describes
+ the end of the range of the <a href=#media-data>media data</a> to which the
+ cue applies.</p>
</dd>
<dt><dfn id=text-track-cue-pause-on-exit-flag title="text track cue pause-on-exit flag">A pause-on-exit flag</dfn>
Modified: source
===================================================================
--- source 2011-10-11 23:35:36 UTC (rev 6666)
+++ source 2011-10-11 23:47:06 UTC (rev 6667)
@@ -33673,14 +33673,16 @@
<dt><dfn title="text track cue start time">A start time</dfn>
<dd>
- <p>A time, in seconds and fractions of a second, at which the cue
- becomes relevant.</p>
+ <p>The time, in seconds and fractions of a second, that describes
+ the beginning of the range of the <span>media data</span> to which
+ the cue applies.</p>
</dd>
<dt><dfn title="text track cue end time">An end time</dfn>
<dd>
- <p>A time, in seconds and fractions of a second, at which the cue
- stops being relevant.</p>
+ <p>The time, in seconds and fractions of a second, that describes
+ the end of the range of the <span>media data</span> to which the
+ cue applies.</p>
</dd>
<dt><dfn title="text track cue pause-on-exit flag">A pause-on-exit flag</dfn>
More information about the Commit-Watchers
mailing list