Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) typos
git-svn-id: http://svn.whatwg.org/webapps@6604 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 30, 2011
1 parent 092ce19 commit 75cb311
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -29145,8 +29145,8 @@ <h5 id=seeking><span class=secno>4.8.10.9 </span>Seeking</h5>
<li><p>&#8987; Set the <code title=dom-media-seeking><a href=#dom-media-seeking>seeking</a></code> IDL attribute to
false.</li>

<li id=seekUpdate><p><a href=#queue-a-task>Queue a task</a> to <a href=#fire-a-simple-event>fire a
simple event</a> named <code title=event-media-timeupdate><a href=#event-media-timeupdate>timeupdate</a></code> at the
<li id=seekUpdate><p>&#8987; <a href=#queue-a-task>Queue a task</a> to
<a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-timeupdate><a href=#event-media-timeupdate>timeupdate</a></code> at the
element.</li>

<li><p>&#8987; <a href=#queue-a-task>Queue a task</a> to <a href=#fire-a-simple-event>fire a simple
Expand Down Expand Up @@ -29478,7 +29478,7 @@ <h6 id=audiotracklist-and-videotracklist-objects><span class=secno>4.8.10.10.1 <

<p>Similarly, a single <code><a href=#videotrack>VideoTrack</a></code> object per
<code><a href=#videotracklist>VideoTrackList</a></code> object can be selected, this is the
video track's <i>selection state</i>. When an
video track's <i>selection state</i>. When a
<code><a href=#videotrack>VideoTrack</a></code> is created, its <i>selection state</i> must
be set to false (not selected). The <a href=#concept-media-load-resource title=concept-media-load-resource>resource fetch algorithm</a>
can override this.</p>
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -29012,8 +29012,8 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
<li><p>&#8987; Set the <code title=dom-media-seeking><a href=#dom-media-seeking>seeking</a></code> IDL attribute to
false.</li>

<li id=seekUpdate><p><a href=#queue-a-task>Queue a task</a> to <a href=#fire-a-simple-event>fire a
simple event</a> named <code title=event-media-timeupdate><a href=#event-media-timeupdate>timeupdate</a></code> at the
<li id=seekUpdate><p>&#8987; <a href=#queue-a-task>Queue a task</a> to
<a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-media-timeupdate><a href=#event-media-timeupdate>timeupdate</a></code> at the
element.</li>

<li><p>&#8987; <a href=#queue-a-task>Queue a task</a> to <a href=#fire-a-simple-event>fire a simple
Expand Down Expand Up @@ -29345,7 +29345,7 @@ interface <dfn id=videotrack>VideoTrack</dfn> {

<p>Similarly, a single <code><a href=#videotrack>VideoTrack</a></code> object per
<code><a href=#videotracklist>VideoTrackList</a></code> object can be selected, this is the
video track's <i>selection state</i>. When an
video track's <i>selection state</i>. When a
<code><a href=#videotrack>VideoTrack</a></code> is created, its <i>selection state</i> must
be set to false (not selected). The <a href=#concept-media-load-resource title=concept-media-load-resource>resource fetch algorithm</a>
can override this.</p>
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -31703,8 +31703,8 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>
title="dom-media-seeking">seeking</code> IDL attribute to
false.</p></li>

<li id="seekUpdate"><p><span>Queue a task</span> to <span>fire a
simple event</span> named <code
<li id="seekUpdate"><p>&#x231B; <span>Queue a task</span> to
<span>fire a simple event</span> named <code
title="event-media-timeupdate">timeupdate</code> at the
element.</p></li>

Expand Down Expand Up @@ -32060,7 +32060,7 @@ interface <dfn>VideoTrack</dfn> {

<p>Similarly, a single <code>VideoTrack</code> object per
<code>VideoTrackList</code> object can be selected, this is the
video track's <i>selection state</i>. When an
video track's <i>selection state</i>. When a
<code>VideoTrack</code> is created, its <i>selection state</i> must
be set to false (not selected). The <span
title="concept-media-load-resource">resource fetch algorithm</span>
Expand Down

0 comments on commit 75cb311

Please sign in to comment.