[MSE] Fix webm mimetype typo.
authorAaron Colwell <acolwell@google.com>
Tue, 15 Oct 2013 11:57:47 -0700
changeset 174 8cd813d0a7b5
parent 173 3fda61eb902f
child 175 5369218d899b
[MSE] Fix webm mimetype typo.
media-source/media-source-respec.html
media-source/media-source.html
--- a/media-source/media-source-respec.html	Tue Oct 15 10:29:47 2013 -0700
+++ b/media-source/media-source-respec.html	Tue Oct 15 11:57:47 2013 -0700
@@ -1248,8 +1248,8 @@
                   and abort these steps.
                   <p class="note">User agents may consider codecs, that would otherwise be supported, as &quot;not supported&quot; here if the codecs were not
                     specified in the <var>type</var> parameter passed to <a def-id="addSourceBuffer"></a>. <br>
-                    For example, MediaSource.isTypeSupported('video/web;codecs=&quot;vp8,vorbis&quot;') may return true, but if
-                    <a def-id="addSourceBuffer"></a> was called with 'video/web;codecs=&quot;vp8&quot;' and a Vorbis track appears in the
+                    For example, MediaSource.isTypeSupported('video/webm;codecs=&quot;vp8,vorbis&quot;') may return true, but if
+                    <a def-id="addSourceBuffer"></a> was called with 'video/webm;codecs=&quot;vp8&quot;' and a Vorbis track appears in the
                     <a def-id="init-segment"></a>, then the user agent may use this step to trigger a decode error.
                   </p>
                 </li>
--- a/media-source/media-source.html	Tue Oct 15 10:29:47 2013 -0700
+++ b/media-source/media-source.html	Tue Oct 15 11:57:47 2013 -0700
@@ -1631,8 +1631,8 @@
                   and abort these steps.
                   <div class="note"><div class="note-title"><span>Note</span></div><p class="">User agents may consider codecs, that would otherwise be supported, as "not supported" here if the codecs were not
                     specified in the <var>type</var> parameter passed to <code><a href="#widl-MediaSource-addSourceBuffer-SourceBuffer-DOMString-type">addSourceBuffer()</a></code>. <br>
-                    For example, MediaSource.isTypeSupported('video/web;codecs="vp8,vorbis"') may return true, but if
-                    <code><a href="#widl-MediaSource-addSourceBuffer-SourceBuffer-DOMString-type">addSourceBuffer()</a></code> was called with 'video/web;codecs="vp8"' and a Vorbis track appears in the
+                    For example, MediaSource.isTypeSupported('video/webm;codecs="vp8,vorbis"') may return true, but if
+                    <code><a href="#widl-MediaSource-addSourceBuffer-SourceBuffer-DOMString-type">addSourceBuffer()</a></code> was called with 'video/webm;codecs="vp8"' and a Vorbis track appears in the
                     <a href="#init-segment">initialization segment</a>, then the user agent may use this step to trigger a decode error.
                   </p></div>
                 </li>
@@ -2764,7 +2764,7 @@
             <td>15 October 2013</td>
             <td>
               <ul>
-                <li>Bug 23525 - Fix mvex box behavior.</li>
+                <li>Bug 23525 - Fix mvex box error behavior.</li>
               </ul>
             </td>
           </tr>