- From: poot <cvsmail@w3.org>
- Date: Wed, 12 Oct 2011 15:11:51 -0400
- To: public-html-diffs@w3.org
hixie: Allow sites to register RSS and Atom handlers, and handlers for specific XML types. (whatwg r6670) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5348&r2=1.5349&f=h http://html5.org/tools/web-apps-tracker?from=6669&to=6670 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5348 retrieving revision 1.5349 diff -u -d -r1.5348 -r1.5349 --- Overview.html 12 Oct 2011 19:05:19 -0000 1.5348 +++ Overview.html 12 Oct 2011 19:11:41 -0000 1.5349 @@ -51892,18 +51892,21 @@ <p>The following <a href="#mime-type" title="MIME type">MIME types</a> are in the <dfn id="type-blacklist">type blacklist</dfn>:</p> - <ul class="brief"><li><code><a href="#text-cache-manifest">text/cache-manifest</a></code></li> - <li><code>text/css</code></li> - <li><code><a href="#text-html">text/html</a></code></li> - <li><code>text/ping</code></li> - <li><code>text/plain</code></li> - <li><code><a href="#application-x-www-form-urlencoded">application/x-www-form-urlencoded</a></code></li> + <ul class="brief"><li><code><a href="#application-x-www-form-urlencoded">application/x-www-form-urlencoded</a></code></li> + <li><code><a href="#application-xhtml-xml">application/xhtml+xml</a></code></li> + <li><code>application/xml</code></li> <li><code>image/gif</code></li> <li><code>image/jpeg</code></li> <li><code>image/png</code></li> + <li><code>image/svg+xml</code></li> <li><code><a href="#multipart-x-mixed-replace">multipart/x-mixed-replace</a></code></li> - <li>All <a href="#xml-mime-type" title="XML MIME type">XML MIME types</a></li> - <li>All types that the user agent supports displaying natively in a <a href="#browsing-context">browsing context</a> during <a href="#navigate" title="navigate">navigation</a></li> + <li><code><a href="#text-cache-manifest">text/cache-manifest</a></code></li> + <li><code>text/css</code></li> + <li><code><a href="#text-html">text/html</a></code></li> + <li><code>text/ping</code></li> + <li><code>text/plain</code></li> + <li><code>text/xml</code></li> + <li>All types that the user agent supports displaying natively in a <a href="#browsing-context">browsing context</a> during <a href="#navigate" title="navigate">navigation</a>, except for <code>application/rss+xml</code> and <code>application/atom+xml</code></li> </ul><p class="note">This list can be changed. If there are schemes that should be added, please send feedback.</p>
Received on Wednesday, 12 October 2011 19:11:57 UTC