Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[e] (0) Clarify that <video> and <audio> can both be used for both au…
- Loading branch information
Showing
with
21 additions
and
3 deletions.
-
+7
−1
complete.html
-
+7
−1
index
-
+7
−1
source
|
|
|
|
|
};</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 |
|
|
|
|
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> |
|
@@ -25179,7 +25179,7 @@ href="?audio">audio</a> test instead.)</p></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 |
|
@@ -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> |
|
|
|
|
|
|
|
</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 |
|
|
|
|
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> |