WebAIM - Web Accessibility In Mind

E-mail List Archives

need table help

for

From: Austin, Darrel
Date: Jan 18, 2005 8:42AM


I'm laying out a data table and trying to figure out how to best use
headers. The data looks like this:

name | status
====================================person | status
-------------------------------------
employer 1 | status
-------------------------------------
employer 1 | status
====================================person | status
-------------------------------------
employer 1 | status
-------------------------------------
employer 1 | status
====================================
The 'person' is the key element of each record, and each person has two
employers. The 'name' TH makes sense for each person, but for each employer,
it'd make more sense to use the person as the header for that item.

In turn, each left TD should be the TH for the right TD status field.

What's a good way to mark this up? :


Name
Status


person
status


employer
status


-Darrel