[html5] r6733 - [e] (0) correctness Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14433

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 24 10:33:22 PDT 2011


Author: ianh
Date: 2011-10-24 10:33:21 -0700 (Mon, 24 Oct 2011)
New Revision: 6733

Modified:
   complete.html
   index
   source
Log:
[e] (0) correctness
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14433

Modified: complete.html
===================================================================
--- complete.html	2011-10-24 17:29:24 UTC (rev 6732)
+++ complete.html	2011-10-24 17:33:21 UTC (rev 6733)
@@ -30958,7 +30958,8 @@
    <dt><dfn id=text-track-cue-pause-on-exit-flag title="text track cue pause-on-exit flag">A pause-on-exit flag</dfn>
    <dd>
     <p>A boolean indicating whether playback of the <a href=#media-resource>media
-    resource</a> is to pause when the cue stops being relevant.</p>
+    resource</a> is to pause when the end of the range to which the
+    cue applies is reached.</p>
    </dd>
 
    <dt><dfn id=text-track-cue-writing-direction title="text track cue writing direction">A writing direction</dfn>

Modified: index
===================================================================
--- index	2011-10-24 17:29:24 UTC (rev 6732)
+++ index	2011-10-24 17:33:21 UTC (rev 6733)
@@ -30958,7 +30958,8 @@
    <dt><dfn id=text-track-cue-pause-on-exit-flag title="text track cue pause-on-exit flag">A pause-on-exit flag</dfn>
    <dd>
     <p>A boolean indicating whether playback of the <a href=#media-resource>media
-    resource</a> is to pause when the cue stops being relevant.</p>
+    resource</a> is to pause when the end of the range to which the
+    cue applies is reached.</p>
    </dd>
 
    <dt><dfn id=text-track-cue-writing-direction title="text track cue writing direction">A writing direction</dfn>

Modified: source
===================================================================
--- source	2011-10-24 17:29:24 UTC (rev 6732)
+++ source	2011-10-24 17:33:21 UTC (rev 6733)
@@ -33749,7 +33749,8 @@
    <dt><dfn title="text track cue pause-on-exit flag">A pause-on-exit flag</dfn>
    <dd>
     <p>A boolean indicating whether playback of the <span>media
-    resource</span> is to pause when the cue stops being relevant.</p>
+    resource</span> is to pause when the end of the range to which the
+    cue applies is reached.</p>
    </dd>
 
    <dt><dfn title="text track cue writing direction">A writing direction</dfn>




More information about the Commit-Watchers mailing list