Bug 113628 - Regression: columnheader/rowheader roles not exposed correctly
Summary: Regression: columnheader/rowheader roles not exposed correctly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: chris fleizach
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-03-29 16:47 PDT by James Craig
Modified: 2013-07-17 09:14 PDT (History)
9 users (show)

See Also:


Attachments
ARIA CR test case (1.01 KB, text/html)
2013-03-29 16:47 PDT, James Craig
no flags Details
patch (7.05 KB, patch)
2013-07-17 08:59 PDT, chris fleizach
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Craig 2013-03-29 16:47:20 PDT
Created attachment 195819 [details]
ARIA CR test case

ARIA CR blocker

Open attached test case. columnheaders are exposed as AXCells (expected), but the AXColumnHeaderUIElements is empty on the containing AXTable.

Note: this is from the ARIA test suite.
https://dvcs.w3.org/hg/pfwg/raw-file/default/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-columnheader-aria-expanded-true.html
https://www.w3.org/WAI/PF/testharness/testcases/edit/264
Comment 1 Radar WebKit Bug Importer 2013-03-29 16:47:28 PDT
<rdar://problem/13540428>
Comment 2 James Craig 2013-03-29 17:06:26 PDT
Should probably also update LayoutTest to include this check.
/LayoutTests/accessibility/aria-tables.html
Comment 5 chris fleizach 2013-07-17 08:59:40 PDT
Created attachment 206890 [details]
patch
Comment 6 chris fleizach 2013-07-17 09:14:40 PDT
http://trac.webkit.org/changeset/152783