[html5] r1124 - /

whatwg at whatwg.org whatwg at whatwg.org
Mon Nov 5 09:07:13 PST 2007


Author: ianh
Date: 2007-11-05 09:07:12 -0800 (Mon, 05 Nov 2007)
New Revision: 1124

Modified:
   index
   source
Log:
[e] (0) rel doesn't create a hyperlink on <a>/<area>, href does.

Modified: index
===================================================================
--- index	2007-11-05 16:42:01 UTC (rev 1123)
+++ index	2007-11-05 17:07:12 UTC (rev 1124)
@@ -32265,8 +32265,7 @@
      <dt>Hyperlink
 
      <dd>The keyword may be specified on <code><a href="#a">a</a></code> and
-      <code><a href="#area">area</a></code> elements; it creates a <a
-      href="#hyperlinks" title=hyperlink>hyperlink</a>.
+      <code><a href="#area">area</a></code> elements.
     </dl>
 
    <dt>Brief description

Modified: source
===================================================================
--- source	2007-11-05 16:42:01 UTC (rev 1123)
+++ source	2007-11-05 17:07:12 UTC (rev 1124)
@@ -29740,8 +29740,7 @@
      <dt>Hyperlink</dt>
 
      <dd>The keyword may be specified on <code>a</code> and
-     <code>area</code> elements; it creates a <span
-     title="hyperlink">hyperlink</span>.</dd>
+     <code>area</code> elements.</dd>
 
     </dl>
 




More information about the Commit-Watchers mailing list