E-mail List Archives
Thread: Accessible data table
Number of posts in this thread: 1 (In chronological order)
From: Steve Vosloo
Date: Wed, Aug 14 2002 7:37AM
Subject: Accessible data table
No previous message | No next message
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/