[html5] r6357 - [giow] (0) Try to make <a rel=help> more useful. Fixing http://www.w3.org/Bugs/P [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Aug 3 00:04:27 PDT 2011


Author: ianh
Date: 2011-08-03 00:04:25 -0700 (Wed, 03 Aug 2011)
New Revision: 6357

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Try to make <a rel=help> more useful.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12223

Modified: complete.html
===================================================================
--- complete.html	2011-08-03 00:12:55 UTC (rev 6356)
+++ complete.html	2011-08-03 07:04:25 UTC (rev 6357)
@@ -54635,7 +54635,11 @@
   <p>For <code><a href=#the-link-element>link</a></code> elements, the <code title=rel-help><a href=#link-type-help>help</a></code> keyword indicates that the referenced
   document provides help for the page as a whole.</p>
 
+  <p>For <code><a href=#the-a-element>a</a></code> and <code><a href=#the-area-element>area</a></code> elements, on some
+  browsers, the <code title=rel-help><a href=#link-type-help>help</a></code> keyword causes the
+  link to use a different cursor.</p>
 
+
   <h5 id=rel-icon><span class=secno>4.12.5.6 </span>Link type "<dfn title=rel-icon><code>icon</code></dfn>"</h5>
 
   <p>The <code title=rel-icon><a href=#rel-icon>icon</a></code> keyword may be used with
@@ -92126,6 +92130,8 @@
 :link { color: blue; }
 :visited { color: purple; }
 :link, :visited { text-decoration: underline; }
+a:link[rel~=help], a:visited[rel~=help],
+area:link[rel~=help], area:visited[rel~=help] { cursor: help; }
 
 :focus { outline: auto; }
 

Modified: index
===================================================================
--- index	2011-08-03 00:12:55 UTC (rev 6356)
+++ index	2011-08-03 07:04:25 UTC (rev 6357)
@@ -54507,7 +54507,11 @@
   <p>For <code><a href=#the-link-element>link</a></code> elements, the <code title=rel-help><a href=#link-type-help>help</a></code> keyword indicates that the referenced
   document provides help for the page as a whole.</p>
 
+  <p>For <code><a href=#the-a-element>a</a></code> and <code><a href=#the-area-element>area</a></code> elements, on some
+  browsers, the <code title=rel-help><a href=#link-type-help>help</a></code> keyword causes the
+  link to use a different cursor.</p>
 
+
   <h5 id=rel-icon><span class=secno>4.12.5.6 </span>Link type "<dfn title=rel-icon><code>icon</code></dfn>"</h5>
 
   <p>The <code title=rel-icon><a href=#rel-icon>icon</a></code> keyword may be used with
@@ -87699,6 +87703,8 @@
 :link { color: blue; }
 :visited { color: purple; }
 :link, :visited { text-decoration: underline; }
+a:link[rel~=help], a:visited[rel~=help],
+area:link[rel~=help], area:visited[rel~=help] { cursor: help; }
 
 :focus { outline: auto; }
 

Modified: source
===================================================================
--- source	2011-08-03 00:12:55 UTC (rev 6356)
+++ source	2011-08-03 07:04:25 UTC (rev 6357)
@@ -61600,7 +61600,11 @@
   title="rel-help">help</code> keyword indicates that the referenced
   document provides help for the page as a whole.</p>
 
+  <p>For <code>a</code> and <code>area</code> elements, on some
+  browsers, the <code title="rel-help">help</code> keyword causes the
+  link to use a different cursor.</p>
 
+
   <h5 id=rel-icon>Link type "<dfn title="rel-icon"><code>icon</code></dfn>"</h5>
 
   <p>The <code title="rel-icon">icon</code> keyword may be used with
@@ -104416,6 +104420,8 @@
 :link { color: blue; }
 :visited { color: purple; }
 :link, :visited { text-decoration: underline; }
+a:link[rel~=help], a:visited[rel~=help],
+area:link[rel~=help], area:visited[rel~=help] { cursor: help; }
 
 :focus { outline: auto; }
 




More information about the Commit-Watchers mailing list