Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@4516 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 6, 2010
1 parent 70dd560 commit d1d69ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -21773,8 +21773,8 @@ <h4 id=the-source-element><span class=secno>4.8.9 </span>The <dfn><code>source</
it. Its value must be a <a href=#valid-media-query>valid media query</a>.</p>

<p id=source-default-media>The default, if the <code title=attr-srouce-media>media</code> attribute is omitted, is
"<code title="">all</code>", meaning that by default styles apply to
all media.</p>
"<code title="">all</code>", meaning that by default the <a href=#media-resource>media
resource</a> is suitable for all media.</p>

<div class=impl>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -21608,8 +21608,8 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
it. Its value must be a <a href=#valid-media-query>valid media query</a>.</p>

<p id=source-default-media>The default, if the <code title=attr-srouce-media>media</code> attribute is omitted, is
"<code title="">all</code>", meaning that by default styles apply to
all media.</p>
"<code title="">all</code>", meaning that by default the <a href=#media-resource>media
resource</a> is suitable for all media.</p>

<div class=impl>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -23193,8 +23193,8 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>

<p id="source-default-media">The default, if the <code
title="attr-srouce-media">media</code> attribute is omitted, is
"<code title="">all</code>", meaning that by default styles apply to
all media.</p>
"<code title="">all</code>", meaning that by default the <span>media
resource</span> is suitable for all media.</p>

<div class="impl">

Expand Down

0 comments on commit d1d69ee

Please sign in to comment.