[Question] aria-rowcount and aria-rowindex vs. aria-setsize and aria-posinset for treegrid #1442
Labels
agenda
Include in upcoming Authoring Practices Task Force meeting
Practice Page
Related to a page within the practices section of the APG
question
Issue asking a question
In the aria practices, it is specified that table, grid and treegrid must specify the aria-rowcount and aria-rowindex attributes if not all rows are in the DOM. But it is not completely clear how this should work within a treegrid.
Is the rowcount to include all rows in the table or just root-level rows? And related to that, is the rowindex supposed to be only the index within the list of top level rows, or all the rows?
So essentially, should rowcount and rowindex really be required for treegrid if setsize and posinset would be enough to appropriately define the tree hierarchy?
The text was updated successfully, but these errors were encountered: