html5/spec Overview.html,1.1857,1.1858

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3599

Modified Files:
	Overview.html 
Log Message:
xref fixes; mention that audit pings don't happen for broken urls. (whatwg r2688)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1857
retrieving revision 1.1858
diff -u -d -r1.1857 -r1.1858
--- Overview.html	21 Jan 2009 11:34:53 -0000	1.1857
+++ Overview.html	21 Jan 2009 11:42:53 -0000	1.1858
@@ -4354,8 +4354,8 @@
   string.<p>If a reflecting DOM attribute is a <code>DOMString</code>
   attribute whose content attribute is defined to contain one or more
   <a href=#url title=URL>URLs</a>, then on getting, the DOM attribute
-  must <span title="split the string on spaces">split the content
-  attribute on spaces</span> and return the concatenation of <a href=#resolve-a-url title="resolve a URL">resolving</a> each token URL to an
+  must <a href=#split-a-string-on-spaces title="split a string on spaces">split the content
+  attribute on spaces</a> and return the concatenation of <a href=#resolve-a-url title="resolve a URL">resolving</a> each token URL to an
   <a href=#absolute-url>absolute URL</a>, with a single U+0020 SPACE character
   between each URL, ignoring any tokens that did not resolve
   successfully. If the content attribute is absent, the DOM attribute
@@ -32922,9 +32922,11 @@
   context</a> that contains the <code>Document</code> object with
   which the hyperlink's element in question is associated as the
   <a href=#source-browsing-context>source browsing context</a>.<h5 id=hyperlink-auditing><span class=secno>5.11.2.1 </span>Hyperlink auditing</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
-  <code title=attr-hyperlink-ping><a href=#ping>ping</a></code> attribute and the user
-  follows the hyperlink, the user agent must take the <code title=attr-hyperlink-ping><a href=#ping>ping</a></code> attribute's value, <span title="split the string on spaces">split that string on
-  spaces</span>, <a href=#resolve-a-url title="resolve a url">resolve</a> each
+  <code title=attr-hyperlink-ping><a href=#ping>ping</a></code> attribute, and the
+  user follows the hyperlink, and the hyperlink's <a href=#url>URL</a> can
+  be <a href=#resolve-a-url title="resolve a url">resolved</a> without failure, the
+  user agent must take the <code title=attr-hyperlink-ping><a href=#ping>ping</a></code> attribute's value, <a href=#split-a-string-on-spaces title="split a string on spaces">split that string on
+  spaces</a>, <a href=#resolve-a-url title="resolve a url">resolve</a> each
   resulting token, and then should send a request (as described below)
   to each of the resulting <a href=#absolute-url title="absolute URL">absolute
   URLs</a>. (Tokens that fail to resolve are ignored.) This may be

Received on Wednesday, 21 January 2009 11:43:08 UTC