Skip to content

Should aria-rowindex/colindex really set the position? #1386

@JAWS-test

Description

@JAWS-test

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?

See: FreedomScientific/standards-support#488

Metadata

Metadata

Assignees

No one assigned

    Labels

    clarificationclarifying or correcting language that is either confusing, misleading or under-specifiedhelp-wanted

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions