Skip to content

Commit

Permalink
[gow] (2) Be clearer that Content-Type headers are honoured for <video>.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3231 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 12, 2009
1 parent 3b74ed3 commit 1d4a0fa
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
12 changes: 9 additions & 3 deletions index
Expand Up @@ -21209,9 +21209,15 @@ interface <dfn id=cuerangecallback>CueRangeCallback</dfn> {
to network errors, causing the user agent to give up trying to
fetch the resource</dt>

<dt>If the <a href=#media-data>media data</a> can be fetched but is in an
unsupported format, or can otherwise not be rendered at
all</dt>
<dt>If the <a href=#media-resource>media resource</a> is found to have <a href=#content-type-0 title=Content-Type>Content-Type metadata</a> that, when
parsed as a MIME type (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
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>

<dt>If the <a href=#media-data>media data</a> can be fetched but is found by
inspection to be in an unsupported format, or can otherwise not
be rendered at all</dt>

<dd>

Expand Down
13 changes: 10 additions & 3 deletions source
Expand Up @@ -22902,9 +22902,16 @@ interface <dfn>CueRangeCallback</dfn> {
to network errors, causing the user agent to give up trying to
fetch the resource</dt>

<dt>If the <span>media data</span> can be fetched but is in an
unsupported format, or can otherwise not be rendered at
all</dt>
<dt>If the <span>media resource</span> is found to have <span
title="Content-Type">Content-Type metadata</span> that, when
parsed as a MIME type (including any codecs described by the
<code title="">codec</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>

<dt>If the <span>media data</span> can be fetched but is found by
inspection to be in an unsupported format, or can otherwise not
be rendered at all</dt>

<dd>

Expand Down

0 comments on commit 1d4a0fa

Please sign in to comment.