Short URL: http://html5.org/r/3582
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 3582 | Add text/ping registration. | 2009-08-11 05:57 |
Index: source =================================================================== --- source (revision 3581) +++ source (revision 3582) @@ -62033,8 +62033,8 @@ <p>For URLs that are HTTP URLs, the requests must be performed by <span title="fetch">fetching</span> the specified URLs using the - POST method, with an entity body with the <span>MIME type</span> <code - title="">text/ping</code> consisting of the four-character string + POST method, with an entity body with the <span>MIME type</span> + <code>text/ping</code> consisting of the four-character string "<code title="">PING</code>". All relevant cookie and HTTP authentication headers must be included in the request. Which other headers are required depends on the URLs involved.</p> @@ -86122,6 +86122,72 @@ <code>text/cache-manifest</code> resources.</p> + <h3><dfn><code>text/ping</code></dfn></h3> + + <!-- + To: ietf-types@iana.org + Subject: Registration of media type text/ping + --> + + <dl> + <dt>Type name:</dt> + <dd>text</dd> + <dt>Subtype name:</dt> + <dd>ping</dd> + <dt>Required parameters:</dt> + <dd>No parameters</dd> + <dt>Optional parameters:</dt> + <dd>No parameters</dd> + <dt>Encoding considerations:</dt> + <dd>Not applicable.</dd> + <dt>Security considerations:</dt> + <dd> + <p>If used exclusively in the fashion described in the context of + <span>hyperlink auditing</span>, this type introduces no new + security concerns.</p> + </dd> + <dt>Interoperability considerations:</dt> + <dd> + Rules applicable to this type are defined in this specification. + </dd> + <dt>Published specification:</dt> + <dd> + This document is the relevant specification. + </dd> + <dt>Applications that use this media type:</dt> + <dd> + Web browsers. + </dd> + <dt>Additional information:</dt> + <dd> + <dl> + <dt>Magic number(s):</dt> + <dd><code>text/ping</code> resources always consist of the four + bytes 0x50 0x49 0x4E 0x47 (ASCII "PING").</dd> + <dt>File extension(s):</dt> + <dd>No specific file extension is recommended for this type.</dd> + <dt>Macintosh file type code(s):</dt> + <dd>No specific Macintosh file type codes are recommended for this type.</dd> + </dl> + </dd> + <dt>Person & email address to contact for further information:</dt> + <dd>Ian Hickson <ian@hixie.ch></dd> + <dt>Intended usage:</dt> + <dd>Common</dd> + <dt>Restrictions on usage:</dt> + <dd>Only intended for use with HTTP POST requests generated as part + of a Web browser's processing of the <code + title="attr-hyperlink-ping">ping</code> attribute.</dd> + <dt>Author:</dt> + <dd>Ian Hickson <ian@hixie.ch></dd> + <dt>Change controller:</dt> + <dd>W3C and WHATWG</dd> + </dl> + + <p>Fragment identifiers have no meaning with + <code>text/ping</code> resources.</p> + + <h3><dfn><code>application/microdata+json</code></dfn></h3> <!--