Skip to content

Commit

Permalink
[e] (0) matroska doesn't define this yet, apparently
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11837

git-svn-id: http://svn.whatwg.org/webapps@6057 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 3, 2011
1 parent 8a806f7 commit b9c1c11
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
9 changes: 3 additions & 6 deletions complete.html
Expand Up @@ -25856,17 +25856,17 @@ <h4 id=the-source-element><span class=secno>4.8.8 </span>The <dfn><code>source</
<dt>Dirac video and Vorbis audio in Ogg container</dt>
<dd><pre>&lt;source src='video.ogv' type='video/ogg; codecs="dirac, vorbis"'&gt;</pre></dd>

<!-- awaiting definition by the Matroska guys:
<dt>Theora video and Vorbis audio in Matroska container</dt>
<dd><pre>&lt;source src='video.mkv' type='video/x-matroska; codecs="theora, vorbis"'&gt;</pre></dd>
<dd><pre>&lt;source src='video.mkv' type='video/x-matroska; codecs="theora, vorbis"'></pre></dd>
-->

<!-- awaiting definition by the Ogg or BBC guys:
<dt>Dirac video and Vorbis audio in Matroska container</dt>
<dd><pre>&lt;source src='video.mkv' type='video/x-matroska; codecs='></pre></dd>
-->


<!-- awaiting definition by the Microsoft guys:

<dt>WMV9 video and WMA 2 audio in ASF container</dt>
<dd><pre>&lt;source src='video.wmv' type='video/x-ms-wmv; codecs='></pre></dd>

Expand All @@ -25881,16 +25881,13 @@ <h4 id=the-source-element><span class=secno>4.8.8 </span>The <dfn><code>source</

<dt>Motion-JPEG video and uncompressed PCM audio in AVI container</dt>
<dd><pre>&lt;source src='video.avi' type='video/x-msvideo; codecs='></pre></dd>

-->


<!-- awaiting definition by Real:
<dt>Real Video 10 video and High-Efficiency AAC audio in Real Media container</dt>
<dd><pre>&lt;source src='video.rm' type='application/vnd.rn-realmedia; codecs='></pre></dd>
-->


<!-- undefined:
<dt>MPEG-1 video and MPEG-1 Audio Layer II audio in MPEG-1 program stream</dt>
<dd><pre>&lt;source src='video.mpg' type='video/mpeg; codecs='></pre></dd>
Expand Down
9 changes: 3 additions & 6 deletions index
Expand Up @@ -25885,17 +25885,17 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
<dt>Dirac video and Vorbis audio in Ogg container</dt>
<dd><pre>&lt;source src='video.ogv' type='video/ogg; codecs="dirac, vorbis"'&gt;</pre></dd>

<!-- awaiting definition by the Matroska guys:
<dt>Theora video and Vorbis audio in Matroska container</dt>
<dd><pre>&lt;source src='video.mkv' type='video/x-matroska; codecs="theora, vorbis"'&gt;</pre></dd>
<dd><pre>&lt;source src='video.mkv' type='video/x-matroska; codecs="theora, vorbis"'></pre></dd>
-->

<!-- awaiting definition by the Ogg or BBC guys:
<dt>Dirac video and Vorbis audio in Matroska container</dt>
<dd><pre>&lt;source src='video.mkv' type='video/x-matroska; codecs='></pre></dd>
-->


<!-- awaiting definition by the Microsoft guys:

<dt>WMV9 video and WMA 2 audio in ASF container</dt>
<dd><pre>&lt;source src='video.wmv' type='video/x-ms-wmv; codecs='></pre></dd>

Expand All @@ -25910,16 +25910,13 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael

<dt>Motion-JPEG video and uncompressed PCM audio in AVI container</dt>
<dd><pre>&lt;source src='video.avi' type='video/x-msvideo; codecs='></pre></dd>

-->


<!-- awaiting definition by Real:
<dt>Real Video 10 video and High-Efficiency AAC audio in Real Media container</dt>
<dd><pre>&lt;source src='video.rm' type='application/vnd.rn-realmedia; codecs='></pre></dd>
-->


<!-- undefined:
<dt>MPEG-1 video and MPEG-1 Audio Layer II audio in MPEG-1 program stream</dt>
<dd><pre>&lt;source src='video.mpg' type='video/mpeg; codecs='></pre></dd>
Expand Down
7 changes: 2 additions & 5 deletions source
Expand Up @@ -27941,17 +27941,17 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>
<dt>Dirac video and Vorbis audio in Ogg container</dt>
<dd><pre>&lt;source src='video.ogv' type='video/ogg; codecs="dirac, vorbis"'></pre></dd>

<!-- awaiting definition by the Matroska guys:
<dt>Theora video and Vorbis audio in Matroska container</dt>
<dd><pre>&lt;source src='video.mkv' type='video/x-matroska; codecs="theora, vorbis"'></pre></dd>
-->

<!-- awaiting definition by the Ogg or BBC guys:
<dt>Dirac video and Vorbis audio in Matroska container</dt>
<dd><pre>&lt;source src='video.mkv' type='video/x-matroska; codecs='></pre></dd>
-->


<!-- awaiting definition by the Microsoft guys:

<dt>WMV9 video and WMA 2 audio in ASF container</dt>
<dd><pre>&lt;source src='video.wmv' type='video/x-ms-wmv; codecs='></pre></dd>

Expand All @@ -27966,16 +27966,13 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>

<dt>Motion-JPEG video and uncompressed PCM audio in AVI container</dt>
<dd><pre>&lt;source src='video.avi' type='video/x-msvideo; codecs='></pre></dd>

-->


<!-- awaiting definition by Real:
<dt>Real Video 10 video and High-Efficiency AAC audio in Real Media container</dt>
<dd><pre>&lt;source src='video.rm' type='application/vnd.rn-realmedia; codecs='></pre></dd>
-->


<!-- undefined:
<dt>MPEG-1 video and MPEG-1 Audio Layer II audio in MPEG-1 program stream</dt>
<dd><pre>&lt;source src='video.mpg' type='video/mpeg; codecs='></pre></dd>
Expand Down

0 comments on commit b9c1c11

Please sign in to comment.