WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: need table help

for

From: Austin, Darrel
Date: Jan 18, 2005 10:36AM


> Person would have to be a th with a scope of row, the same for
> employer.
> If the employer is also linked to the person you need to use headers
> instead.

Right...the data relationship is like this:

Employee
- person's name
- - person's status
- - employer 1
- - - employer 1 status
- - employer 2
- - - employer 2 status

So, the person has a header of 'employee' and the employer has a header of
'person's name' which leaves person's name having to be both a child of one
header, and a header of another TD. Is that valid/accessible?

-Darrel