[html5] r3358 - [e] (0) Allow other ways of including table descriptions.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jul 6 03:22:19 PDT 2009
Author: ianh
Date: 2009-07-06 03:22:17 -0700 (Mon, 06 Jul 2009)
New Revision: 3358
Modified:
index
source
Log:
[e] (0) Allow other ways of including table descriptions.
Modified: index
===================================================================
--- index 2009-07-06 03:09:52 UTC (rev 3357)
+++ index 2009-07-06 10:22:17 UTC (rev 3358)
@@ -26020,7 +26020,7 @@
</div>
- <p>There are a variety of ways to include this information:</p>
+ <p>There are a variety of ways to include this information, such as:</p>
<dl><dt>In prose, surrounding the table</dt>
@@ -26162,8 +26162,11 @@
</pre></div>
</dd>
- </dl><div class=impl>
+ </dl><p>Authors may also use other techniques, or combinations of the
+ above techniques, as appropriate.</p>
+ <div class=impl>
+
<p>If a <code><a href=#the-table-element>table</a></code> element has a <code title=attr-table-summary><a href=#attr-table-summary>summary</a></code> attribute, the user agent
may report the contents of that attribute to the user.</p>
Modified: source
===================================================================
--- source 2009-07-06 03:09:52 UTC (rev 3357)
+++ source 2009-07-06 10:22:17 UTC (rev 3358)
@@ -28634,7 +28634,7 @@
</div>
- <p>There are a variety of ways to include this information:</p>
+ <p>There are a variety of ways to include this information, such as:</p>
<dl>
@@ -28780,6 +28780,9 @@
</dl>
+ <p>Authors may also use other techniques, or combinations of the
+ above techniques, as appropriate.</p>
+
<div class="impl">
<p>If a <code>table</code> element has a <code
More information about the Commit-Watchers
mailing list