WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Nested data tables

for

From: Jonathan Avila
Date: Oct 20, 2020 5:10PM


JAWS has historically had issues with table navigation commands not working correctly in nested tables. This can be manifested in table header cells with nested layout tables that are not marked as presentation and in data tables within data tables. JAWS can get confused about which table you are in and you can easily skip cells across nested table boundaries and get out of the nested table accidently.

When I previously trained JAWS users we always covered table navigation commands. Although I suspect that many users who have not receive training are not aware of the commands as NVDA and VoiceOver on iOS both announce headers automatically when arrowing down through a table but JAWS does not.

Jonathan

-----Original Message-----
From: WebAIM-Forum < <EMAIL REMOVED> > On Behalf Of Steve Green
Sent: Tuesday, October 20, 2020 6:07 PM
To: WebAIM Discussion List < <EMAIL REMOVED> >
Subject: Re: [WebAIM] Nested data tables

CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.


My experience is that screen readers have no problem with nested tables, but screen reader users do. Even things like rowspans can cause difficulty. In more than 15 years of user testing, I don't recall seeing any screen reader user use the table navigation commands - they all "arrow" through the table, hoping that the data in each cell gives a clue as to what the column heading is. In small tables, they might remember all the column headings and keep track of where they are by counting the cells.

I doubt if 90% of users even know that there are table navigation commands. Remember that the screen reader users in this forum are probably in the top 1%, so their ability is unrepresentative of users in general.

I'm not saying that you should not use complex tables, but the only way to know for sure is to do user testing with people of average ability. And 50% of people are below average, so you ought to include some of them too.

Steve Green
Managing Director
Test Partners Ltd


-----Original Message-----
From: WebAIM-Forum < <EMAIL REMOVED> > On Behalf Of Alan Zaitchik
Sent: 20 October 2020 21:54
To: WebAIM Discussion List < <EMAIL REMOVED> >
Subject: [WebAIM] Nested data tables

I understand that nesting a data table inside another data table is generally frowned upon, but in some cases it seems to me that nesting a table in another is exactly the best way to communicate the data relationships. I wrote a codepen which illustrates a case I am dealing with:
https://codepen.io/azaitchik/pen/QJXRQVQ. (The top row nests an inner data table.) Voiceover, Jaws, nvda all have no problem with the nested table, and I am wondering if there are guidelines as to when the tables (outer and inner) are "simple enough" that there's no problem with nesting.
Any guidance people can offer will be most appreciated!
Thank you.
Alan