- From: Gez Lemon <gez.lemon@gmail.com>
- Date: Tue, 26 Aug 2008 16:53:09 +0100
- To: "Henri Sivonen" <hsivonen@iki.fi>
- Cc: "Laura Carlson" <laura.lee.carlson@gmail.com>, "HTML WG" <public-html@w3.org>, "W3C WAI-XTECH" <wai-xtech@w3.org>, "List WAI Liaison" <wai-liaison@w3.org>
2008/8/26 Henri Sivonen <hsivonen@iki.fi>: > > On Aug 26, 2008, at 17:29, Laura Carlson wrote: >> >> Source: >> http://lists.w3.org/Archives/Public/wai-xtech/2007Jun/0021.html > > [..] >> >> Source: >> >> http://esw.w3.org/topic/HTML/TableHeadersTestingBug5822#head-4dd98a1e6b2646ef8c2be83dd7b6c93622e25f4b > > > It seems that the problem description for headers/id is backwards > compatibility in case where authors are competent and willing to cater for > existing UAs not making good use of <th> semantics. > > It appears, though, that if client software is not assumed to be frozen, for > the next generation of client software the general approach taken by the > spec (not necessarily exactly as written) is better than the headers/id > approach, since there less room for author error when tables are edited and > less participation from authors required, which should improve overall > accessibility of tables on the Web scale. (It seems to me that > implementation-wise the right place to put the association algorithm is > browser engines that report stuff to AT--not AT itself.) Most of the examples I've seen of complex data tables that require headers/id associations have not been built by hand. They're usually built server-side, after analysts select the data they want to report on, and generating the relationships is easy for the software. When composite data is included, headers are usually required, as the composite data has a finite range that might not run for the remaining column/row. This can sometimes be overcome (if there are no totals or other aggregate data that usually go in the last columns) by reordering the columns, but using conceptual headers marked up as tds with headers/id to create the association allows analysts to order the columns how they want. Cheers, Gez -- _____________________________ Supplement your vitamins http://juicystudio.com
Received on Tuesday, 26 August 2008 15:53:44 UTC