Skip to content

Commit

Permalink
[] (0) Add text/ping registration.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3582 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 11, 2009
1 parent e73ae63 commit 2c002d7
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 5 deletions.
73 changes: 70 additions & 3 deletions index
Expand Up @@ -1042,7 +1042,8 @@
<li><a href=#text/html><span class=secno>13.1 </span><code>text/html</code></a></li>
<li><a href=#application/xhtml+xml><span class=secno>13.2 </span><code>application/xhtml+xml</code></a></li>
<li><a href=#text/cache-manifest><span class=secno>13.3 </span><code>text/cache-manifest</code></a></li>
<li><a href=#application/microdata+json><span class=secno>13.4 </span><code>application/microdata+json</code></a></ol></li>
<li><a href=#text/ping><span class=secno>13.4 </span><code>text/ping</code></a></li>
<li><a href=#application/microdata+json><span class=secno>13.5 </span><code>application/microdata+json</code></a></ol></li>
<li><a class=no-num href=#index>Index</a></li>
<li><a class=no-num href=#references>References</a></li>
<li><a class=no-num href=#acknowledgements>Acknowledgements</a></ol>
Expand Down Expand Up @@ -56558,7 +56559,8 @@ style/default.css</pre>

<p>For URLs that are HTTP URLs, the requests must be performed by
<a href=#fetch title=fetch>fetching</a> the specified URLs using the
POST method, with an entity body with the <a href=#mime-type>MIME type</a> <code title="">text/ping</code> consisting of the four-character string
POST method, with an entity body with the <a href=#mime-type>MIME type</a>
<code><a href=#text/ping>text/ping</a></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>
Expand Down Expand Up @@ -77568,7 +77570,72 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<code><a href=#text/cache-manifest>text/cache-manifest</a></code> resources.</p>


<h3 id=application/microdata+json><span class=secno>13.4 </span><dfn><code>application/microdata+json</code></dfn></h3>
<h3 id=text/ping><span class=secno>13.4 </span><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
<a href=#hyperlink-auditing>hyperlink auditing</a>, 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><a href=#text/ping>text/ping</a></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 &amp; email address to contact for further information:</dt>
<dd>Ian Hickson &lt;ian@hixie.ch&gt;</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><a href=#ping>ping</a></code> attribute.</dd>
<dt>Author:</dt>
<dd>Ian Hickson &lt;ian@hixie.ch&gt;</dd>
<dt>Change controller:</dt>
<dd>W3C and WHATWG</dd>
</dl>

<p>Fragment identifiers have no meaning with
<code><a href=#text/ping>text/ping</a></code> resources.</p>


<h3 id=application/microdata+json><span class=secno>13.5 </span><dfn><code>application/microdata+json</code></dfn></h3>

<!--
To: ietf-types@iana.org
Expand Down
70 changes: 68 additions & 2 deletions source
Expand Up @@ -62033,8 +62033,8 @@ interface <dfn>SQLTransactionSync</dfn> {

<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>
Expand Down Expand Up @@ -86122,6 +86122,72 @@ interface <span>HTMLDocument</span> {
<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 &amp; email address to contact for further information:</dt>
<dd>Ian Hickson &lt;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 &lt;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>

<!--
Expand Down

0 comments on commit 2c002d7

Please sign in to comment.