WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: simple data table

for

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

From: Lee, Samson (NIH/NIDCR)
Date: Fri, Feb 20 2004 7:12AM
Subject: simple data table
No previous message | Next message →

For a simple data table like the one below, do I still need to add
scope="col" to each header, or will <th> tags alone be good enough?

TH1 TH2 TH3
===============TD1 TD2 TD3
TD4 TD5 TD6
TD7 TD8 etc.


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


From: julian.rickards@ndm.gov.on.ca
Date: Fri, Feb 20 2004 9:00AM
Subject: RE: simple data table
← Previous message | Next message →

TH is sufficient.

---------------------------------------------------------
Julian Rickards
Digital Publications Distribution Coordinator
Publications Services Section
Ontario Ministry of Northern Development and Mines
Phone: (705) 670-5608
Fax: (705) 670-5690


> -----Original Message-----
> From: Lee, Samson (NIH/NIDCR) [mailto: = EMAIL ADDRESS REMOVED = ]
> Sent: Friday, February 20, 2004 9:04 AM
> To: ' = EMAIL ADDRESS REMOVED = '
> Subject: simple data table
>
>
> For a simple data table like the one below, do I still need to add
> scope="col" to each header, or will <th> tags alone be good enough?
>
> TH1 TH2 TH3
> ===============> TD1 TD2 TD3
> TD4 TD5 TD6
> TD7 TD8 etc.
>
>
> ----
> To subscribe, unsubscribe, suspend, or view list archives,
> visit http://www.webaim.org/discussion/
>


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


From: Jim Thatcher
Date: Fri, Feb 20 2004 6:58PM
Subject: RE: simple data table
← Previous message | Next message →

Technically I agree - the scope="col" may be unnecessary. But how do you (a
screen reader) know that TH1 is a column heading and not a row heading? I
recommend using scope as a standard - it will keep the tools happy too.

Jim
Accessibility, What Not to do: http://jimthatcher.com/whatnot.htm.
Web Accessibility Tutorial: http://jimthatcher.com/webcourse1.htm.


-----Original Message-----
From: = EMAIL ADDRESS REMOVED = [mailto: = EMAIL ADDRESS REMOVED = ]
Sent: Friday, February 20, 2004 9:51 AM
To: = EMAIL ADDRESS REMOVED =
Subject: RE: simple data table

TH is sufficient.

---------------------------------------------------------
Julian Rickards
Digital Publications Distribution Coordinator
Publications Services Section
Ontario Ministry of Northern Development and Mines
Phone: (705) 670-5608
Fax: (705) 670-5690


> -----Original Message-----
> From: Lee, Samson (NIH/NIDCR) [mailto: = EMAIL ADDRESS REMOVED = ]
> Sent: Friday, February 20, 2004 9:04 AM
> To: ' = EMAIL ADDRESS REMOVED = '
> Subject: simple data table
>
>
> For a simple data table like the one below, do I still need to add
> scope="col" to each header, or will <th> tags alone be good enough?
>
> TH1 TH2 TH3
> ===============> TD1 TD2 TD3
> TD4 TD5 TD6
> TD7 TD8 etc.
>
>
> ----
> To subscribe, unsubscribe, suspend, or view list archives,
> visit http://www.webaim.org/discussion/
>


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




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


From: Paul Bohman
Date: Fri, Feb 20 2004 7:36PM
Subject: Re: simple data table
← Previous message | No next message

I agree with Jim. It's better to be explicit rather than make screen
readers guess.

Jim Thatcher wrote:

> Technically I agree - the scope="col" may be unnecessary. But how do you (a
> screen reader) know that TH1 is a column heading and not a row heading? I
> recommend using scope as a standard - it will keep the tools happy too.
>

--
Paul Ryan Bohman
Web Accessibility Specialist/Project Coordinator
WebAIM (Web Accessibility in Mind)
www.webaim.org
Center for Persons with Disabilities
www.cpd.usu.edu
Utah State University
www.usu.edu



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