This repository has been archived by the owner on Jul 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 548
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds `ping` attribute for hyperlink auditing section to links * Updates IANA considerations Fix #369
- Loading branch information
Showing
6 changed files
with
250 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,6 @@ | |
██ ██ ██ ██ ███ ██ ██ | ||
████ ██ ██ ██ ██ ██ ██ | ||
--> | ||
<!-- This section ostensibly kept up to date by [email protected] --> | ||
|
||
<h2 id="iana">IANA considerations</h2> | ||
|
||
<h3 id="text-html"><code>text/html</code></h3> | ||
|
@@ -234,4 +232,126 @@ | |
:: <cite>Custom scheme and content handlers</cite>, HTML Living Standard: | ||
<a href="https://html.spec.whatwg.org/#custom-handlers">https://html.spec.whatwg.org/#custom-handlers</a> | ||
|
||
<h3 id="text-ping">text/ping</h3> | ||
|
||
<p>This registration is for community review and will be submitted to the IESG for review, | ||
approval, and registration with IANA.</p> | ||
|
||
<!-- | ||
To: [email protected] 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> | ||
<dl> | ||
<dt><code data-x="">charset</code></dt> | ||
<dd>The charset parameter may be provided. The parameter's value must be "<code data-x="">utf-8</code>". This parameter serves no purpose; it is only allowed for compatibility with legacy servers.</dd> | ||
</dl> | ||
</dd> | ||
|
||
<dt>Encoding considerations:</dt> | ||
<dd>Not applicable.</dd> | ||
|
||
<dt>Security considerations:</dt> | ||
<dd>If used exclusively in the fashion described in the context of <a>hyperlink auditing</a>, this type introduces no new security concerns.</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 (`<code data-x="">PING</code>`).</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> :: World Wide Web Consortium <[email protected]></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 <{links/ping}ping}> >attribute.</dd> | ||
|
||
<dt>Author:</dt> | ||
<dd>Ian Hickson <[email protected]></dd> | ||
|
||
<dt>Change controller:</dt> | ||
<dd>W3C</dd> | ||
</dl> | ||
|
||
Fragments have no meaning with text/ping resources. | ||
|
||
<h3 id="sec-ping-to"><dfn>ping-to</dfn></h3> | ||
|
||
This section describes a header for registration in the Permanent Message Header Field Registry. <ref spec=RFC3864> | ||
|
||
<dl> | ||
<dt>Header field name:</dt> | ||
<dd>Ping-To</dd> | ||
|
||
<dt>Applicable protocol:</dt> | ||
<dd>http</dd> | ||
|
||
<dt>Status:</dt> | ||
<dd>standard</dd> | ||
|
||
<dt>Author/Change controller:</dt> | ||
<dd>W3C</dd> | ||
|
||
<dt>Specification document(s):</dt> | ||
<dd> This document is the relevant specification. </dd> | ||
|
||
<dt>Related information:</dt> | ||
<dd>None.</dd> | ||
</dl> | ||
|
||
<h3 id="sec-ping-from"><dfn>ping-from</dfn></h3> | ||
|
||
This section describes a header for registration in the Permanent Message Header Field Registry. <ref spec=RFC3864> | ||
|
||
<dl> | ||
<dt>Header field name:</dt> | ||
<dd>Ping-From</dd> | ||
|
||
<dt>Applicable protocol:</dt> | ||
<dd>http</dd> | ||
|
||
<dt>Status:</dt> | ||
<dd>standard</dd> | ||
|
||
<dt>Author/Change controller:</dt> | ||
<dd>W3C</dd> | ||
|
||
<dt>Specification document(s):</dt> | ||
<dd> This document is the relevant specification. </dd> | ||
|
||
<dt>Related information:</dt> | ||
<dd>None.</dd> | ||
</dl> | ||
|
||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.