WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Ext JS Grid and Accessibility

for

From: Tim Harshbarger
Date: Jan 22, 2009 6:05AM


Nancy,

My opinion is that the array grid is not accessible. The content, at
the least, should be marked up as a table with row and column headings.
It might be possible for some people using screen readers to read and
comprehend the contents in the grid. However, the lack of good mark-up
would place the burden of interpreting the grid contents on the user's
abilities--such as can they remember the row and column headers as they
read the numerical data.

Also, you may want to look at the tasks the users will be performing
when they use a grid like this. It just occurred to me that if the user
needs to compare data across columns or rows, it might cause problems if
Ajax is being used to continually update the grid contents. If the user
is unaware the data just updated, the user might draw erroneous
conclusions when comparing data across columns and rows.

Tim
-----Original Message-----
From: <EMAIL REMOVED>
[mailto: <EMAIL REMOVED> ] On Behalf Of Nancy Johnson
Sent: Wednesday, January 21, 2009 1:55 PM
To: <EMAIL REMOVED>
Subject: [WebAIM] Ext JS Grid and Accessibility

I was wondering if anyone know whether the grid samples from Ext JS
are accessible.

http://extjs.com/deploy/dev/examples/samples.html or
http://extjs.com/deploy/dev/examples/grid/array-grid.html is a
specific example I am wondering about.


Thank you

Nancy Johnon