- From: poot <cvsmail@w3.org>
- Date: Mon, 6 Jul 2009 19:22:46 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Allow other ways of including table descriptions. (whatwg r3358)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2495&r2=1.2496&f=h
http://html5.org/tools/web-apps-tracker?from=3357&to=3358
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2495
retrieving revision 1.2496
diff -u -d -r1.2495 -r1.2496
--- Overview.html 6 Jul 2009 03:09:57 -0000 1.2495
+++ Overview.html 6 Jul 2009 10:22:22 -0000 1.2496
@@ -22977,7 +22977,7 @@
second column, with the negative side in the left column and the
positive side in the right column".</p>
- </div><p>There are a variety of ways to include this information:<dl><dt>In prose, surrounding the table</dt>
+ </div><p>There are a variety of ways to include this information, such as:<dl><dt>In prose, surrounding the table</dt>
<dd>
<div class="example"><pre><p>In the following table, characteristics are given in the second
@@ -23117,7 +23117,8 @@
</pre></div>
</dd>
- </dl><div class="impl">
+ </dl><p>Authors may also use other techniques, or combinations of the
+ above techniques, as appropriate.<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>
Received on Monday, 6 July 2009 10:23:21 UTC