html5/spec Overview.html,1.5346,1.5347

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5528

Modified Files:
	Overview.html 
Log Message:
try a better definition for cue start and cue end. (whatwg r6667)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5346
retrieving revision 1.5347
diff -u -d -r1.5346 -r1.5347
--- Overview.html	11 Oct 2011 23:38:57 -0000	1.5346
+++ Overview.html	11 Oct 2011 23:50:28 -0000	1.5347
@@ -25884,14 +25884,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>

Received on Tuesday, 11 October 2011 23:50:35 UTC