hixie: try a better definition for cue start and cue end. (whatwg r6667)

hixie: try a better definition for cue start and cue end. (whatwg r6667)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5346&r2=1.5347&f=h
http://html5.org/tools/web-apps-tracker?from=6666&to=6667

===================================================================
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:41 UTC