hixie: fix xrefs (whatwg r4197)

hixie: fix xrefs (whatwg r4197)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3343&r2=1.3344&f=h
http://html5.org/tools/web-apps-tracker?from=4196&to=4197

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3343
retrieving revision 1.3344
diff -u -d -r1.3343 -r1.3344
--- Overview.html 20 Oct 2009 05:43:43 -0000 1.3343
+++ Overview.html 20 Oct 2009 05:49:08 -0000 1.3344
@@ -48128,7 +48128,9 @@
   this name when <a href="#following-hyperlinks">following hyperlinks</a>.</span><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>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
   hyperlink and the destination resource indicated by the hyperlink is

Received on Tuesday, 20 October 2009 05:49:51 UTC