[html5] r4197 - [e] (0) fix xrefs Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7837

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 19 23:01:43 PDT 2009


Author: ianh
Date: 2009-10-19 23:01:40 -0700 (Mon, 19 Oct 2009)
New Revision: 4197

Modified:
   complete.html
   index
   source
Log:
[e] (0) fix xrefs
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7837

Modified: complete.html
===================================================================
--- complete.html	2009-10-20 05:56:14 UTC (rev 4196)
+++ complete.html	2009-10-20 06:01:40 UTC (rev 4197)
@@ -56355,7 +56355,9 @@
   <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
-  a space separated list of one or more <span>valid URLs</span>. <span class=impl>The value is used by the user agent for <a href=#hyperlink-auditing>hyperlink
+  a <a href=#set-of-space-separated-tokens>set of space-separated tokens</a>, each of which must be a
+  <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>
 
   <p>For <code><a href=#the-a-element>a</a></code> and <code><a href=#the-area-element>area</a></code> elements that represent

Modified: index
===================================================================
--- index	2009-10-20 05:56:14 UTC (rev 4196)
+++ index	2009-10-20 06:01:40 UTC (rev 4197)
@@ -53514,7 +53514,9 @@
   <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
-  a space separated list of one or more <span>valid URLs</span>. <span class=impl>The value is used by the user agent for <a href=#hyperlink-auditing>hyperlink
+  a <a href=#set-of-space-separated-tokens>set of space-separated tokens</a>, each of which must be a
+  <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>
 
   <p>For <code><a href=#the-a-element>a</a></code> and <code><a href=#the-area-element>area</a></code> elements that represent

Modified: source
===================================================================
--- source	2009-10-20 05:56:14 UTC (rev 4196)
+++ source	2009-10-20 06:01:40 UTC (rev 4197)
@@ -63584,8 +63584,9 @@
   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
-  a space separated list of one or more <span>valid URLs</span>. <span
-  class="impl">The value is used by the user agent for <span>hyperlink
+  a <span>set of space-separated tokens</span>, each of which must be a
+  <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>
 
   <p>For <code>a</code> and <code>area</code> elements that represent




More information about the Commit-Watchers mailing list