Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) clarify that this step has no side-effect if the cue is lost
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16602
Affected topics: Video Text Tracks

git-svn-id: http://svn.whatwg.org/webapps@7070 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 25, 2012
1 parent e1bd96f commit 9ef6870
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -33101,15 +33101,15 @@ <h6 id=text-track-api><span class=secno>4.8.10.12.5 </span>Text track API</h6>
an <code><a href=#invalidstateerror>InvalidStateError</a></code> exception and abort these
steps.</li>

<li><p>Associate <var title="">cue</var> with the method's
<code><a href=#texttrack>TextTrack</a></code> object's <a href=#text-track>text track</a>, if it is
not currently associated with a <a href=#text-track>text track</a>.</li>

<li><p>If the given <var title="">cue</var> is already listed in
the method's <code><a href=#texttrack>TextTrack</a></code> object's <a href=#text-track>text
track</a>'s <a href=#text-track-list-of-cues>text track list of cues</a>, then throw an
<code><a href=#invalidstateerror>InvalidStateError</a></code> exception.</li>

<li><p>Associate <var title="">cue</var> with the method's
<code><a href=#texttrack>TextTrack</a></code> object's <a href=#text-track>text track</a>, if it is
not currently associated with a <a href=#text-track>text track</a>.</li>

<li><p>Add <var title="">cue</var> to the method's
<code><a href=#texttrack>TextTrack</a></code> object's <a href=#text-track>text track</a>'s
<a href=#text-track-list-of-cues>text track list of cues</a>.</li>
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -33101,15 +33101,15 @@ interface <dfn id=mediacontroller>MediaController</dfn> {
an <code><a href=#invalidstateerror>InvalidStateError</a></code> exception and abort these
steps.</li>

<li><p>Associate <var title="">cue</var> with the method's
<code><a href=#texttrack>TextTrack</a></code> object's <a href=#text-track>text track</a>, if it is
not currently associated with a <a href=#text-track>text track</a>.</li>

<li><p>If the given <var title="">cue</var> is already listed in
the method's <code><a href=#texttrack>TextTrack</a></code> object's <a href=#text-track>text
track</a>'s <a href=#text-track-list-of-cues>text track list of cues</a>, then throw an
<code><a href=#invalidstateerror>InvalidStateError</a></code> exception.</li>

<li><p>Associate <var title="">cue</var> with the method's
<code><a href=#texttrack>TextTrack</a></code> object's <a href=#text-track>text track</a>, if it is
not currently associated with a <a href=#text-track>text track</a>.</li>

<li><p>Add <var title="">cue</var> to the method's
<code><a href=#texttrack>TextTrack</a></code> object's <a href=#text-track>text track</a>'s
<a href=#text-track-list-of-cues>text track list of cues</a>.</li>
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -36192,15 +36192,15 @@ interface <dfn>MediaController</dfn> {
an <code>InvalidStateError</code> exception and abort these
steps.</p></li>

<li><p>Associate <var title="">cue</var> with the method's
<code>TextTrack</code> object's <span>text track</span>, if it is
not currently associated with a <span>text track</span>.</p></li>

<li><p>If the given <var title="">cue</var> is already listed in
the method's <code>TextTrack</code> object's <span>text
track</span>'s <span>text track list of cues</span>, then throw an
<code>InvalidStateError</code> exception.</p></li>

<li><p>Associate <var title="">cue</var> with the method's
<code>TextTrack</code> object's <span>text track</span>, if it is
not currently associated with a <span>text track</span>.</p></li>

<li><p>Add <var title="">cue</var> to the method's
<code>TextTrack</code> object's <span>text track</span>'s
<span>text track list of cues</span>.</p></li>
Expand Down

0 comments on commit 9ef6870

Please sign in to comment.