Confirmed users
1,396
edits
| Line 47: | Line 47: | ||
==ARIA row== | ==ARIA row== | ||
====Attributes==== | |||
* aria-level - should be set on each row to reflect its level in the tree row hierarchy (used for treegrid only) | * aria-level - should be set on each row to reflect its level in the tree row hierarchy (used for treegrid only) | ||
* aria-selected - all cells in the row are selected | * aria-selected - all cells in the row are selected | ||
| Line 52: | Line 54: | ||
* aria-activedescendant - does it make sense to have it if grid has it? | * aria-activedescendant - does it make sense to have it if grid has it? | ||
* aria-expanded - isn't used (general rules are used) | * aria-expanded - isn't used (general rules are used) | ||
====Name==== | |||
"JAWS should read the entire row when navigating up and down the left most column." That should mean left most column should have accessible name concatenated from accessibles name of all cells? | |||
==ARIA girdcell== | ==ARIA girdcell== | ||