[TYPO3-content-rendering] accessibility in CSS styled content

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Wed Dec 21 13:57:17 CET 2005


JoH schrieb:
>>>Is there a rule that forbids tables for any other display than
>>>tabular data?
>>
>>Yes.
> 
> Where?

Well, not actually forbidden, but strongly discouraged. I remembered WAI 
incorrectly.

But this may be a problem:
"The table mus makes sense if linearized. [WAI 1.0, priority 2]"

This is odd if you have no real tabular data:
"Provide summaries for tables. [Priority 3]"

Masi

PS:

For data tables that have two or more logical levels of row or column 
headers, use markup to associate data cells and header cells.
[Priority 1]

For example, in HTML, use THEAD, TFOOT, and TBODY to group rows, COL and 
COLGROUP to group columns, and the "axis", "scope", and "headers" 
attributes, to describe more complex relationships among data.

Does any of the new table "wizards" (for RTE or table element) allow 
grouping of columns with COLGROUP?



More information about the TYPO3-project-content-rendering mailing list