Skip to content

Commit

Permalink
[e] (0) Correctness.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15491
Affected topics: Video Text Tracks

git-svn-id: http://svn.whatwg.org/webapps@6965 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 6, 2012
1 parent 69f83cf commit b60a516
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions complete.html
Expand Up @@ -240,7 +240,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 4 February 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 6 February 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -32178,13 +32178,13 @@ <h6 id=text-track-model><span class=secno>4.8.10.12.1 </span>Text track model</h
allowing the text to be rendered and converted to a DOM fragment.</p>
</dd>

</dl><p>A <a href=#text-track-cue>text track cue</a> is immutable.</p>

<p>Each <a href=#text-track-cue>text track cue</a> has a corresponding
</dl><p>Each <a href=#text-track-cue>text track cue</a> has a corresponding
<code><a href=#texttrackcue>TextTrackCue</a></code> object, and can be associated with a
particular <a href=#text-track>text track</a>. Once a <a href=#text-track-cue>text track
cue</a> is associated with a particular <a href=#text-track>text track</a>,
the association is permanent.</p>
the association is permanent. A <a href=#text-track-cue>text track cue</a>'s
in-memory representation can be dynamically changed through this
<code><a href=#texttrackcue>TextTrackCue</a></code> API.</p>

<p>In addition, each <a href=#text-track-cue>text track cue</a> has two pieces of
dynamic information:</p>
Expand Down
10 changes: 5 additions & 5 deletions index
Expand Up @@ -240,7 +240,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 4 February 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 6 February 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -32178,13 +32178,13 @@ interface <dfn id=mediacontroller>MediaController</dfn> {
allowing the text to be rendered and converted to a DOM fragment.</p>
</dd>

</dl><p>A <a href=#text-track-cue>text track cue</a> is immutable.</p>

<p>Each <a href=#text-track-cue>text track cue</a> has a corresponding
</dl><p>Each <a href=#text-track-cue>text track cue</a> has a corresponding
<code><a href=#texttrackcue>TextTrackCue</a></code> object, and can be associated with a
particular <a href=#text-track>text track</a>. Once a <a href=#text-track-cue>text track
cue</a> is associated with a particular <a href=#text-track>text track</a>,
the association is permanent.</p>
the association is permanent. A <a href=#text-track-cue>text track cue</a>'s
in-memory representation can be dynamically changed through this
<code><a href=#texttrackcue>TextTrackCue</a></code> API.</p>

<p>In addition, each <a href=#text-track-cue>text track cue</a> has two pieces of
dynamic information:</p>
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -35165,13 +35165,13 @@ interface <dfn>MediaController</dfn> {

</dl>

<p>A <span>text track cue</span> is immutable.</p>

<p>Each <span>text track cue</span> has a corresponding
<code>TextTrackCue</code> object, and can be associated with a
particular <span>text track</span>. Once a <span>text track
cue</span> is associated with a particular <span>text track</span>,
the association is permanent.</p>
the association is permanent. A <span>text track cue</span>'s
in-memory representation can be dynamically changed through this
<code>TextTrackCue</code> API.</p>

<p>In addition, each <span>text track cue</span> has two pieces of
dynamic information:</p>
Expand Down

0 comments on commit b60a516

Please sign in to comment.