- From: poot <cvsmail@w3.org>
- Date: Mon, 6 Jul 2009 12:10:17 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: and a crossref for summary='' (whatwg r3357)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2494&r2=1.2495&f=h
http://html5.org/tools/web-apps-tracker?from=3356&to=3357
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2494
retrieving revision 1.2495
diff -u -d -r1.2494 -r1.2495
--- Overview.html 6 Jul 2009 03:07:02 -0000 1.2494
+++ Overview.html 6 Jul 2009 03:09:57 -0000 1.2495
@@ -22950,13 +22950,13 @@
must not have an empty row or column<span class="impl">, as
described in the description of the <a href="#table-model">table
model</a></span>. <!-- conformance criteria for detecting this
- are in the table model section --><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>Such explanatory information should introduce the purpose of the
+ are in the table model section --><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>Such explanatory information should introduce the purpose of the
table, outline its basic cell structure, highlight any trends or
patterns, and generally teach the user how to use the table.<div class="example">
@@ -64505,7 +64505,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>
Received on Monday, 6 July 2009 03:10:55 UTC