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

git-svn-id: http://svn.whatwg.org/webapps@5463 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 10, 2010
1 parent 9e6ad1b commit d7dc6c6
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 @@ -25527,7 +25527,7 @@ <h5 id=loading-the-media-resource><span class=secno>4.8.10.5 </span>Loading the

</div>

<p class=note>The <code title=attr-media-autoplay><a href=#attr-media-autoplay>autoplay</a></code> attribute can overrride
<p class=note>The <code title=attr-media-autoplay><a href=#attr-media-autoplay>autoplay</a></code> attribute can override
the <code title=attr-media-preload><a href=#attr-media-preload>preload</a></code> attribute (since
if the media plays, it naturally has to buffer first, regardless of
the hint given by the <code title=attr-media-preload><a href=#attr-media-preload>preload</a></code> attribute). Including
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -25507,7 +25507,7 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael

</div>

<p class=note>The <code title=attr-media-autoplay><a href=#attr-media-autoplay>autoplay</a></code> attribute can overrride
<p class=note>The <code title=attr-media-autoplay><a href=#attr-media-autoplay>autoplay</a></code> attribute can override
the <code title=attr-media-preload><a href=#attr-media-preload>preload</a></code> attribute (since
if the media plays, it naturally has to buffer first, regardless of
the hint given by the <code title=attr-media-preload><a href=#attr-media-preload>preload</a></code> attribute). Including
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -27574,7 +27574,7 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>
</div>

<p class="note">The <code
title="attr-media-autoplay">autoplay</code> attribute can overrride
title="attr-media-autoplay">autoplay</code> attribute can override
the <code title="attr-media-preload">preload</code> attribute (since
if the media plays, it naturally has to buffer first, regardless of
the hint given by the <code
Expand Down

0 comments on commit d7dc6c6

Please sign in to comment.