File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36982,8 +36982,8 @@ interface <dfn>TextTrack</dfn> : <span>EventTarget</span> {
36982
36982
<li><p>If the given <var>cue</var> is in a <span>text track list of cues</span>, then
36983
36983
remove <var>cue</var> from that <span>text track list of cues</span>.</p></li>
36984
36984
36985
- <li><p>Add <var>cue</var> to the method's <code>TextTrack</code> object's <span>text
36986
- track</span>'s <span>text track list of cues</span>.</p></li>
36985
+ <li><p>Add <var>cue</var> to the <code>TextTrack</code> object's <span>text track</span>'s
36986
+ <span>text track list of cues</span>.</p></li>
36987
36987
36988
36988
</ol>
36989
36989
@@ -36992,13 +36992,13 @@ interface <dfn>TextTrack</dfn> : <span>EventTarget</span> {
36992
36992
36993
36993
<ol>
36994
36994
36995
- <li><p>If the given <var>cue</var> is not currently listed in the method's
36996
- <code>TextTrack</code> object's <span>text track</span>'s <span>text track list of cues</span>,
36997
- then throw a <span>"<code>NotFoundError</code>"</span> <code>DOMException</code> and abort these
36995
+ <li><p>If the given <var>cue</var> is not in the <code>TextTrack</code> object's <span>text
36996
+ track</span>'s <span>text track list of cues</span>, then throw a
36997
+ <span>"<code>NotFoundError</code>"</span> <code>DOMException</code> and abort these
36998
36998
steps.</p></li>
36999
36999
37000
- <li><p>Remove <var>cue</var> from the method's <code>TextTrack</code> object's
37001
- <span>text track</span>'s <span>text track list of cues</span>.</p></li>
37000
+ <li><p>Remove <var>cue</var> from the <code>TextTrack</code> object's <span>text track</span> 's
37001
+ <span>text track list of cues</span>.</p></li>
37002
37002
37003
37003
</ol>
37004
37004
You can’t perform that action at this time.
0 commit comments