Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10936

git-svn-id: http://svn.whatwg.org/webapps@5584 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 5, 2010
1 parent 20d0e02 commit 6bca62c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
7 changes: 4 additions & 3 deletions complete.html
Expand Up @@ -26742,9 +26742,10 @@ <h5 id=playing-the-media-resource><span class=secno>4.8.10.8 </span>Playing the
<!--TT-->

</ol><!--TT--><p>For the purposes of the algorithm above, a <a href=#timed-track-cue>timed track
cue</a> is considered to of a <a href=#timed-track>timed track</a> only if it
is listed in the <a href=#timed-track-list-of-cues>timed track list of cues</a>, not merely
if it is associated with the <a href=#timed-track>timed track</a>.</p>
cue</a> is considered to be part of a <a href=#timed-track>timed track</a>
only if it is listed in the <a href=#timed-track-list-of-cues>timed track list of cues</a>,
not merely if it is associated with the <a href=#timed-track>timed
track</a>.</p>
<!--TT-->

<p>When a <a href=#media-element>media element</a> is <a href=#remove-an-element-from-a-document title="remove an
Expand Down
7 changes: 4 additions & 3 deletions index
Expand Up @@ -26722,9 +26722,10 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
<!--TT-->

</ol><!--TT--><p>For the purposes of the algorithm above, a <a href=#timed-track-cue>timed track
cue</a> is considered to of a <a href=#timed-track>timed track</a> only if it
is listed in the <a href=#timed-track-list-of-cues>timed track list of cues</a>, not merely
if it is associated with the <a href=#timed-track>timed track</a>.</p>
cue</a> is considered to be part of a <a href=#timed-track>timed track</a>
only if it is listed in the <a href=#timed-track-list-of-cues>timed track list of cues</a>,
not merely if it is associated with the <a href=#timed-track>timed
track</a>.</p>
<!--TT-->

<p>When a <a href=#media-element>media element</a> is <a href=#remove-an-element-from-a-document title="remove an
Expand Down
7 changes: 4 additions & 3 deletions source
Expand Up @@ -29015,9 +29015,10 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>

<!--END w3c-html--><!--TT-->
<p>For the purposes of the algorithm above, a <span>timed track
cue</span> is considered to of a <span>timed track</span> only if it
is listed in the <span>timed track list of cues</span>, not merely
if it is associated with the <span>timed track</span>.</p>
cue</span> is considered to be part of a <span>timed track</span>
only if it is listed in the <span>timed track list of cues</span>,
not merely if it is associated with the <span>timed
track</span>.</p>
<!--START w3c-html--><!--TT-->

<p>When a <span>media element</span> is <span title="remove an
Expand Down

0 comments on commit 6bca62c

Please sign in to comment.