Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 20th, 2005, 06:47 PM
Harlan Messinger
Guest
 
Posts: n/a
Default Hybrid table accessibility techniques

This question is based on Examples 2 and 3 on

http://gavelcade.com/table.html

Beyond correct use of THs, this table is not specially marked up for
accessibility--except for a scope="col" attribute for the "Country"
header. And therein lies my question. It seems you can break
accessibility table markup into three different levels:

1. None (except for THs), as long as the headers are the first cell in
the column or row containing the corresponding data.

2. Use of the scope attribute.

3. Use of id and headers attributes (and axis, if desired).

Does one approach have to be used consistently within one table?

For example, in Example 2, Level 1 works except for the top left cell,
which is inherently ambiguous when non-empty. So I've added
scope="col" to that cell. Does that prevent a UA from correctly
associating all the other headers?

Example 3 is a Level 3 kind of table (which I have not actually marked
up for Level 3). What if I leave the names of the countries without id
attributes, excluding them from the headers attribute in the data
cells. Will, or should UAs figure out that they should be associated
under the Level 1 principle? Will they notice the scope attribute on
the upper left "Countries" cell and correctly associate it with the
names of the countries underneath?

My ulterior motive is to find out whether you can apply the more
complicated markup only to the extent needed, saving yourself a lot of
work.

--
Harlan Messinger
Remove the first dot from my e-mail address.
Veuillez ๔ter le premier point de mon adresse de courriel.
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles