[html5] r3357 - [e] (0) and a crossref for summary=''
whatwg at whatwg.org
whatwg at whatwg.org
Sun Jul 5 20:09:54 PDT 2009
Author: ianh
Date: 2009-07-05 20:09:52 -0700 (Sun, 05 Jul 2009)
New Revision: 3357
Modified:
index
source
Log:
[e] (0) and a crossref for summary=''
Modified: index
===================================================================
--- index 2009-07-06 03:06:56 UTC (rev 3356)
+++ index 2009-07-06 03:09:52 UTC (rev 3357)
@@ -25987,13 +25987,13 @@
model</a></span>. <!-- conformance criteria for detecting this
are in the table model section --></p>
- <p>For tables that consist of more than just a grid of cells with
- headers in the first row and headers in the first column, and for
- any table in general where the reader might have difficulty
- understanding the content, authors should include explanatory
- information introducing the table. This information is useful for
- all users, but is especially useful for users who cannot see the
- table, e.g. users of screen readers.</p>
+ <p id=table-descriptions>For tables that consist of more than just
+ a grid of cells with headers in the first row and headers in the
+ first column, and for any table in general where the reader might
+ have difficulty understanding the content, authors should include
+ explanatory information introducing the table. This information is
+ useful for all users, but is especially useful for users who cannot
+ see the table, e.g. users of screen readers.</p>
<p>Such explanatory information should introduce the purpose of the
table, outline its basic cell structure, highlight any trends or
@@ -70660,7 +70660,9 @@
value types.</dd>
<dt><dfn id=attr-table-summary title=attr-table-summary><code>summary</code></dfn> on <code><a href=#the-table-element>table</a></code> elements</dt>
- <dd><p>Use the <code><a href=#the-caption-element>caption</a></code> element instead.</p>
+ <dd><p>Use the <code><a href=#the-caption-element>caption</a></code> element instead or one of the
+ other <a href=#table-descriptions>techniques</a> described in the
+ <code><a href=#the-table-element>table</a></code> section.</p>
<dt><dfn id=attr-td/th-abbr title=attr-td/th-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>
Modified: source
===================================================================
--- source 2009-07-06 03:06:56 UTC (rev 3356)
+++ source 2009-07-06 03:09:52 UTC (rev 3357)
@@ -28593,13 +28593,13 @@
model</span></span>. <!-- conformance criteria for detecting this
are in the table model section --></p>
- <p>For tables that consist of more than just a grid of cells with
- headers in the first row and headers in the first column, and for
- any table in general where the reader might have difficulty
- understanding the content, authors should include explanatory
- information introducing the table. This information is useful for
- all users, but is especially useful for users who cannot see the
- table, e.g. users of screen readers.</p>
+ <p id="table-descriptions">For tables that consist of more than just
+ a grid of cells with headers in the first row and headers in the
+ first column, and for any table in general where the reader might
+ have difficulty understanding the content, authors should include
+ explanatory information introducing the table. This information is
+ useful for all users, but is especially useful for users who cannot
+ see the table, e.g. users of screen readers.</p>
<p>Such explanatory information should introduce the purpose of the
table, outline its basic cell structure, highlight any trends or
@@ -83300,7 +83300,9 @@
value types.</p></dd>
<dt><dfn title="attr-table-summary"><code>summary</code></dfn> on <code>table</code> elements</dt>
- <dd><p>Use the <code>caption</code> element instead.</p>
+ <dd><p>Use the <code>caption</code> element instead or one of the
+ other <a href="#table-descriptions">techniques</a> described in the
+ <code>table</code> section.</p>
<dt><dfn title="attr-td/th-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>
More information about the Commit-Watchers
mailing list