[html5] r8194 - [e] (0) Rename 'raw text' to 'raw data' for cues since it might not be text. Fix [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 23 12:40:44 PDT 2013


Author: ianh
Date: 2013-09-23 12:40:42 -0700 (Mon, 23 Sep 2013)
New Revision: 8194

Modified:
   complete.html
   index
   source
Log:
[e] (0) Rename 'raw text' to 'raw data' for cues since it might not be text.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23324
Affected topics: Video Text Tracks

Modified: complete.html
===================================================================
--- complete.html	2013-09-23 19:37:27 UTC (rev 8193)
+++ complete.html	2013-09-23 19:40:42 UTC (rev 8194)
@@ -31101,9 +31101,10 @@
     writing direction</a> and so forth. <a href=#refsWEBVTT>[WEBVTT]</a></p>
    </dd>
 
-   <dt><dfn id=text-track-cue-text title="text track cue text">The text of the cue</dfn>
+   <dt><dfn id=text-track-cue-data title="text track cue data">The data of the cue</dfn>
    <dd>
-    <p>The raw text of the cue, and <dfn id=rules-for-rendering-the-cue-in-isolation>rules for rendering the cue in isolation</dfn>.</p>
+    <p>The raw data of the cue, and <dfn id=rules-for-rendering-the-cue-in-isolation>rules for rendering the cue in isolation</dfn>.</p>
+    <p>The precise nature of this data is defined by the format. For example, WebVTT uses text.</p>
    </dd>
 
   </dl><p class=note>The <a href=#text-track-cue-start-time>text track cue start time</a> and <a href=#text-track-cue-end-time>text track cue end
@@ -32122,7 +32123,7 @@
   <p>Each <a href=#text-track-cue>text track cue</a> in a <a href=#text-track>text track</a> being used for describing
   chapters has three key features: the <a href=#text-track-cue-start-time>text track cue start time</a>, giving the start time
   of the chapter, the <a href=#text-track-cue-end-time>text track cue end time</a>, giving the end time of the chapter, and
-  the <a href=#text-track-cue-text>text track cue text</a> giving the chapter title.</p>
+  the <a href=#text-track-cue-data>text track cue data</a> giving the chapter title.</p>
 
   <div class=impl>
 
@@ -32166,7 +32167,7 @@
 
    <li>
 
-    <p>Create a new chapter <var title="">new chapter</var>, whose start time is <var title="">current cue</var>'s <a href=#text-track-cue-start-time>text track cue start time</a>, whose end time is <var title="">current cue</var>'s <a href=#text-track-cue-end-time>text track cue end time</a>, whose title is <var title="">current cue</var>'s <a href=#text-track-cue-text>text track cue text</a> interpreted according to its
+    <p>Create a new chapter <var title="">new chapter</var>, whose start time is <var title="">current cue</var>'s <a href=#text-track-cue-start-time>text track cue start time</a>, whose end time is <var title="">current cue</var>'s <a href=#text-track-cue-end-time>text track cue end time</a>, whose title is <var title="">current cue</var>'s <a href=#text-track-cue-data>text track cue data</a> interpreted according to its
     <a href=#rules-for-rendering-the-cue-in-isolation>rules for rendering the cue in isolation</a>, and whose list of nested chapters is
     empty.</p>
 

Modified: index
===================================================================
--- index	2013-09-23 19:37:27 UTC (rev 8193)
+++ index	2013-09-23 19:40:42 UTC (rev 8194)
@@ -31101,9 +31101,10 @@
     writing direction</a> and so forth. <a href=#refsWEBVTT>[WEBVTT]</a></p>
    </dd>
 
-   <dt><dfn id=text-track-cue-text title="text track cue text">The text of the cue</dfn>
+   <dt><dfn id=text-track-cue-data title="text track cue data">The data of the cue</dfn>
    <dd>
-    <p>The raw text of the cue, and <dfn id=rules-for-rendering-the-cue-in-isolation>rules for rendering the cue in isolation</dfn>.</p>
+    <p>The raw data of the cue, and <dfn id=rules-for-rendering-the-cue-in-isolation>rules for rendering the cue in isolation</dfn>.</p>
+    <p>The precise nature of this data is defined by the format. For example, WebVTT uses text.</p>
    </dd>
 
   </dl><p class=note>The <a href=#text-track-cue-start-time>text track cue start time</a> and <a href=#text-track-cue-end-time>text track cue end
@@ -32122,7 +32123,7 @@
   <p>Each <a href=#text-track-cue>text track cue</a> in a <a href=#text-track>text track</a> being used for describing
   chapters has three key features: the <a href=#text-track-cue-start-time>text track cue start time</a>, giving the start time
   of the chapter, the <a href=#text-track-cue-end-time>text track cue end time</a>, giving the end time of the chapter, and
-  the <a href=#text-track-cue-text>text track cue text</a> giving the chapter title.</p>
+  the <a href=#text-track-cue-data>text track cue data</a> giving the chapter title.</p>
 
   <div class=impl>
 
@@ -32166,7 +32167,7 @@
 
    <li>
 
-    <p>Create a new chapter <var title="">new chapter</var>, whose start time is <var title="">current cue</var>'s <a href=#text-track-cue-start-time>text track cue start time</a>, whose end time is <var title="">current cue</var>'s <a href=#text-track-cue-end-time>text track cue end time</a>, whose title is <var title="">current cue</var>'s <a href=#text-track-cue-text>text track cue text</a> interpreted according to its
+    <p>Create a new chapter <var title="">new chapter</var>, whose start time is <var title="">current cue</var>'s <a href=#text-track-cue-start-time>text track cue start time</a>, whose end time is <var title="">current cue</var>'s <a href=#text-track-cue-end-time>text track cue end time</a>, whose title is <var title="">current cue</var>'s <a href=#text-track-cue-data>text track cue data</a> interpreted according to its
     <a href=#rules-for-rendering-the-cue-in-isolation>rules for rendering the cue in isolation</a>, and whose list of nested chapters is
     empty.</p>
 

Modified: source
===================================================================
--- source	2013-09-23 19:37:27 UTC (rev 8193)
+++ source	2013-09-23 19:40:42 UTC (rev 8194)
@@ -33347,9 +33347,10 @@
     writing direction</span> and so forth. <a href="#refsWEBVTT">[WEBVTT]</a></p>
    </dd>
 
-   <dt><dfn title="text track cue text">The text of the cue</dfn>
+   <dt><dfn title="text track cue data">The data of the cue</dfn>
    <dd>
-    <p>The raw text of the cue, and <dfn>rules for rendering the cue in isolation</dfn>.</p>
+    <p>The raw data of the cue, and <dfn>rules for rendering the cue in isolation</dfn>.</p>
+    <p>The precise nature of this data is defined by the format. For example, WebVTT uses text.</p>
    </dd>
 
   </dl>
@@ -34548,7 +34549,7 @@
   <p>Each <span>text track cue</span> in a <span>text track</span> being used for describing
   chapters has three key features: the <span>text track cue start time</span>, giving the start time
   of the chapter, the <span>text track cue end time</span>, giving the end time of the chapter, and
-  the <span>text track cue text</span> giving the chapter title.</p>
+  the <span>text track cue data</span> giving the chapter title.</p>
 
   <div class="impl">
 
@@ -34598,7 +34599,7 @@
     <p>Create a new chapter <var title="">new chapter</var>, whose start time is <var
     title="">current cue</var>'s <span>text track cue start time</span>, whose end time is <var
     title="">current cue</var>'s <span>text track cue end time</span>, whose title is <var
-    title="">current cue</var>'s <span>text track cue text</span> interpreted according to its
+    title="">current cue</var>'s <span>text track cue data</span> interpreted according to its
     <span>rules for rendering the cue in isolation</span>, and whose list of nested chapters is
     empty.</p>
 




More information about the Commit-Watchers mailing list