- From: poot <cvsmail@w3.org>
- Date: Wed, 25 Apr 2012 16:39:52 -0400
- To: public-html-diffs@w3.org
hixie: clarify that this step has no side-effect if the cue is lost
(whatwg r7070)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5635&r2=1.5636&f=h
http://html5.org/tools/web-apps-tracker?from=7069&to=7070
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5635
retrieving revision 1.5636
diff -u -d -r1.5635 -r1.5636
--- Overview.html 25 Apr 2012 20:18:11 -0000 1.5635
+++ Overview.html 25 Apr 2012 20:39:44 -0000 1.5636
@@ -31415,15 +31415,15 @@
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>
Received on Wednesday, 25 April 2012 20:39:55 UTC