-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Labels
clarificationclarifying or correcting language that is either confusing, misleading or under-specifiedclarifying or correcting language that is either confusing, misleading or under-specifiedhelp-wanted
Milestone
Description
https://www.w3.org/TR/wai-aria-1.2/#aria-rowindex:
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
Is with position the actual position meant, as it can be defined e.g. also with aria-owns deviating from the order in the source code. Then a line with rowindex=1 should be output by the screen reader before the line with rowindex=2, even if the latter is located before the former in the source code.
Or should only the position be output by the screen reader as a number, but the order of output follows the order in the source code?
If some lines have aria-rowindex and others do not: What implicit index do the lines without aria-rowindex have?
Metadata
Metadata
Assignees
Labels
clarificationclarifying or correcting language that is either confusing, misleading or under-specifiedclarifying or correcting language that is either confusing, misleading or under-specifiedhelp-wanted