[html5] r2688 - [] (0) xref fixes; mention that audit pings don't happen for broken urls.
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jan 21 03:42:49 PST 2009
Author: ianh
Date: 2009-01-21 03:42:48 -0800 (Wed, 21 Jan 2009)
New Revision: 2688
Modified:
index
source
Log:
[] (0) xref fixes; mention that audit pings don't happen for broken urls.
Modified: index
===================================================================
--- index 2009-01-21 11:34:49 UTC (rev 2687)
+++ index 2009-01-21 11:42:48 UTC (rev 2688)
@@ -5157,8 +5157,8 @@
<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
@@ -40576,9 +40576,11 @@
<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
Modified: source
===================================================================
--- source 2009-01-21 11:34:49 UTC (rev 2687)
+++ source 2009-01-21 11:42:48 UTC (rev 2688)
@@ -4977,7 +4977,7 @@
<p>If a reflecting DOM attribute is a <code>DOMString</code>
attribute whose content attribute is defined to contain one or more
<span title="URL">URLs</span>, then on getting, the DOM attribute
- must <span title="split the string on spaces">split the content
+ must <span title="split a string on spaces">split the content
attribute on spaces</span> and return the concatenation of <span
title="resolve a URL">resolving</span> each token URL to an
<span>absolute URL</span>, with a single U+0020 SPACE character
@@ -46197,10 +46197,12 @@
<h5>Hyperlink auditing</h5>
<p>If an <code>a</code> or <code>area</code> hyperlink element has a
- <code title="attr-hyperlink-ping">ping</code> attribute and the user
- follows the hyperlink, the user agent must take the <code
+ <code title="attr-hyperlink-ping">ping</code> attribute, and the
+ user follows the hyperlink, and the hyperlink's <span>URL</span> can
+ be <span title="resolve a url">resolved</span> without failure, the
+ user agent must take the <code
title="attr-hyperlink-ping">ping</code> attribute's value, <span
- title="split the string on spaces">split that string on
+ title="split a string on spaces">split that string on
spaces</span>, <span title="resolve a url">resolve</span> each
resulting token, and then should send a request (as described below)
to each of the resulting <span title="absolute URL">absolute
More information about the Commit-Watchers
mailing list