6
edits
| Line 62: | Line 62: | ||
= Implementations of list tables in Win apps = | = Implementations of list tables in Win apps = | ||
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. | ||
edits