- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 06 Jul 2009 10:22:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv25915 Modified Files: Overview.html Log Message: Allow other ways of including table descriptions. (whatwg r3358) Index: Overview.html =================================================================== 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:22:35 UTC