Skip to content

Commit

Permalink
[e] (0) Clarify that <video> and <audio> can both be used for both au…
Browse files Browse the repository at this point in the history
…dio and video.

git-svn-id: http://svn.whatwg.org/webapps@6020 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 20, 2011
1 parent f56567d commit 14ab30e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
8 changes: 7 additions & 1 deletion complete.html
Expand Up @@ -25167,7 +25167,7 @@ <h4 id=video><span class=secno>4.8.6 </span>The <dfn><code>video</code></dfn> el
};</pre>
</dd>
</dl><p>A <code><a href=#video>video</a></code> element is used for playing videos or
movies.</p>
movies, and audio files with captions.</p>

<p>Content may be provided inside the <code><a href=#video>video</a></code>
element<span class=impl>. User agents should not show this content
Expand Down Expand Up @@ -26121,6 +26121,12 @@ <h4 id=media-elements><span class=secno>4.8.10 </span>Media elements</h4>
attribute.</p>
<!--CONTROLLER-->

<p class=note>Both <code><a href=#audio>audio</a></code> and <code><a href=#video>video</a></code>
elements can be used for both audio and video. The main difference
between the two is simply that the <code><a href=#audio>audio</a></code> element has no
playback area for visual content (such as video or captions),
whereas the <code><a href=#video>video</a></code> element does.</p>

<div class=impl>

<p>Except where otherwise specified, the <a href=#task-source>task source</a>
Expand Down
8 changes: 7 additions & 1 deletion index
Expand Up @@ -25179,7 +25179,7 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
};</pre>
</dd>
</dl><p>A <code><a href=#video>video</a></code> element is used for playing videos or
movies.</p>
movies, and audio files with captions.</p>

<p>Content may be provided inside the <code><a href=#video>video</a></code>
element<span class=impl>. User agents should not show this content
Expand Down Expand Up @@ -26133,6 +26133,12 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
attribute.</p>
<!--CONTROLLER-->

<p class=note>Both <code><a href=#audio>audio</a></code> and <code><a href=#video>video</a></code>
elements can be used for both audio and video. The main difference
between the two is simply that the <code><a href=#audio>audio</a></code> element has no
playback area for visual content (such as video or captions),
whereas the <code><a href=#video>video</a></code> element does.</p>

<div class=impl>

<p>Except where otherwise specified, the <a href=#task-source>task source</a>
Expand Down
8 changes: 7 additions & 1 deletion source
Expand Up @@ -27148,7 +27148,7 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
</dl>

<p>A <code>video</code> element is used for playing videos or
movies.</p>
movies, and audio files with captions.</p>

<p>Content may be provided inside the <code>video</code>
element<span class="impl">. User agents should not show this content
Expand Down Expand Up @@ -28215,6 +28215,12 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>
attribute.</p>
<!--START w3c-html--><!--CONTROLLER-->

<p class="note">Both <code>audio</code> and <code>video</code>
elements can be used for both audio and video. The main difference
between the two is simply that the <code>audio</code> element has no
playback area for visual content (such as video or captions),
whereas the <code>video</code> element does.</p>

<div class="impl">

<p>Except where otherwise specified, the <span>task source</span>
Expand Down

0 comments on commit 14ab30e

Please sign in to comment.