Click to See Complete Forum and Search --> : Tables/Accessibility


KDLA
03-01-2006, 11:00 AM
I have a calendar, put into a table layout, at http://kdla.ky.gov/libsupport/libwebhelp/librarycalendars/example/example.htm. I was checking it for Accessibility, and noticed on FF's web developer toolbar, under Misc., there is an option to linearize the content. Is the way the content appears, once linearized, the way a screen reader will interpret it?

If so, how do I make this calendar accessible and/or make sense? (Or is this impossible?)

KDLA

Jona
03-01-2006, 01:26 PM
Yes, it is how a screen reader will interpret it.

The calendar is accessible and does make sense. Although it may seem otherwise, the only tables that are accessible linearize (the only tables that don’t linearize, I believe, are nested tables).

A screen reader reads everything linearized (in the order that it appears in the HTML code). The information is most understandable in the order you already have it in when it is linearized.

Fang
03-01-2006, 01:29 PM
Accessible data tables (http://www.usability.com.au/resources/tables.cfm)

KDLA
03-01-2006, 01:34 PM
Thanks, Jona. It was one of those I've Tested this Too Much! moments.

(BTW - I like the groovin' Spidey avatar.)

Thanks, also, Fang. I'll give the link a look.

KDLA

Jona
03-01-2006, 01:39 PM
re: groovin’ Spidey, thanks. :)

Bookmark Fang’s link. That site is very informative.