- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 22:49:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv9029
Modified Files:
Overview.html
Log Message:
Suggest using title='' instead. (whatwg r5040)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4054
retrieving revision 1.4055
diff -u -d -r1.4054 -r1.4055
--- Overview.html 13 Apr 2010 22:11:05 -0000 1.4054
+++ Overview.html 13 Apr 2010 22:49:10 -0000 1.4055
@@ -63023,7 +63023,7 @@
<dd><p>Unnecessary. Omit it altogether.</dd>
<dt><dfn id="attr-tdth-abbr" title="attr-tdth-abbr"><code>abbr</code></dfn> on <code><a href="#the-td-element">td</a></code> and <code><a href="#the-th-element">th</a></code> elements</dt>
- <dd><p>Use text that begins in an unambiguous and terse manner, and include any more elaborate text after that.</p>
+ <dd><p>Use text that begins in an unambiguous and terse manner, and include any more elaborate text after that. The <code title="attr-title"><a href="#the-title-attribute">title</a></code> attribute can also be useful in including more detailed text, so that the cell's contents can be made terse.</p>
<dt><dfn id="attr-tdth-axis" title="attr-tdth-axis"><code>axis</code></dfn> on <code><a href="#the-td-element">td</a></code> and <code><a href="#the-th-element">th</a></code> elements</dt>
<dd><p>Use the <code title="attr-th-scope"><a href="#attr-th-scope">scope</a></code> attribute on the relevant <code><a href="#the-th-element">th</a></code>.</p>
Received on Tuesday, 13 April 2010 22:49:16 UTC