Skip to content

Commit

Permalink
[e] (0) Ignore application/octet-stream when used to label videos. Ad…
Browse files Browse the repository at this point in the history
…d a note to the WebSocket security section.

git-svn-id: http://svn.whatwg.org/webapps@3498 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 30, 2009
1 parent 4f9374f commit 9931fbf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
9 changes: 8 additions & 1 deletion index
Expand Up @@ -71,7 +71,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-date:-01-jan-1901>Draft Standard &mdash; 29 July 2009</h2>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-date:-01-jan-1901>Draft Standard &mdash; 30 July 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -20509,6 +20509,13 @@ interface <dfn id=cuerangecallback>CueRangeCallback</dfn> {
not support, for example because it doesn't recognize the container
type, or it doesn't support the listed codecs.</p>

<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>.</p>

<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>
Expand Down
13 changes: 12 additions & 1 deletion source
Expand Up @@ -22000,6 +22000,13 @@ interface <dfn>CueRangeCallback</dfn> {
not support, for example because it doesn't recognize the container
type, or it doesn't support the listed codecs.</p>

<p>The MIME type "<code title="">application/octet-stream</code>" is
never <span>a type that the user agent knows it cannot
render</span>. User agents must treat that type as equivalent to the
lack of any explicit <span title="Content-Type">Content-Type
metadata</span> when it is used to label a potential <span>media
resource</span>.</p>

<dl class="domintro">

<dt><var title="">media</var> . <code title="dom-navigator-canPlayType">canPlayType</code>(<var title="">type</var>)</dt>
Expand Down Expand Up @@ -71073,7 +71080,11 @@ Proxy-authorization: Basic ZWRuYW1vZGU6bm9jYXBlcyE=</pre>
<p class="XXX">...</p>

<!-- should mention that servers should only echo the origin if they
want to talk to that origin -->
want to talk to any origin -->

<!-- should mention that clients and server can just bail if they
run out of resources (or hit an artificial resource limit intended
to avoid resource starvation) trying to read a frame -->


<h5>IANA considerations</h5>
Expand Down

0 comments on commit 9931fbf

Please sign in to comment.