WebAIM - Web Accessibility In Mind

E-mail List Archives

Accessible data table

for

From: Steve Vosloo
Date: Aug 14, 2002 7:37AM


Please could someone verify this code for a very simple accessible data
table. I want to keep it as simple as possible using only ID and HEADER
(instead of SCOPE and AXIS):

<TABLE border="1" SUMMARY="Example of accessible table.">

<CAPTION>Example of a simple data table created using HTML
markup.</CAPTION>

<THEAD>
<TR>
<TD></TD>
<TH id="C1">Col. header</TH>
</TR>
</THEAD>

<TBODY>
<TR>
<TH id="R1">Row header</TH>
<TD headers="C1 R1">C1R1</TD>
</TR>
</TBODY>

</TABLE>

Thanks
Steve

Steve Vosloo
Division Manager
Usability Junction

Tel: + 27 (0) 21 409 7961
Fax: + 27 (0) 21 409 7050
Cell: + 27 (0) 83 463 0012
Web: www.usabilityjunction.com



----
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/