[html5] r2464 - [a] (0) Mention that <abbr> won't necessarily be linked to other <abbr>s.

whatwg at whatwg.org whatwg at whatwg.org
Wed Nov 26 14:15:37 PST 2008


Author: ianh
Date: 2008-11-26 14:15:36 -0800 (Wed, 26 Nov 2008)
New Revision: 2464

Modified:
   index
   source
Log:
[a] (0) Mention that <abbr> won't necessarily be linked to other <abbr>s.

Modified: index
===================================================================
--- index	2008-11-26 12:01:04 UTC (rev 2463)
+++ index	2008-11-26 22:15:36 UTC (rev 2464)
@@ -12391,7 +12391,14 @@
 
   </div>
 
+  <p title=note>Providing an expansion in a <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute once will not necessarily
+  cause other <code><a href=#the-abbr-element>abbr</a></code> elements in the same document with the
+  same contents but without a <code title=attr-title><a href=#the-title-attribute>title</a></code>
+  attribute to behave as if they had the same expansion. Every
+  <code><a href=#the-abbr-element>abbr</a></code> element is independent.</p>
 
+
+
   <h4 id=the-time-element><span class=secno>4.6.10 </span>The <dfn><code>time</code></dfn> element</h4>
 
   <dl class=element><dt>Categories</dt>

Modified: source
===================================================================
--- source	2008-11-26 12:01:04 UTC (rev 2463)
+++ source	2008-11-26 22:15:36 UTC (rev 2464)
@@ -13194,7 +13194,15 @@
 
   </div>
 
+  <p title="note">Providing an expansion in a <code
+  title="attr-title">title</code> attribute once will not necessarily
+  cause other <code>abbr</code> elements in the same document with the
+  same contents but without a <code title="attr-title">title</code>
+  attribute to behave as if they had the same expansion. Every
+  <code>abbr</code> element is independent.</p>
 
+
+
   <h4>The <dfn><code>time</code></dfn> element</h4>
 
   <dl class="element">




More information about the Commit-Watchers mailing list