hixie: Correct an ambiguity between MIME and media types. (whatwg r3450)

hixie: Correct an ambiguity between MIME and media types. (whatwg r3450)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2574&r2=1.2575&f=h
http://html5.org/tools/web-apps-tracker?from=3449&to=3450

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2574
retrieving revision 1.2575
diff -u -d -r1.2574 -r1.2575
--- Overview.html 19 Jul 2009 11:19:11 -0000 1.2574
+++ Overview.html 19 Jul 2009 19:58:03 -0000 1.2575
@@ -557,7 +557,7 @@
       <ol>
        <li><a href="#error-codes"><span class="secno">4.8.10.1 </span>Error codes</a></li>
        <li><a href="#location-of-the-media-resource"><span class="secno">4.8.10.2 </span>Location of the media resource</a></li>
-       <li><a href="#media-types"><span class="secno">4.8.10.3 </span>Media types</a></li>
+       <li><a href="#mime-types"><span class="secno">4.8.10.3 </span>MIME types</a></li>
        <li><a href="#network-states"><span class="secno">4.8.10.4 </span>Network states</a></li>
        <li><a href="#loading-the-media-resource"><span class="secno">4.8.10.5 </span>Loading the media resource</a></li>
        <li><a href="#offsets-into-the-media-resource"><span class="secno">4.8.10.6 </span>Offsets into the media resource</a></li>
@@ -17363,7 +17363,7 @@
   these must return a new <code><a href="#htmlaudioelement">HTMLAudioElement</a></code> object (a new
   <code><a href="#audio">audio</a></code> element). The element must have its <code title="attr-media-autobuffer"><a href="#attr-media-autobuffer">autobuffer</a></code> attribute set to the
   literal value "<code title="">autobuffer</code>". If the <var title="">src</var> argument is present, the object created must have
-  its <code title="dom-media-src"><a href="#dom-media-src">src</a></code> content attribute set to
+  its <code title="attr-media-src"><a href="#attr-media-src">src</a></code> content attribute set to
   the provided value, and the user agent must invoke the object's
   <a href="#concept-media-load-algorithm" title="concept-media-load-algorithm">resource selection
   algorithm</a> before returning.</p>
@@ -17720,7 +17720,7 @@
   </div><p class="note">There are two ways to specify a <a href="#media-resource">media
   resource</a>, the <code title="attr-media-src"><a href="#attr-media-src">src</a></code>
   attribute, or <code><a href="#the-source-element">source</a></code> elements. The attribute overrides
-  the elements.<h5 id="media-types"><span class="secno">4.8.10.3 </span>Media types</h5><p>A <a href="#media-resource">media resource</a> can be described in terms of its
+  the elements.<h5 id="mime-types"><span class="secno">4.8.10.3 </span>MIME types</h5><p>A <a href="#media-resource">media resource</a> can be described in terms of its
   <em>type</em>, specifically a MIME type, optionally with a <code title="">codecs</code> parameter. <a href="#references">[RFC2046]</a> <a href="#references">[RFC4281]</a>.<p>Types are usually somewhat incomplete descriptions; for example
   "<code title="">video/mpeg</code>" doesn't say anything except what
   the container type is, and even a type like "<code title="">video/mp4; codecs="avc1.42E01E,
@@ -65710,6 +65710,7 @@
   Nicholas Shanks,
   Nicolas Gallagher,
   Noah Mendelsohn,
+  Noah Slater,
   Ojan Vafai,
   Olaf Hoffmann,
   Olav Junker Kj&aelig;r,

Received on Sunday, 19 July 2009 20:00:07 UTC