[html5] r4824 - [e] (0) Move ping='' to the next version of HTML (and out of the W3C HTML5 draft)

whatwg at whatwg.org whatwg at whatwg.org
Thu Mar 4 12:55:19 PST 2010


Author: ianh
Date: 2010-03-04 12:55:17 -0800 (Thu, 04 Mar 2010)
New Revision: 4824

Modified:
   complete.html
   index
   source
Log:
[e] (0) Move ping='' to the next version of HTML (and out of the W3C HTML5 draft)

Modified: complete.html
===================================================================
--- complete.html	2010-03-04 11:55:35 UTC (rev 4823)
+++ complete.html	2010-03-04 20:55:17 UTC (rev 4824)
@@ -4980,11 +4980,13 @@
     <p class=example>For example, the CSS <code title=selector-link><a href=#selector-link>:link</a></code>/<code title=selector-visited><a href=#selector-visited>:visited</a></code> pseudo-classes might have
     been affected.</p>
 
+<!--PING-->
     <p>If the hyperlink has a <code title=attr-hyperlink-ping><a href=#ping>ping</a></code> attribute and its <a href=#absolute-url title="absolute URL">absolute URL(s)</a> are being shown to the
     user, then the <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>
     attribute's tokens should be <a href=#resolve-a-url title="resolve a
     url">re-resolved</a> relative to the element and the UI updated
     appropriately.</p>
+<!--PING-->
 
    </dd>
 
@@ -16130,7 +16132,9 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code></dd>
    <dd><code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code></dd>
+<!--PING-->
    <dd><code title=attr-hyperlink-ping><a href=#ping>ping</a></code></dd>
+<!--PING-->
    <dd><code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code></dd>
    <dd><code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code></dd>
    <dd><code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code></dd>
@@ -16140,7 +16144,9 @@
 <pre class=idl>interface <dfn id=htmlanchorelement>HTMLAnchorElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
   stringifier attribute DOMString <a href=#dom-a-href title=dom-a-href>href</a>;
            attribute DOMString <a href=#dom-a-target title=dom-a-target>target</a>;
+<!--PING-->
            attribute DOMString <a href=#dom-a-ping title=dom-a-ping>ping</a>;
+<!--PING-->
            attribute DOMString <a href=#dom-a-rel title=dom-a-rel>rel</a>;
   readonly attribute DOMTokenList <a href=#dom-a-rellist title=dom-a-relList>relList</a>;
            attribute DOMString <a href=#dom-a-media title=dom-a-media>media</a>;
@@ -16173,7 +16179,11 @@
   <a href=#represents>represents</a> a placeholder for where a link might
   otherwise have been placed, if it had been relevant.</p>
 
-  <p>The <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>, <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>, <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes must be omitted
+  <p>The <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>, 
+<!--PING-->
+  <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>,
+<!--PING-->
+  <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes must be omitted
   if the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute is
   not present.</p>
 
@@ -16193,7 +16203,11 @@
 
   <div class=impl>
 
-  <p>The <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>, <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> and <code title=attr-hyperlink-ping><a href=#ping>ping</a></code> attributes affect what
+  <p>The <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>, <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>
+<!--PING-->
+  and <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>
+<!--PING-->
+  attributes affect what
   happens when users <a href=#following-hyperlinks title="following hyperlinks">follow
   hyperlinks</a> created using the <code><a href=#the-a-element>a</a></code> element.  The
   <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes may be used to
@@ -16255,7 +16269,11 @@
 
   </dl><div class=impl>
 
-  <p>The IDL attributes <dfn id=dom-a-href title=dom-a-href><code>href</code></dfn>, <dfn id=dom-a-ping title=dom-a-ping><code>ping</code></dfn>, <dfn id=dom-a-target title=dom-a-target><code>target</code></dfn>, <dfn id=dom-a-rel title=dom-a-rel><code>rel</code></dfn>, <dfn id=dom-a-media title=dom-a-media><code>media</code></dfn>, <dfn id=dom-a-hreflang title=dom-a-hreflang><code>hreflang</code></dfn>, and <dfn id=dom-a-type title=dom-a-type><code>type</code></dfn>, must
+  <p>The IDL attributes <dfn id=dom-a-href title=dom-a-href><code>href</code></dfn>, 
+<!--PING-->
+  <dfn id=dom-a-ping title=dom-a-ping><code>ping</code></dfn>,
+<!--PING-->
+  <dfn id=dom-a-target title=dom-a-target><code>target</code></dfn>, <dfn id=dom-a-rel title=dom-a-rel><code>rel</code></dfn>, <dfn id=dom-a-media title=dom-a-media><code>media</code></dfn>, <dfn id=dom-a-hreflang title=dom-a-hreflang><code>hreflang</code></dfn>, and <dfn id=dom-a-type title=dom-a-type><code>type</code></dfn>, must
   <a href=#reflect>reflect</a> the respective content attributes of the same
   name.</p>
 
@@ -27943,7 +27961,9 @@
    <dd><code title=attr-area-shape><a href=#attr-area-shape>shape</a></code></dd>
    <dd><code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code></dd>
    <dd><code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code></dd>
+<!--PING-->
    <dd><code title=attr-hyperlink-ping><a href=#ping>ping</a></code></dd>
+<!--PING-->
    <dd><code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code></dd>
    <dd><code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code></dd>
    <dd><code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code></dd>
@@ -27956,7 +27976,9 @@
            attribute DOMString <a href=#dom-area-shape title=dom-area-shape>shape</a>;
   stringifier attribute DOMString <a href=#dom-area-href title=dom-area-href>href</a>;
            attribute DOMString <a href=#dom-area-target title=dom-area-target>target</a>;
+<!--PING-->
            attribute DOMString <a href=#dom-area-ping title=dom-area-ping>ping</a>;
+<!--PING-->
            attribute DOMString <a href=#dom-area-rel title=dom-area-rel>rel</a>;
   readonly attribute DOMTokenList <a href=#dom-area-rellist title=dom-area-relList>relList</a>;
            attribute DOMString <a href=#dom-area-media title=dom-area-media>media</a>;
@@ -28079,7 +28101,11 @@
   hyperlinks">follow hyperlinks</a> created using the
   <code><a href=#the-area-element>area</a></code> element, as described in the next section, the
   <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>,
-  <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> and <code title=attr-hyperlink-ping><a href=#ping>ping</a></code> attributes decide how the
+  <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>
+<!--PING-->
+  and <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>
+<!--PING-->
+  attributes decide how the
   link is followed. The <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>,
   <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes may be used to
   indicate to the user the likely nature of the target resource before
@@ -28087,7 +28113,11 @@
 
   </div>
 
-  <p>The <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>, <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>, <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes must be omitted
+  <p>The <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>,
+<!--PING-->
+  <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>,
+<!--PING-->
+  <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes must be omitted
   if the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute is
   not present.</p>
 
@@ -28109,7 +28139,11 @@
    hyperlinks">follow the hyperlink</a> defined by the
    <code><a href=#the-area-element>area</a></code> element, if any.</li>
 
-  </ol><p>The IDL attributes <dfn id=dom-area-alt title=dom-area-alt><code>alt</code></dfn>, <dfn id=dom-area-coords title=dom-area-coords><code>coords</code></dfn>, <dfn id=dom-area-href title=dom-area-href><code>href</code></dfn>, <dfn id=dom-area-target title=dom-area-target><code>target</code></dfn>, <dfn id=dom-area-ping title=dom-area-ping><code>ping</code></dfn>, <dfn id=dom-area-rel title=dom-area-rel><code>rel</code></dfn>, <dfn id=dom-area-media title=dom-area-media><code>media</code></dfn>, <dfn id=dom-area-hreflang title=dom-area-hreflang><code>hreflang</code></dfn>, and <dfn id=dom-area-type title=dom-area-type><code>type</code></dfn>, each must
+  </ol><p>The IDL attributes <dfn id=dom-area-alt title=dom-area-alt><code>alt</code></dfn>, <dfn id=dom-area-coords title=dom-area-coords><code>coords</code></dfn>, <dfn id=dom-area-href title=dom-area-href><code>href</code></dfn>, <dfn id=dom-area-target title=dom-area-target><code>target</code></dfn>,
+<!--PING-->
+  <dfn id=dom-area-ping title=dom-area-ping><code>ping</code></dfn>,
+<!--PING-->
+  <dfn id=dom-area-rel title=dom-area-rel><code>rel</code></dfn>, <dfn id=dom-area-media title=dom-area-media><code>media</code></dfn>, <dfn id=dom-area-hreflang title=dom-area-hreflang><code>hreflang</code></dfn>, and <dfn id=dom-area-type title=dom-area-type><code>type</code></dfn>, each must
   <a href=#reflect>reflect</a> the respective content attributes of the same
   name.</p>
 
@@ -45302,6 +45336,7 @@
   context</a> that will be used. <span class=impl>User agents use
   this name when <a href=#following-hyperlinks>following hyperlinks</a>.</span></p>
 
+<!--PING-->
   <p>The <dfn id=ping title=attr-hyperlink-ping><code>ping</code></dfn> attribute, if
   present, gives the URLs of the resources that are interested in
   being notified if the user follows the hyperlink. The value must be
@@ -45309,6 +45344,7 @@
   <a href=#valid-url title="valid URL">valid URL</a>. <span class=impl>The
   value is used by the user agent for <a href=#hyperlink-auditing>hyperlink
   auditing</a>.</span></p>
+<!--PING-->
 
   <p>For <code><a href=#the-a-element>a</a></code> and <code><a href=#the-area-element>area</a></code> elements that represent
   hyperlinks, the relationship between the document containing the
@@ -45406,7 +45442,12 @@
   which the hyperlink's element in question is associated as the
   <a href=#source-browsing-context>source browsing context</a>.</p>
 
+  </div>
 
+
+<!--PING-->
+  <div class=impl>
+
   <h5 id=hyperlink-auditing><span class=secno>4.12.2.1 </span><dfn>Hyperlink auditing</dfn></h5>
 
   <p>If an <code><a href=#the-a-element>a</a></code> or <code><a href=#the-area-element>area</a></code> hyperlink element has a
@@ -45527,6 +45568,7 @@
 
   <!-- resolving ping urls happens at audit time, so base URL changes
   affect the values of ping attributes -->
+<!--PING-->
 
 
 
@@ -84778,10 +84820,12 @@
   destination of <a href=#hyperlink title=hyperlink>hyperlinks</a> and of
   <a href=#the-form-element title=form>forms</a> before triggering their <a href=#navigate title=navigate>navigation</a>.</p>
 
+<!--PING-->
   <p>User agents are expected to inform the user of whether a
   <a href=#hyperlink>hyperlink</a> includes <a href=#hyperlink-auditing>hyperlink auditing</a>, and
   to let them know at a minimum which domains will be contacted as
   part of such auditing.</p>
+<!--PING-->
 
   <p>User agents are expected to allow users to <a href=#navigate>navigate</a>
   <a href=#browsing-context title="browsing context">browsing contexts</a> to the
@@ -86707,6 +86751,7 @@
   <code><a href=#text/cache-manifest>text/cache-manifest</a></code> resources.</p>
 
 
+<!--PING-->
   <h3 id=text/ping><span class=secno>16.5 </span><dfn><code>text/ping</code></dfn></h3>
 
   <p>This registration is for community review and will be submitted
@@ -86768,6 +86813,7 @@
    <dd>W3C and WHATWG</dd>
   </dl><p>Fragment identifiers have no meaning with
   <code><a href=#text/ping>text/ping</a></code> resources.</p>
+<!--PING-->
 
 
 
@@ -86839,6 +86885,7 @@
 
 
 
+<!--PING-->
   <h3 id=ping-from><span class=secno>16.7 </span><dfn title=http-ping-from><code>Ping-From</code></dfn></h3>
 
   <p>This section describes a header field for registration in the
@@ -86877,7 +86924,7 @@
    </dd>
    <dt>Related information</dt>
    <dd>None.</dd>   
-  </dl><h2 class=no-num id=index>Index</h2>
+  </dl><!--PING--><h2 class=no-num id=index>Index</h2>
 
   <div class=impl>
 
@@ -86907,7 +86954,9 @@
      <td><a href=#global-attributes title="global attributes">globals</a>;
          <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>;
          <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>;
+<!--PING-->
          <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>;
+<!--PING-->
          <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>;
          <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>;
          <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>;
@@ -86941,7 +86990,9 @@
          <code title=attr-area-shape><a href=#attr-area-shape>shape</a></code>;
          <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>;
          <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>;
+<!--PING-->
          <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>;
+<!--PING-->
          <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>;
          <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>;
          <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>;
@@ -88682,11 +88733,13 @@
      <td> <code title=attr-input-pattern><a href=#attr-input-pattern>input</a></code>
      <td> Pattern to be matched by the form control's value
      <td> Regular expression matching the JavaScript <i title="">Pattern</i> production
+<!--PING-->
     <tr><th> <code title="">ping</code>
      <td> <code title=attr-hyperlink-ping><a href=#ping>a</a></code>;
           <code title=attr-hyperlink-ping><a href=#ping>area</a></code>
      <td> <a href=#url title=URL>URLs</a> to ping
      <td> <a href=#set-of-space-separated-tokens>Set of space-separated tokens</a> consisting of <a href=#valid-url title="valid URL">valid URLs</a>
+<!--PING-->
     <tr><th> <code title="">placeholder</code>
      <td> <code title=attr-input-placeholder><a href=#attr-input-placeholder>input</a></code>;
           <code title=attr-textarea-placeholder><a href=#attr-textarea-placeholder>textarea</a></code>

Modified: index
===================================================================
--- index	2010-03-04 11:55:35 UTC (rev 4823)
+++ index	2010-03-04 20:55:17 UTC (rev 4824)
@@ -161,7 +161,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 3 March 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 4 March 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -1179,6 +1179,7 @@
   beyond HTML5 currently consist of only:</p>
 
   <ul class=brief><li>The <code><a href=#devices>device</a></code> element.</li>
+   <li>The <code title=attr-hyperlink-ping><a href=#ping>ping</a></code> attribute and related <a href=#hyperlink-auditing>hyperlink auditing</a> features.</li>
   </ul><p>Features that are part of HTML5 (and this specification) but that
   are either currently, or have been in the past, published as
   separate specifications:</p>
@@ -4878,11 +4879,13 @@
     <p class=example>For example, the CSS <code title=selector-link><a href=#selector-link>:link</a></code>/<code title=selector-visited><a href=#selector-visited>:visited</a></code> pseudo-classes might have
     been affected.</p>
 
+<!--PING-->
     <p>If the hyperlink has a <code title=attr-hyperlink-ping><a href=#ping>ping</a></code> attribute and its <a href=#absolute-url title="absolute URL">absolute URL(s)</a> are being shown to the
     user, then the <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>
     attribute's tokens should be <a href=#resolve-a-url title="resolve a
     url">re-resolved</a> relative to the element and the UI updated
     appropriately.</p>
+<!--PING-->
 
    </dd>
 
@@ -16028,7 +16031,9 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code></dd>
    <dd><code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code></dd>
+<!--PING-->
    <dd><code title=attr-hyperlink-ping><a href=#ping>ping</a></code></dd>
+<!--PING-->
    <dd><code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code></dd>
    <dd><code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code></dd>
    <dd><code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code></dd>
@@ -16038,7 +16043,9 @@
 <pre class=idl>interface <dfn id=htmlanchorelement>HTMLAnchorElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
   stringifier attribute DOMString <a href=#dom-a-href title=dom-a-href>href</a>;
            attribute DOMString <a href=#dom-a-target title=dom-a-target>target</a>;
+<!--PING-->
            attribute DOMString <a href=#dom-a-ping title=dom-a-ping>ping</a>;
+<!--PING-->
            attribute DOMString <a href=#dom-a-rel title=dom-a-rel>rel</a>;
   readonly attribute DOMTokenList <a href=#dom-a-rellist title=dom-a-relList>relList</a>;
            attribute DOMString <a href=#dom-a-media title=dom-a-media>media</a>;
@@ -16071,7 +16078,11 @@
   <a href=#represents>represents</a> a placeholder for where a link might
   otherwise have been placed, if it had been relevant.</p>
 
-  <p>The <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>, <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>, <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes must be omitted
+  <p>The <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>, 
+<!--PING-->
+  <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>,
+<!--PING-->
+  <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes must be omitted
   if the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute is
   not present.</p>
 
@@ -16091,7 +16102,11 @@
 
   <div class=impl>
 
-  <p>The <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>, <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> and <code title=attr-hyperlink-ping><a href=#ping>ping</a></code> attributes affect what
+  <p>The <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>, <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>
+<!--PING-->
+  and <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>
+<!--PING-->
+  attributes affect what
   happens when users <a href=#following-hyperlinks title="following hyperlinks">follow
   hyperlinks</a> created using the <code><a href=#the-a-element>a</a></code> element.  The
   <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes may be used to
@@ -16153,7 +16168,11 @@
 
   </dl><div class=impl>
 
-  <p>The IDL attributes <dfn id=dom-a-href title=dom-a-href><code>href</code></dfn>, <dfn id=dom-a-ping title=dom-a-ping><code>ping</code></dfn>, <dfn id=dom-a-target title=dom-a-target><code>target</code></dfn>, <dfn id=dom-a-rel title=dom-a-rel><code>rel</code></dfn>, <dfn id=dom-a-media title=dom-a-media><code>media</code></dfn>, <dfn id=dom-a-hreflang title=dom-a-hreflang><code>hreflang</code></dfn>, and <dfn id=dom-a-type title=dom-a-type><code>type</code></dfn>, must
+  <p>The IDL attributes <dfn id=dom-a-href title=dom-a-href><code>href</code></dfn>, 
+<!--PING-->
+  <dfn id=dom-a-ping title=dom-a-ping><code>ping</code></dfn>,
+<!--PING-->
+  <dfn id=dom-a-target title=dom-a-target><code>target</code></dfn>, <dfn id=dom-a-rel title=dom-a-rel><code>rel</code></dfn>, <dfn id=dom-a-media title=dom-a-media><code>media</code></dfn>, <dfn id=dom-a-hreflang title=dom-a-hreflang><code>hreflang</code></dfn>, and <dfn id=dom-a-type title=dom-a-type><code>type</code></dfn>, must
   <a href=#reflect>reflect</a> the respective content attributes of the same
   name.</p>
 
@@ -27844,7 +27863,9 @@
    <dd><code title=attr-area-shape><a href=#attr-area-shape>shape</a></code></dd>
    <dd><code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code></dd>
    <dd><code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code></dd>
+<!--PING-->
    <dd><code title=attr-hyperlink-ping><a href=#ping>ping</a></code></dd>
+<!--PING-->
    <dd><code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code></dd>
    <dd><code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code></dd>
    <dd><code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code></dd>
@@ -27857,7 +27878,9 @@
            attribute DOMString <a href=#dom-area-shape title=dom-area-shape>shape</a>;
   stringifier attribute DOMString <a href=#dom-area-href title=dom-area-href>href</a>;
            attribute DOMString <a href=#dom-area-target title=dom-area-target>target</a>;
+<!--PING-->
            attribute DOMString <a href=#dom-area-ping title=dom-area-ping>ping</a>;
+<!--PING-->
            attribute DOMString <a href=#dom-area-rel title=dom-area-rel>rel</a>;
   readonly attribute DOMTokenList <a href=#dom-area-rellist title=dom-area-relList>relList</a>;
            attribute DOMString <a href=#dom-area-media title=dom-area-media>media</a>;
@@ -27980,7 +28003,11 @@
   hyperlinks">follow hyperlinks</a> created using the
   <code><a href=#the-area-element>area</a></code> element, as described in the next section, the
   <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>,
-  <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> and <code title=attr-hyperlink-ping><a href=#ping>ping</a></code> attributes decide how the
+  <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>
+<!--PING-->
+  and <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>
+<!--PING-->
+  attributes decide how the
   link is followed. The <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>,
   <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes may be used to
   indicate to the user the likely nature of the target resource before
@@ -27988,7 +28015,11 @@
 
   </div>
 
-  <p>The <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>, <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>, <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes must be omitted
+  <p>The <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>,
+<!--PING-->
+  <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>,
+<!--PING-->
+  <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes must be omitted
   if the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute is
   not present.</p>
 
@@ -28010,7 +28041,11 @@
    hyperlinks">follow the hyperlink</a> defined by the
    <code><a href=#the-area-element>area</a></code> element, if any.</li>
 
-  </ol><p>The IDL attributes <dfn id=dom-area-alt title=dom-area-alt><code>alt</code></dfn>, <dfn id=dom-area-coords title=dom-area-coords><code>coords</code></dfn>, <dfn id=dom-area-href title=dom-area-href><code>href</code></dfn>, <dfn id=dom-area-target title=dom-area-target><code>target</code></dfn>, <dfn id=dom-area-ping title=dom-area-ping><code>ping</code></dfn>, <dfn id=dom-area-rel title=dom-area-rel><code>rel</code></dfn>, <dfn id=dom-area-media title=dom-area-media><code>media</code></dfn>, <dfn id=dom-area-hreflang title=dom-area-hreflang><code>hreflang</code></dfn>, and <dfn id=dom-area-type title=dom-area-type><code>type</code></dfn>, each must
+  </ol><p>The IDL attributes <dfn id=dom-area-alt title=dom-area-alt><code>alt</code></dfn>, <dfn id=dom-area-coords title=dom-area-coords><code>coords</code></dfn>, <dfn id=dom-area-href title=dom-area-href><code>href</code></dfn>, <dfn id=dom-area-target title=dom-area-target><code>target</code></dfn>,
+<!--PING-->
+  <dfn id=dom-area-ping title=dom-area-ping><code>ping</code></dfn>,
+<!--PING-->
+  <dfn id=dom-area-rel title=dom-area-rel><code>rel</code></dfn>, <dfn id=dom-area-media title=dom-area-media><code>media</code></dfn>, <dfn id=dom-area-hreflang title=dom-area-hreflang><code>hreflang</code></dfn>, and <dfn id=dom-area-type title=dom-area-type><code>type</code></dfn>, each must
   <a href=#reflect>reflect</a> the respective content attributes of the same
   name.</p>
 
@@ -45203,6 +45238,7 @@
   context</a> that will be used. <span class=impl>User agents use
   this name when <a href=#following-hyperlinks>following hyperlinks</a>.</span></p>
 
+<!--PING-->
   <p>The <dfn id=ping title=attr-hyperlink-ping><code>ping</code></dfn> attribute, if
   present, gives the URLs of the resources that are interested in
   being notified if the user follows the hyperlink. The value must be
@@ -45210,6 +45246,7 @@
   <a href=#valid-url title="valid URL">valid URL</a>. <span class=impl>The
   value is used by the user agent for <a href=#hyperlink-auditing>hyperlink
   auditing</a>.</span></p>
+<!--PING-->
 
   <p>For <code><a href=#the-a-element>a</a></code> and <code><a href=#the-area-element>area</a></code> elements that represent
   hyperlinks, the relationship between the document containing the
@@ -45307,7 +45344,12 @@
   which the hyperlink's element in question is associated as the
   <a href=#source-browsing-context>source browsing context</a>.</p>
 
+  </div>
 
+
+<!--PING-->
+  <div class=impl>
+
   <h5 id=hyperlink-auditing><span class=secno>4.12.2.1 </span><dfn>Hyperlink auditing</dfn></h5>
 
   <p>If an <code><a href=#the-a-element>a</a></code> or <code><a href=#the-area-element>area</a></code> hyperlink element has a
@@ -45428,6 +45470,7 @@
 
   <!-- resolving ping urls happens at audit time, so base URL changes
   affect the values of ping attributes -->
+<!--PING-->
 
 
 
@@ -78239,10 +78282,12 @@
   destination of <a href=#hyperlink title=hyperlink>hyperlinks</a> and of
   <a href=#the-form-element title=form>forms</a> before triggering their <a href=#navigate title=navigate>navigation</a>.</p>
 
+<!--PING-->
   <p>User agents are expected to inform the user of whether a
   <a href=#hyperlink>hyperlink</a> includes <a href=#hyperlink-auditing>hyperlink auditing</a>, and
   to let them know at a minimum which domains will be contacted as
   part of such auditing.</p>
+<!--PING-->
 
   <p>User agents are expected to allow users to <a href=#navigate>navigate</a>
   <a href=#browsing-context title="browsing context">browsing contexts</a> to the
@@ -80168,6 +80213,7 @@
   <code><a href=#text/cache-manifest>text/cache-manifest</a></code> resources.</p>
 
 
+<!--PING-->
   <h3 id=text/ping><span class=secno>14.5 </span><dfn><code>text/ping</code></dfn></h3>
 
   <p>This registration is for community review and will be submitted
@@ -80229,6 +80275,7 @@
    <dd>W3C and WHATWG</dd>
   </dl><p>Fragment identifiers have no meaning with
   <code><a href=#text/ping>text/ping</a></code> resources.</p>
+<!--PING-->
 
 
 
@@ -80300,6 +80347,7 @@
 
 
 
+<!--PING-->
   <h3 id=ping-from><span class=secno>14.7 </span><dfn title=http-ping-from><code>Ping-From</code></dfn></h3>
 
   <p>This section describes a header field for registration in the
@@ -80338,7 +80386,7 @@
    </dd>
    <dt>Related information</dt>
    <dd>None.</dd>   
-  </dl><h2 class=no-num id=index>Index</h2>
+  </dl><!--PING--><h2 class=no-num id=index>Index</h2>
 
   <div class=impl>
 
@@ -80368,7 +80416,9 @@
      <td><a href=#global-attributes title="global attributes">globals</a>;
          <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>;
          <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>;
+<!--PING-->
          <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>;
+<!--PING-->
          <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>;
          <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>;
          <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>;
@@ -80402,7 +80452,9 @@
          <code title=attr-area-shape><a href=#attr-area-shape>shape</a></code>;
          <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>;
          <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>;
+<!--PING-->
          <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>;
+<!--PING-->
          <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>;
          <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>;
          <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>;
@@ -82143,11 +82195,13 @@
      <td> <code title=attr-input-pattern><a href=#attr-input-pattern>input</a></code>
      <td> Pattern to be matched by the form control's value
      <td> Regular expression matching the JavaScript <i title="">Pattern</i> production
+<!--PING-->
     <tr><th> <code title="">ping</code>
      <td> <code title=attr-hyperlink-ping><a href=#ping>a</a></code>;
           <code title=attr-hyperlink-ping><a href=#ping>area</a></code>
      <td> <a href=#url title=URL>URLs</a> to ping
      <td> <a href=#set-of-space-separated-tokens>Set of space-separated tokens</a> consisting of <a href=#valid-url title="valid URL">valid URLs</a>
+<!--PING-->
     <tr><th> <code title="">placeholder</code>
      <td> <code title=attr-input-placeholder><a href=#attr-input-placeholder>input</a></code>;
           <code title=attr-textarea-placeholder><a href=#attr-textarea-placeholder>textarea</a></code>

Modified: source
===================================================================
--- source	2010-03-04 11:55:35 UTC (rev 4823)
+++ source	2010-03-04 20:55:17 UTC (rev 4824)
@@ -49,6 +49,7 @@
 
   <ul class="brief">
    <li>The <code>device</code> element.</li>
+   <li>The <code title="attr-hyperlink-ping">ping</code> attribute and related <span>hyperlink auditing</span> features.</li>
   </ul>
 
   <p>Features that are part of HTML5 (and this specification) but that
@@ -4455,6 +4456,7 @@
     title="selector-visited">:visited</code> pseudo-classes might have
     been affected.</p>
 
+<!--END w3c-html--><!--PING-->
     <p>If the hyperlink has a <code
     title="attr-hyperlink-ping">ping</code> attribute and its <span
     title="absolute URL">absolute URL(s)</span> are being shown to the
@@ -4462,6 +4464,7 @@
     attribute's tokens should be <span title="resolve a
     url">re-resolved</span> relative to the element and the UI updated
     appropriately.</p>
+<!--START w3c-html--><!--PING-->
 
    </dd>
 
@@ -17025,7 +17028,9 @@
    <dd><span>Global attributes</span></dd>
    <dd><code title="attr-hyperlink-href">href</code></dd>
    <dd><code title="attr-hyperlink-target">target</code></dd>
+<!--END w3c-html--><!--PING-->
    <dd><code title="attr-hyperlink-ping">ping</code></dd>
+<!--START w3c-html--><!--PING-->
    <dd><code title="attr-hyperlink-rel">rel</code></dd>
    <dd><code title="attr-hyperlink-media">media</code></dd>
    <dd><code title="attr-hyperlink-hreflang">hreflang</code></dd>
@@ -17035,7 +17040,9 @@
 <pre class="idl">interface <dfn>HTMLAnchorElement</dfn> : <span>HTMLElement</span> {
   stringifier attribute DOMString <span title="dom-a-href">href</span>;
            attribute DOMString <span title="dom-a-target">target</span>;
+<!--END w3c-html--><!--PING-->
            attribute DOMString <span title="dom-a-ping">ping</span>;
+<!--START w3c-html--><!--PING-->
            attribute DOMString <span title="dom-a-rel">rel</span>;
   readonly attribute DOMTokenList <span title="dom-a-relList">relList</span>;
            attribute DOMString <span title="dom-a-media">media</span>;
@@ -17072,9 +17079,11 @@
   <span>represents</span> a placeholder for where a link might
   otherwise have been placed, if it had been relevant.</p>
 
-  <p>The <code title="attr-hyperlink-target">target</code>, <code
-  title="attr-hyperlink-ping">ping</code>, <code
-  title="attr-hyperlink-rel">rel</code>, <code
+  <p>The <code title="attr-hyperlink-target">target</code>, 
+<!--END w3c-html--><!--PING-->
+  <code title="attr-hyperlink-ping">ping</code>,
+<!--START w3c-html--><!--PING-->
+  <code title="attr-hyperlink-rel">rel</code>, <code
   title="attr-hyperlink-media">media</code>, <code
   title="attr-hyperlink-hreflang">hreflang</code>, and <code
   title="attr-hyperlink-type">type</code> attributes must be omitted
@@ -17098,8 +17107,11 @@
   <div class="impl">
 
   <p>The <code title="attr-hyperlink-href">href</code>, <code
-  title="attr-hyperlink-target">target</code> and <code
-  title="attr-hyperlink-ping">ping</code> attributes affect what
+  title="attr-hyperlink-target">target</code>
+<!--END w3c-html--><!--PING-->
+  and <code title="attr-hyperlink-ping">ping</code>
+<!--START w3c-html--><!--PING-->
+  attributes affect what
   happens when users <span title="following hyperlinks">follow
   hyperlinks</span> created using the <code>a</code> element.  The
   <code title="attr-hyperlink-rel">rel</code>, <code
@@ -17186,9 +17198,11 @@
   <div class="impl">
 
   <p>The IDL attributes <dfn
-  title="dom-a-href"><code>href</code></dfn>, <dfn
-  title="dom-a-ping"><code>ping</code></dfn>, <dfn
-  title="dom-a-target"><code>target</code></dfn>, <dfn
+  title="dom-a-href"><code>href</code></dfn>, 
+<!--END w3c-html--><!--PING-->
+  <dfn title="dom-a-ping"><code>ping</code></dfn>,
+<!--START w3c-html--><!--PING-->
+  <dfn title="dom-a-target"><code>target</code></dfn>, <dfn
   title="dom-a-rel"><code>rel</code></dfn>, <dfn
   title="dom-a-media"><code>media</code></dfn>, <dfn
   title="dom-a-hreflang"><code>hreflang</code></dfn>, and <dfn
@@ -30570,7 +30584,9 @@
    <dd><code title="attr-area-shape">shape</code></dd>
    <dd><code title="attr-hyperlink-href">href</code></dd>
    <dd><code title="attr-hyperlink-target">target</code></dd>
+<!--END w3c-html--><!--PING-->
    <dd><code title="attr-hyperlink-ping">ping</code></dd>
+<!--START w3c-html--><!--PING-->
    <dd><code title="attr-hyperlink-rel">rel</code></dd>
    <dd><code title="attr-hyperlink-media">media</code></dd>
    <dd><code title="attr-hyperlink-hreflang">hreflang</code></dd>
@@ -30583,7 +30599,9 @@
            attribute DOMString <span title="dom-area-shape">shape</span>;
   stringifier attribute DOMString <span title="dom-area-href">href</span>;
            attribute DOMString <span title="dom-area-target">target</span>;
+<!--END w3c-html--><!--PING-->
            attribute DOMString <span title="dom-area-ping">ping</span>;
+<!--START w3c-html--><!--PING-->
            attribute DOMString <span title="dom-area-rel">rel</span>;
   readonly attribute DOMTokenList <span title="dom-area-relList">relList</span>;
            attribute DOMString <span title="dom-area-media">media</span>;
@@ -30728,8 +30746,11 @@
   hyperlinks">follow hyperlinks</span> created using the
   <code>area</code> element, as described in the next section, the
   <code title="attr-hyperlink-href">href</code>,
-  <code title="attr-hyperlink-target">target</code> and <code
-  title="attr-hyperlink-ping">ping</code> attributes decide how the
+  <code title="attr-hyperlink-target">target</code>
+<!--END w3c-html--><!--PING-->
+  and <code title="attr-hyperlink-ping">ping</code>
+<!--START w3c-html--><!--PING-->
+  attributes decide how the
   link is followed. The <code title="attr-hyperlink-rel">rel</code>,
   <code title="attr-hyperlink-media">media</code>, <code
   title="attr-hyperlink-hreflang">hreflang</code>, and <code
@@ -30739,9 +30760,11 @@
 
   </div>
 
-  <p>The <code title="attr-hyperlink-target">target</code>, <code
-  title="attr-hyperlink-ping">ping</code>, <code
-  title="attr-hyperlink-rel">rel</code>, <code
+  <p>The <code title="attr-hyperlink-target">target</code>,
+<!--END w3c-html--><!--PING-->
+  <code title="attr-hyperlink-ping">ping</code>,
+<!--START w3c-html--><!--PING-->
+  <code title="attr-hyperlink-rel">rel</code>, <code
   title="attr-hyperlink-media">media</code>, <code
   title="attr-hyperlink-hreflang">hreflang</code>, and <code
   title="attr-hyperlink-type">type</code> attributes must be omitted
@@ -30778,9 +30801,11 @@
   title="dom-area-alt"><code>alt</code></dfn>, <dfn
   title="dom-area-coords"><code>coords</code></dfn>, <dfn
   title="dom-area-href"><code>href</code></dfn>, <dfn
-  title="dom-area-target"><code>target</code></dfn>, <dfn
-  title="dom-area-ping"><code>ping</code></dfn>, <dfn
-  title="dom-area-rel"><code>rel</code></dfn>, <dfn
+  title="dom-area-target"><code>target</code></dfn>,
+<!--END w3c-html--><!--PING-->
+  <dfn title="dom-area-ping"><code>ping</code></dfn>,
+<!--START w3c-html--><!--PING-->
+  <dfn title="dom-area-rel"><code>rel</code></dfn>, <dfn
   title="dom-area-media"><code>media</code></dfn>, <dfn
   title="dom-area-hreflang"><code>hreflang</code></dfn>, and <dfn
   title="dom-area-type"><code>type</code></dfn>, each must
@@ -50399,6 +50424,7 @@
   context</span> that will be used. <span class="impl">User agents use
   this name when <span>following hyperlinks</span>.</span></p>
 
+<!--END w3c-html--><!--PING-->
   <p>The <dfn id="ping"
   title="attr-hyperlink-ping"><code>ping</code></dfn> attribute, if
   present, gives the URLs of the resources that are interested in
@@ -50407,6 +50433,7 @@
   <span title="valid URL">valid URL</span>. <span class="impl">The
   value is used by the user agent for <span>hyperlink
   auditing</span>.</span></p>
+<!--START w3c-html--><!--PING-->
 
   <p>For <code>a</code> and <code>area</code> elements that represent
   hyperlinks, the relationship between the document containing the
@@ -50513,7 +50540,12 @@
   which the hyperlink's element in question is associated as the
   <span>source browsing context</span>.</p>
 
+  </div>
 
+
+<!--END w3c-html--><!--PING-->
+  <div class="impl">
+
   <h5><dfn>Hyperlink auditing</dfn></h5>
 
   <p>If an <code>a</code> or <code>area</code> hyperlink element has a
@@ -50652,6 +50684,7 @@
 
   <!-- resolving ping urls happens at audit time, so base URL changes
   affect the values of ping attributes -->
+<!--START w3c-html--><!--PING-->
 
 
 
@@ -94288,10 +94321,12 @@
   <span title="form">forms</span> before triggering their <span
   title="navigate">navigation</span>.</p>
 
+<!--END w3c-html--><!--PING-->
   <p>User agents are expected to inform the user of whether a
   <span>hyperlink</span> includes <span>hyperlink auditing</span>, and
   to let them know at a minimum which domains will be contacted as
   part of such auditing.</p>
+<!--START w3c-html--><!--PING-->
 
   <p>User agents are expected to allow users to <span>navigate</span>
   <span title="browsing context">browsing contexts</span> to the
@@ -96585,6 +96620,7 @@
   <code>text/cache-manifest</code> resources.</p>
 
 
+<!--END w3c-html--><!--PING-->
   <h3><dfn><code>text/ping</code></dfn></h3>
 
   <p>This registration is for community review and will be submitted
@@ -96652,6 +96688,7 @@
 
   <p>Fragment identifiers have no meaning with
   <code>text/ping</code> resources.</p>
+<!--START w3c-html--><!--PING-->
 
 <!--END w3c-html-->
 
@@ -96734,6 +96771,7 @@
 
 <!--END microdata--><!--START w3c-html-->
 
+<!--END w3c-html--><!--PING-->
   <h3><dfn title="http-ping-from"><code>Ping-From</code></dfn></h3>
 
   <p>This section describes a header field for registration in the
@@ -96781,6 +96819,7 @@
    <dd>None.</dd>   
   </dl>
 
+<!--START w3c-html--><!--PING-->
 
 
   <h2 id="index" class="no-num">Index</h2>
@@ -96819,7 +96858,9 @@
      <td><span title="global attributes">globals</span>;
          <code title="attr-hyperlink-href">href</code>;
          <code title="attr-hyperlink-target">target</code>;
+<!--END w3c-html--><!--PING-->
          <code title="attr-hyperlink-ping">ping</code>;
+<!--START w3c-html--><!--PING-->
          <code title="attr-hyperlink-rel">rel</code>;
          <code title="attr-hyperlink-media">media</code>;
          <code title="attr-hyperlink-hreflang">hreflang</code>;
@@ -96862,7 +96903,9 @@
          <code title="attr-area-shape">shape</code>;
          <code title="attr-hyperlink-href">href</code>;
          <code title="attr-hyperlink-target">target</code>;
+<!--END w3c-html--><!--PING-->
          <code title="attr-hyperlink-ping">ping</code>;
+<!--START w3c-html--><!--PING-->
          <code title="attr-hyperlink-rel">rel</code>;
          <code title="attr-hyperlink-media">media</code>;
          <code title="attr-hyperlink-hreflang">hreflang</code>;
@@ -98992,12 +99035,14 @@
      <td> <code title="attr-input-pattern">input</code>
      <td> Pattern to be matched by the form control's value
      <td> Regular expression matching the JavaScript <i title="">Pattern</i> production
+<!--END w3c-html--><!--PING-->
     <tr>
      <th> <code title="">ping</code>
      <td> <code title="attr-hyperlink-ping">a</code>;
           <code title="attr-hyperlink-ping">area</code>
      <td> <span title="URL">URLs</span> to ping
      <td> <span>Set of space-separated tokens</span> consisting of <span title="valid URL">valid URLs</span>
+<!--START w3c-html--><!--PING-->
     <tr>
      <th> <code title="">placeholder</code>
      <td> <code title="attr-input-placeholder">input</code>;




More information about the Commit-Watchers mailing list