Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[c] (1) Consistency with r5945 which did this for <video>.
git-svn-id: http://svn.whatwg.org/webapps@6512 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 18, 2011
1 parent 2787817 commit 8f7f681
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 @@ -26238,7 +26238,7 @@ <h4 id=the-audio-element><span class=secno>4.8.7 </span>The <dfn id=audio><code>
<dd>If the element has a <code title=attr-media-src><a href=#attr-media-src>src</a></code> attribute:
zero or more <code><a href=#the-track-element>track</a></code> elements, then
<a href=#transparent>transparent</a>, but with no <a href=#media-element>media element</a> descendants.</dd>
<dd>If the element does not have a <code title=attr-media-src><a href=#attr-media-src>src</a></code> attribute: one or more <code><a href=#the-source-element>source</a></code> elements, then
<dd>If the element does not have a <code title=attr-media-src><a href=#attr-media-src>src</a></code> attribute: zero or more <code><a href=#the-source-element>source</a></code> elements, then
zero or more <code><a href=#the-track-element>track</a></code> elements, then
<a href=#transparent>transparent</a>, but with no <a href=#media-element>media element</a> descendants.</dd>
<dt>Content attributes:</dt>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -26105,7 +26105,7 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
<dd>If the element has a <code title=attr-media-src><a href=#attr-media-src>src</a></code> attribute:
zero or more <code><a href=#the-track-element>track</a></code> elements, then
<a href=#transparent>transparent</a>, but with no <a href=#media-element>media element</a> descendants.</dd>
<dd>If the element does not have a <code title=attr-media-src><a href=#attr-media-src>src</a></code> attribute: one or more <code><a href=#the-source-element>source</a></code> elements, then
<dd>If the element does not have a <code title=attr-media-src><a href=#attr-media-src>src</a></code> attribute: zero or more <code><a href=#the-source-element>source</a></code> elements, then
zero or more <code><a href=#the-track-element>track</a></code> elements, then
<a href=#transparent>transparent</a>, but with no <a href=#media-element>media element</a> descendants.</dd>
<dt>Content attributes:</dt>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -28219,7 +28219,7 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
<dd>If the element has a <code title="attr-media-src">src</code> attribute:
zero or more <code>track</code> elements, then
<span>transparent</span>, but with no <span>media element</span> descendants.</dd>
<dd>If the element does not have a <code title="attr-media-src">src</code> attribute: one or more <code>source</code> elements, then
<dd>If the element does not have a <code title="attr-media-src">src</code> attribute: zero or more <code>source</code> elements, then
zero or more <code>track</code> elements, then
<span>transparent</span>, but with no <span>media element</span> descendants.</dd>
<dt>Content attributes:</dt>
Expand Down

0 comments on commit 8f7f681

Please sign in to comment.