Skip to content

Commit

Permalink
[e] (0) typo (codec/codecs)
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7820

git-svn-id: http://svn.whatwg.org/webapps@4190 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 20, 2009
1 parent ba9ed34 commit bca1e54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -22651,7 +22651,7 @@ <h5 id=loading-the-media-resource><span class=secno>4.8.10.5 </span>Loading the

<li><p>&#8987; If <var title="">candidate</var> has a <code title=attr-source-type><a href=#attr-source-type>type</a></code> attribute whose value, when
parsed as a <a href=#mime-type>MIME type</a> (including any codecs
described by the <code title="">codec</code> parameter),
described by the <code title="">codecs</code> parameter),
represents <a href=#a-type-that-the-user-agent-knows-it-cannot-render>a type that the user agent knows it cannot
render</a>, then end the <a href=#synchronous-section>synchronous section</a>, and
jump down to the <i title="">failed</i> step below.</li>
Expand Down Expand Up @@ -22811,7 +22811,7 @@ <h5 id=loading-the-media-resource><span class=secno>4.8.10.5 </span>Loading the

<dt>If the <a href=#media-resource>media resource</a> is found to have <a href=#content-type title=Content-Type>Content-Type metadata</a> that, when
parsed as a <a href=#mime-type>MIME type</a> (including any codecs described by the
<code title="">codec</code> parameter), represents <a href=#a-type-that-the-user-agent-knows-it-cannot-render>a type
<code title="">codecs</code> parameter), represents <a href=#a-type-that-the-user-agent-knows-it-cannot-render>a type
that the user agent knows it cannot render</a> (even if the
actual <a href=#media-data>media data</a> is in a supported format)</dt>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -22480,7 +22480,7 @@ interface <dfn>CueRangeCallback</dfn> {

<li><p>&#8987; If <var title="">candidate</var> has a <code title=attr-source-type><a href=#attr-source-type>type</a></code> attribute whose value, when
parsed as a <a href=#mime-type>MIME type</a> (including any codecs
described by the <code title="">codec</code> parameter),
described by the <code title="">codecs</code> parameter),
represents <a href=#a-type-that-the-user-agent-knows-it-cannot-render>a type that the user agent knows it cannot
render</a>, then end the <a href=#synchronous-section>synchronous section</a>, and
jump down to the <i title="">failed</i> step below.</li>
Expand Down Expand Up @@ -22640,7 +22640,7 @@ interface <dfn>CueRangeCallback</dfn> {

<dt>If the <a href=#media-resource>media resource</a> is found to have <a href=#content-type title=Content-Type>Content-Type metadata</a> that, when
parsed as a <a href=#mime-type>MIME type</a> (including any codecs described by the
<code title="">codec</code> parameter), represents <a href=#a-type-that-the-user-agent-knows-it-cannot-render>a type
<code title="">codecs</code> parameter), represents <a href=#a-type-that-the-user-agent-knows-it-cannot-render>a type
that the user agent knows it cannot render</a> (even if the
actual <a href=#media-data>media data</a> is in a supported format)</dt>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -24205,7 +24205,7 @@ interface <dfn>CueRangeCallback</dfn> {
<li><p>&#x231B; If <var title="">candidate</var> has a <code
title="attr-source-type">type</code> attribute whose value, when
parsed as a <span>MIME type</span> (including any codecs
described by the <code title="">codec</code> parameter),
described by the <code title="">codecs</code> parameter),
represents <span>a type that the user agent knows it cannot
render</span>, then end the <span>synchronous section</span>, and
jump down to the <i title="">failed</i> step below.</p></li>
Expand Down Expand Up @@ -24397,7 +24397,7 @@ interface <dfn>CueRangeCallback</dfn> {
<dt>If the <span>media resource</span> is found to have <span
title="Content-Type">Content-Type metadata</span> that, when
parsed as a <span>MIME type</span> (including any codecs described by the
<code title="">codec</code> parameter), represents <span>a type
<code title="">codecs</code> parameter), represents <span>a type
that the user agent knows it cannot render</span> (even if the
actual <span>media data</span> is in a supported format)</dt>

Expand Down

0 comments on commit bca1e54

Please sign in to comment.