[html5] r3450 - [e] (0) Correct an ambiguity between MIME and media types.

whatwg at whatwg.org whatwg at whatwg.org
Sun Jul 19 12:57:58 PDT 2009


Author: ianh
Date: 2009-07-19 12:57:56 -0700 (Sun, 19 Jul 2009)
New Revision: 3450

Modified:
   index
   source
Log:
[e] (0) Correct an ambiguity between MIME and media types.

Modified: index
===================================================================
--- index	2009-07-19 11:19:04 UTC (rev 3449)
+++ index	2009-07-19 19:57:56 UTC (rev 3450)
@@ -413,7 +413,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>
@@ -19956,7 +19956,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>
@@ -20375,7 +20375,7 @@
 
 
 
-  <h5 id=media-types><span class=secno>4.8.10.3 </span>Media types</h5>
+  <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=#refsRFC2046>[RFC2046]</a> <a href=#refsRFC4281>[RFC4281]</a>.</p>
@@ -71999,6 +71999,7 @@
   Nicholas Shanks,
   Nicolas Gallagher,
   Noah Mendelsohn,
+  Noah Slater,
   Ojan Vafai,
   Olaf Hoffmann,
   Olav Junker Kjær,

Modified: source
===================================================================
--- source	2009-07-19 11:19:04 UTC (rev 3449)
+++ source	2009-07-19 19:57:56 UTC (rev 3450)
@@ -21389,7 +21389,7 @@
   title="attr-media-autobuffer">autobuffer</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">src</code> content attribute set to
+  its <code title="attr-media-src">src</code> content attribute set to
   the provided value, and the user agent must invoke the object's
   <span title="concept-media-load-algorithm">resource selection
   algorithm</span> before returning.</p>
@@ -21851,7 +21851,7 @@
 
 
 
-  <h5>Media types</h5>
+  <h5>MIME types</h5>
 
   <p>A <span>media resource</span> can be described in terms of its
   <em>type</em>, specifically a MIME type, optionally with a <code
@@ -84987,6 +84987,7 @@
   Nicholas Shanks,
   Nicolas Gallagher,
   Noah Mendelsohn,
+  Noah Slater,
   Ojan Vafai,
   Olaf Hoffmann,
   Olav Junker Kjær,




More information about the Commit-Watchers mailing list