Skip to content

Commit

Permalink
[e] (0) Correct an ambiguity between MIME and media types.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3450 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 19, 2009
1 parent 9609116 commit 0acf851
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions index
Expand Up @@ -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>
Expand Down Expand Up @@ -19956,7 +19956,7 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
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>
Expand Down Expand Up @@ -20375,7 +20375,7 @@ interface <dfn id=cuerangecallback>CueRangeCallback</dfn> {



<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>
Expand Down Expand Up @@ -71999,6 +71999,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
Nicholas Shanks,
Nicolas Gallagher,
Noah Mendelsohn,
Noah Slater,
Ojan Vafai,
Olaf Hoffmann,
Olav Junker Kj&aelig;r,
Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -21389,7 +21389,7 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {
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>
Expand Down Expand Up @@ -21851,7 +21851,7 @@ interface <dfn>CueRangeCallback</dfn> {



<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
Expand Down Expand Up @@ -84987,6 +84987,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
Nicholas Shanks,
Nicolas Gallagher,
Noah Mendelsohn,
Noah Slater,
Ojan Vafai,
Olaf Hoffmann,
Olav Junker Kj&aelig;r,
Expand Down

0 comments on commit 0acf851

Please sign in to comment.