WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Can I use TDs with IDs and headers, instead of TH

for

Number of posts in this thread: 2 (In chronological order)

From: Rachel
Date: Tue, Mar 11 2003 7:59AM
Subject: Can I use TDs with IDs and headers, instead of TH
No previous message | Next message →

If I use IDs and HEADERS to markup my complex data
tables, can I use TDs for the table cells that feature
the IDs? Or do I need to use THs?

Example:
<tr><td id="title">Title</td> (etc.) </tr>
<tr><td headers="title">MyStory</td> (etc.) </tr>

And, if I can use TDs in this scenario, will that
cause problems in any of the major screen readers?

By the way, thanks to everybody for your feedback on
my use of the TITLE attribute for tooltips. It was
very helpful.

Rachel Sengers

__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com


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


From: Jim Thatcher
Date: Tue, Mar 11 2003 9:01AM
Subject: RE: Can I use TDs with IDs and headers, instead of TH
← Previous message | No next message

Hi Rachel,

It is OK to place ID's on TD's and refer to those cells in the headers
attribute. The assistive technology that recognizes the headers attribute
will work as expected in this case.

Jim
508 Web Accessibility Tutorial http://jimthatcher.com/webcourse1.htm.
"Constructing Accessible Web Sites:" http://jimthatcher.com/news.htm

-----Original Message-----
From: Rachel [mailto: = EMAIL ADDRESS REMOVED = ]
Sent: Tuesday, March 11, 2003 8:51 AM
To: = EMAIL ADDRESS REMOVED =
Subject: Can I use TDs with IDs and headers, instead of TH

If I use IDs and HEADERS to markup my complex data
tables, can I use TDs for the table cells that feature
the IDs? Or do I need to use THs?

Example:
<tr><td id="title">Title</td> (etc.) </tr>
<tr><td headers="title">MyStory</td> (etc.) </tr>

And, if I can use TDs in this scenario, will that
cause problems in any of the major screen readers?

By the way, thanks to everybody for your feedback on
my use of the TITLE attribute for tooltips. It was
very helpful.

Rachel Sengers

__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com


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



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