html5/spec Overview.html,1.2379,1.2380

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6618

Modified Files:
	Overview.html 
Log Message:
Be clearer that Content-Type headers are honoured for <video>. (whatwg r3231)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2379
retrieving revision 1.2380
diff -u -d -r1.2379 -r1.2380
--- Overview.html	12 Jun 2009 18:44:54 -0000	1.2379
+++ Overview.html	12 Jun 2009 18:55:17 -0000	1.2380
@@ -18514,9 +18514,15 @@
      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>
 

Received on Friday, 12 June 2009 18:55:25 UTC