Accessibility/Accessible Table Implementation: Difference between revisions

Jump to navigation Jump to search
Line 62: Line 62:


= Implementations of list tables in Win apps =  
= Implementations of list tables in Win apps =  
From Pete Brunet
Back in November I did the following research when working on SODC accessibility.


For list tables (multi col lists) there are various implementations.  
For list tables (multi col lists) there are various implementations.  
Line 73: Line 69:
# Firefox: The full list item (all the col data) is in the acc name, n of m info is in the acc desc, the list of col headers is the first child of the main list, the col headers have actions named "Click". And I can nav to the list of col headers with Inspect.  
# Firefox: The full list item (all the col data) is in the acc name, n of m info is in the acc desc, the list of col headers is the first child of the main list, the col headers have actions named "Click". And I can nav to the list of col headers with Inspect.  
# SODC: The acc name is the full line of text (all the col data). The list has one next sibling that is a COLUMN_HEADER with no name and no action. The n of m info is coded in IA2::groupPosition.
# SODC: The acc name is the full line of text (all the col data). The list has one next sibling that is a COLUMN_HEADER with no name and no action. The n of m info is coded in IA2::groupPosition.
Is this information useful?  If so, is there other information I can provide?
6

edits

Navigation menu