[html5] r5040 - [e] (0) Suggest using title='' instead. Fixing http://www.w3.org/Bugs/Public/sho [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Apr 13 15:49:07 PDT 2010


Author: ianh
Date: 2010-04-13 15:49:06 -0700 (Tue, 13 Apr 2010)
New Revision: 5040

Modified:
   complete.html
   index
   source
Log:
[e] (0) Suggest using title='' instead.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9502

Modified: complete.html
===================================================================
--- complete.html	2010-04-13 22:10:59 UTC (rev 5039)
+++ complete.html	2010-04-13 22:49:06 UTC (rev 5040)
@@ -84695,7 +84695,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>

Modified: index
===================================================================
--- index	2010-04-13 22:10:59 UTC (rev 5039)
+++ index	2010-04-13 22:49:06 UTC (rev 5040)
@@ -77961,7 +77961,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>

Modified: source
===================================================================
--- source	2010-04-13 22:10:59 UTC (rev 5039)
+++ source	2010-04-13 22:49:06 UTC (rev 5040)
@@ -96419,7 +96419,7 @@
    <dd><p>Unnecessary. Omit it altogether.</p></dd>
 
    <dt><dfn title="attr-tdth-abbr"><code>abbr</code></dfn> on <code>td</code> and <code>th</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">title</code> attribute can also be useful in including more detailed text, so that the cell's contents can be made terse.</p>
 
    <dt><dfn title="attr-tdth-axis"><code>axis</code></dfn> on <code>td</code> and <code>th</code> elements</dt>
    <dd><p>Use the <code title="attr-th-scope">scope</code> attribute on the relevant <code>th</code>.</p>




More information about the Commit-Watchers mailing list