- From: poot <cvsmail@w3.org>
- Date: Mon, 24 Nov 2008 14:31:42 +0900 (JST)
- To: public-html-diffs@w3.org
Make the request sent by ping='' include an entity body, to enable even
easier recognition. (credit: jr) (whatwg r2430)
Editor's Draft 24 November 2008
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1602.html#editor-s-draft-date-zzz-9-june-2008
A vocabulary and associated APIs for HTML and XHTML
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1602.html#a-vocabulary-and-associated-apis-for-html-and-xhtml
5.11.2.1 Hyperlink auditing
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1602.html#hyperlink-auditing
Status of this document
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1602.html#status-of-this-document
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1601&r2=1.1602&f=h
http://html5.org/tools/web-apps-tracker?from=2429&to=2430
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1601
retrieving revision 1.1602
diff -u -d -r1.1601 -r1.1602
--- Overview.html 22 Nov 2008 02:14:06 -0000 1.1601
+++ Overview.html 24 Nov 2008 05:28:52 -0000 1.1602
@@ -8,7 +8,7 @@
<p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p>
<h1>HTML 5</h1>
<h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->22 November 2008</h2>
+ <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->24 November 2008</h2>
<dl><!-- ZZZ: update the month/day
<dt>This Version:</dt>
<dd><a href="http://www.w3.org/TR/2008/WD-html5-20080610/">http://www.w3.org/TR/2008/WD-html5-20080610/</a></dd>
@@ -97,7 +97,7 @@
specification's progress along the W3C Recommendation
track.
<!--ZZZ:-->
- This specification is the 22 November 2008 <!--ZZZ "Working Draft"-->Editor's Draft.
+ This specification is the 24 November 2008 <!--ZZZ "Working Draft"-->Editor's Draft.
<!--:ZZZ-->
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are
identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -30999,10 +30999,10 @@
selectively ignore URLs in the list (e.g. ignoring any third-party
URLs).<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 empty entity body in the request. All relevant
- cookie and HTTP authentication headers must be included in the
- request. Which other headers are required depends on the URLs
- involved.<dl class=switch><dt>If both the <span title="the document's
+ POST method, with an entity body with the MIME type <code title="">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.<dl class=switch><dt>If both the <span title="the document's
address">address</span><!-- XXXDOCURL --> of the
<code>Document</code> object containing the hyperlink being audited
and the ping URL have the <a href=#same-origin>same origin</a></dt>
Received on Monday, 24 November 2008 05:32:19 UTC