- From: poot <cvsmail@w3.org>
- Date: Wed, 21 Jan 2009 20:45:32 +0900 (JST)
- To: public-html-diffs@w3.org
xref fixes; mention that audit pings don't happen for broken urls. (whatwg r2688) reflect http://people.w3.org/mike/diffs/html5/spec/Overview.1.1858.html#reflect 5.11.2.1 Hyperlink auditing http://people.w3.org/mike/diffs/html5/spec/Overview.1.1858.html#hyperlink-auditing 5.11.2 Following hyperlinks http://people.w3.org/mike/diffs/html5/spec/Overview.1.1858.html#following-hyperlinks http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1857&r2=1.1858&f=h http://html5.org/tools/web-apps-tracker?from=2687&to=2688 =================================================================== 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:46:09 UTC