Open Bug 1356997 Opened 7 years ago Updated 2 years ago

atk_table_get_n_{columns,rows} should report the values of aria-{col,row}count

Categories

(Core :: Disability Access APIs, defect, P3)

Unspecified
Linux
defect

Tracking

()

People

(Reporter: jdiggs, Unassigned)

Details

Steps to reproduce:
1. Load data:text/html,<div role="table" aria-colcount="8"><div role="row"><div role="cell" aria-colindex="4">test cell</div></div></div>
2. Use Accerciser to get the column count via the accessible table interface.

Expected result: The reported number of columns would be 8.
Actual result: The reported number of columns is 1.
See: https://rawgit.com/w3c/aria/master/core-aam/core-aam.html#ariaColCount

The same issue is present for row counts specified by aria-rowcount.
See: https://rawgit.com/w3c/aria/master/core-aam/core-aam.html#ariaRowCount
This is something we should triage and fix but isn't among our most urgent bugs.(Contributions welcome as always!)
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.