- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 26 Nov 2008 22:15:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4322
Modified Files:
Overview.html
Log Message:
Mention that <abbr> won't necessarily be linked to other <abbr>s. (whatwg r2464)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1634
retrieving revision 1.1635
diff -u -d -r1.1634 -r1.1635
--- Overview.html 26 Nov 2008 12:01:08 -0000 1.1634
+++ Overview.html 26 Nov 2008 22:15:41 -0000 1.1635
@@ -10131,7 +10131,11 @@
this specification: the <abbr>WHATWG</abbr> and the
<abbr>HTMLWG</abbr>.</p></pre>
- </div><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>
+ </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.<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>
<dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
<dt>Contexts in which this element may be used:</dt>
<dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
Received on Wednesday, 26 November 2008 22:15:56 UTC