- From: poot <cvsmail@w3.org>
- Date: Fri, 31 Jul 2009 07:43:33 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Ignore application/octet-stream when used to label videos. Add a note to the WebSocket security section. (whatwg r3498) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2695&r2=1.2696&f=h http://html5.org/tools/web-apps-tracker?from=3497&to=3498 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2695 retrieving revision 1.2696 diff -u -d -r1.2695 -r1.2696 --- Overview.html 29 Jul 2009 23:09:23 -0000 1.2695 +++ Overview.html 30 Jul 2009 22:43:07 -0000 1.2696 @@ -175,7 +175,7 @@ <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> <!--ZZZ:--> <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>--> - <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 29 July 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 30 July 2009</h2> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out <dt>This Version:</dt> @@ -273,7 +273,7 @@ track. <!--ZZZ:--> <!--This specification is the 23 April 2009 Working Draft.--> - This specification is the 29 July 2009 Editor's Draft. + This specification is the 30 July 2009 Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -17840,7 +17840,12 @@ it definitely <em>cannot</em> play media of that type.<p><dfn id="a-type-that-the-user-agent-knows-it-cannot-render">A type that the user agent knows it cannot render</dfn> is one that describes a resource that the user agent definitely does not support, for example because it doesn't recognize the container - type, or it doesn't support the listed codecs.<dl class="domintro"><dt><var title="">media</var> . <code title="dom-navigator-canPlayType"><a href="#dom-navigator-canplaytype">canPlayType</a></code>(<var title="">type</var>)</dt> + type, or it doesn't support the listed codecs.<p>The MIME type "<code title="">application/octet-stream</code>" is + never <a href="#a-type-that-the-user-agent-knows-it-cannot-render">a type that the user agent knows it cannot + render</a>. User agents must treat that type as equivalent to the + lack of any explicit <a href="#content-type" title="Content-Type">Content-Type + metadata</a> when it is used to label a potential <a href="#media-resource">media + resource</a>.<dl class="domintro"><dt><var title="">media</var> . <code title="dom-navigator-canPlayType"><a href="#dom-navigator-canplaytype">canPlayType</a></code>(<var title="">type</var>)</dt> <dd>
Received on Thursday, 30 July 2009 22:44:10 UTC