- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 22:57:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv11476 Modified Files: Overview.html obsolete.html spec.html Log Message: Suggest using title='' instead. (whatwg r5040) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.888 retrieving revision 1.889 diff -u -d -r1.888 -r1.889 --- Overview.html 13 Apr 2010 22:17:26 -0000 1.888 +++ Overview.html 13 Apr 2010 22:57:40 -0000 1.889 @@ -305,7 +305,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.4054. +This is revision 1.4055. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec-author-view/obsolete.html,v retrieving revision 1.582 retrieving revision 1.583 diff -u -d -r1.582 -r1.583 --- obsolete.html 12 Apr 2010 08:07:11 -0000 1.582 +++ obsolete.html 13 Apr 2010 22:57:40 -0000 1.583 @@ -487,7 +487,7 @@ <dd><p>Unnecessary. Omit it altogether.</p></dd> <dt><dfn id="attr-tdth-abbr" title="attr-tdth-abbr"><code>abbr</code></dfn> on <code><a href="tabular-data.html#the-td-element">td</a></code> and <code><a href="tabular-data.html#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="elements.html#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> </dd><dt><dfn id="attr-tdth-axis" title="attr-tdth-axis"><code>axis</code></dfn> on <code><a href="tabular-data.html#the-td-element">td</a></code> and <code><a href="tabular-data.html#the-th-element">th</a></code> elements</dt> <dd><p>Use the <code title="attr-th-scope"><a href="tabular-data.html#attr-th-scope">scope</a></code> attribute on the relevant <code><a href="tabular-data.html#the-th-element">th</a></code>.</p> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.896 retrieving revision 1.897 diff -u -d -r1.896 -r1.897 --- spec.html 13 Apr 2010 22:17:26 -0000 1.896 +++ spec.html 13 Apr 2010 22:57:40 -0000 1.897 @@ -303,7 +303,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.4054. +This is revision 1.4055. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2010 <a href=http://www.w3.org/><abbr title="World Wide @@ -26339,7 +26339,7 @@ <dd><p>Unnecessary. Omit it altogether.</p></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> </dd><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:57:45 UTC