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

git-svn-id: http://svn.whatwg.org/webapps@5935 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 4, 2011
1 parent a9d283d commit e6a0b23
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 @@ -26086,7 +26086,7 @@ <h5 id=loading-the-media-resource><span class=secno>4.8.10.5 </span>Loading the
to that state.</li>

<li><p>If the <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code>
attribute is false, then set to true.</li>
attribute is false, then set it to true.</li>

<li><p>If <code title=dom-media-seeking><a href=#dom-media-seeking>seeking</a></code> is true,
set it to false.</li>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -26069,7 +26069,7 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
to that state.</li>

<li><p>If the <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code>
attribute is false, then set to true.</li>
attribute is false, then set it to true.</li>

<li><p>If <code title=dom-media-seeking><a href=#dom-media-seeking>seeking</a></code> is true,
set it to false.</li>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -28095,7 +28095,7 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>
to that state.</p></li>

<li><p>If the <code title="dom-media-paused">paused</code>
attribute is false, then set to true.</p></li>
attribute is false, then set it to true.</p></li>

<li><p>If <code title="dom-media-seeking">seeking</code> is true,
set it to false.</p></li>
Expand Down

0 comments on commit e6a0b23

Please sign in to comment.