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=10924

git-svn-id: http://svn.whatwg.org/webapps@5603 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 12, 2010
1 parent ebdf525 commit 9c940ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -26685,7 +26685,7 @@ <h5 id=playing-the-media-resource><span class=secno>4.8.10.8 </span>Playing the
<a href=#timed-track-cue title="timed track cue">cues</a>, initialized to contain
all the <a href=#timed-track-cue title="timed track cue">cues</a> of all the <a href=#timed-track-hidden title="timed track hidden">hidden</a> or <a href=#timed-track-showing title="timed
track showing">showing</a> <a href=#timed-track title="timed track">timed
tracks</a> of the <a href=#media-element>media element</a> (not not the <a href=#timed-track-disabled title="timed track disabled">disabled</a> ones) whose <a href=#timed-track-cue-start-time title="timed track cue start time">start times</a> are less than
tracks</a> of the <a href=#media-element>media element</a> (not the <a href=#timed-track-disabled title="timed track disabled">disabled</a> ones) whose <a href=#timed-track-cue-start-time title="timed track cue start time">start times</a> are less than
or equal to the <a href=#current-playback-position>current playback position</a> and whose
<a href=#timed-track-cue-end-time title="timed track cue end time">end times</a> are greater
than the <a href=#current-playback-position>current playback position</a>, in <a href=#timed-track-cue-order>timed
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -26665,7 +26665,7 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
<a href=#timed-track-cue title="timed track cue">cues</a>, initialized to contain
all the <a href=#timed-track-cue title="timed track cue">cues</a> of all the <a href=#timed-track-hidden title="timed track hidden">hidden</a> or <a href=#timed-track-showing title="timed
track showing">showing</a> <a href=#timed-track title="timed track">timed
tracks</a> of the <a href=#media-element>media element</a> (not not the <a href=#timed-track-disabled title="timed track disabled">disabled</a> ones) whose <a href=#timed-track-cue-start-time title="timed track cue start time">start times</a> are less than
tracks</a> of the <a href=#media-element>media element</a> (not the <a href=#timed-track-disabled title="timed track disabled">disabled</a> ones) whose <a href=#timed-track-cue-start-time title="timed track cue start time">start times</a> are less than
or equal to the <a href=#current-playback-position>current playback position</a> and whose
<a href=#timed-track-cue-end-time title="timed track cue end time">end times</a> are greater
than the <a href=#current-playback-position>current playback position</a>, in <a href=#timed-track-cue-order>timed
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -28945,7 +28945,7 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>
all the <span title="timed track cue">cues</span> of all the <span
title="timed track hidden">hidden</span> or <span title="timed
track showing">showing</span> <span title="timed track">timed
tracks</span> of the <span>media element</span> (not not the <span
tracks</span> of the <span>media element</span> (not the <span
title="timed track disabled">disabled</span> ones) whose <span
title="timed track cue start time">start times</span> are less than
or equal to the <span>current playback position</span> and whose
Expand Down

0 comments on commit 9c940ba

Please sign in to comment.