[html5] r7566 - [e] (0) Update obsolete section (could have sworn I'd already done this, but I g [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Dec 5 12:44:21 PST 2012
Author: ianh
Date: 2012-12-05 12:44:19 -0800 (Wed, 05 Dec 2012)
New Revision: 7566
Modified:
complete.html
index
source
Log:
[e] (0) Update obsolete section (could have sworn I'd already done this, but I guess not.).
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-12-05 05:38:40 UTC (rev 7565)
+++ complete.html 2012-12-05 20:44:19 UTC (rev 7566)
@@ -98294,8 +98294,8 @@
tables</a> given in the <code><a href=#the-table-element>table</a></code> section
instead.</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. The <code title=attr-title><a href=#attr-title>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-td-abbr title=attr-td-abbr><code>abbr</code></dfn> on <code><a href=#the-td-element>td</a></code> elements</dt>
+ <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=#attr-title>title</a></code> attribute can also be useful in including more detailed text, so that the cell's contents can be made terse. If it's a heading, use <code><a href=#the-th-element>th</a></code> (which has an <code title=attr-th-abbr><a href=#attr-th-abbr>abbr</a></code> attribute).</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 2012-12-05 05:38:40 UTC (rev 7565)
+++ index 2012-12-05 20:44:19 UTC (rev 7566)
@@ -98294,8 +98294,8 @@
tables</a> given in the <code><a href=#the-table-element>table</a></code> section
instead.</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. The <code title=attr-title><a href=#attr-title>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-td-abbr title=attr-td-abbr><code>abbr</code></dfn> on <code><a href=#the-td-element>td</a></code> elements</dt>
+ <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=#attr-title>title</a></code> attribute can also be useful in including more detailed text, so that the cell's contents can be made terse. If it's a heading, use <code><a href=#the-th-element>th</a></code> (which has an <code title=attr-th-abbr><a href=#attr-th-abbr>abbr</a></code> attribute).</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 2012-12-05 05:38:40 UTC (rev 7565)
+++ source 2012-12-05 20:44:19 UTC (rev 7566)
@@ -114792,8 +114792,8 @@
tables</a> given in the <code>table</code> section
instead.</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. 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-td-abbr"><code>abbr</code></dfn> on <code>td</code> elements</dt>
+ <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. If it's a heading, use <code>th</code> (which has an <code title="attr-th-abbr">abbr</code> attribute).</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