[MSE] Fix webm mimetype typo.
--- 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 "not supported" 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="vp8,vorbis"') may return true, but if
- <a def-id="addSourceBuffer"></a> 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
+ <a def-id="addSourceBuffer"></a> was called with 'video/webm;codecs="vp8"' 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>