Skip to content

Commit

Permalink
[e] (0) Rename 'raw text' to 'raw data' for cues since it might not b…
Browse files Browse the repository at this point in the history
…e text.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23324
Affected topics: Video Text Tracks

git-svn-id: http://svn.whatwg.org/webapps@8194 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 23, 2013
1 parent a251343 commit cb0da73
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
9 changes: 5 additions & 4 deletions complete.html
Expand Up @@ -31101,9 +31101,10 @@ <h6 id=text-track-model><span class=secno>4.8.10.12.1 </span>Text track model</h
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
Expand Down Expand Up @@ -32122,7 +32123,7 @@ <h6 id=text-tracks-describing-chapters><span class=secno>4.8.10.12.6 </span>Text
<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>

Expand Down Expand Up @@ -32166,7 +32167,7 @@ <h6 id=text-tracks-describing-chapters><span class=secno>4.8.10.12.6 </span>Text

<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>

Expand Down
9 changes: 5 additions & 4 deletions index
Expand Up @@ -31101,9 +31101,10 @@ interface <dfn id=mediacontroller>MediaController</dfn> : <a href=#eventtarget>E
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
Expand Down Expand Up @@ -32122,7 +32123,7 @@ window.onbeforeunload = function () {
<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>

Expand Down Expand Up @@ -32166,7 +32167,7 @@ window.onbeforeunload = function () {

<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>

Expand Down
9 changes: 5 additions & 4 deletions source
Expand Up @@ -33347,9 +33347,10 @@ interface <dfn>MediaController</dfn> : <span>EventTarget</span> {
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>
Expand Down Expand Up @@ -34548,7 +34549,7 @@ window.onbeforeunload = function () {
<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">

Expand Down Expand Up @@ -34598,7 +34599,7 @@ window.onbeforeunload = function () {
<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>

Expand Down

0 comments on commit cb0da73

Please sign in to comment.