- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 12 Oct 2011 00:46:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv14615
Modified Files:
spec.html the-iframe-element.html
Log Message:
try a better definition for cue start and cue end. (whatwg r6667)
[updated by splitter]
Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-iframe-element.html,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- the-iframe-element.html 11 Oct 2011 23:46:29 -0000 1.128
+++ the-iframe-element.html 12 Oct 2011 00:46:32 -0000 1.129
@@ -6609,14 +6609,16 @@
<dt><dfn id="text-track-cue-start-time" title="text track cue start time">A start time</dfn>
</dt><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>
</dt><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>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1714
retrieving revision 1.1715
diff -u -d -r1.1714 -r1.1715
--- spec.html 11 Oct 2011 23:46:29 -0000 1.1714
+++ spec.html 12 Oct 2011 00:46:31 -0000 1.1715
@@ -349,7 +349,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.5346.
+This is revision 1.5347.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Wednesday, 12 October 2011 00:46:35 UTC