hixie: Suggest using title='' instead. (whatwg r5040)

hixie: Suggest using title='' instead. (whatwg r5040)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4054&r2=1.4055&f=h
http://html5.org/tools/web-apps-tracker?from=5039&to=5040

===================================================================
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:50:00 UTC