Bug 171165 - [ATK] atk_table_cell_get_row_column_span() should return values of aria-rowspan and aria-colspan, if present
Summary: [ATK] atk_table_cell_get_row_column_span() should return values of aria-rowsp...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: All Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-04-22 10:52 PDT by Joanmarie Diggs
Modified: 2021-07-22 10:32 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joanmarie Diggs 2017-04-22 10:52:41 PDT
For ATK, support for aria-rowspan and aria-colspan requires:
1. Expose the values via the "rowspan" and "colspan" object attributes
2. Returning the values via atk_table_cell_get_row_column_span()
Comment 1 Radar WebKit Bug Importer 2017-04-22 10:53:25 PDT
<rdar://problem/31774683>
Comment 2 Joanmarie Diggs 2017-05-04 08:54:14 PDT
Updating the summary as the object attributes are already done.