Open Bug 1357013 Opened 7 years ago Updated 2 years ago

atk_table_cell_get_row_column_span() should report the values of aria-rowspan and aria-colspan

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"><div role="row"><div role="cell" aria-colspan="2" aria-rowspan="2">test cell</div></div></div>
2. Launch Accerciser, select the accessible cell, and use the ipython console type: Atspi.TableCell.get_row_column_span(acc)

Expected result: The returned values for row_span and column_span would be 2.

Actual result: The returned values for row_span and column_span are 1.

See:
* https://rawgit.com/w3c/aria/master/core-aam/core-aam.html#ariaColSpan
* https://rawgit.com/w3c/aria/master/core-aam/core-aam.html#ariaRowSpan
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.