Bug 144015 - AX: WebKit does not expose the contents of attached tables
Summary: AX: WebKit does not expose the contents of attached tables
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-04-21 15:02 PDT by James Craig
Modified: 2015-04-21 15:51 PDT (History)
1 user (show)

See Also:


Attachments
test case (35.35 KB, text/html)
2015-04-21 15:02 PDT, James Craig
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Craig 2015-04-21 15:02:35 PDT
Created attachment 251265 [details]
test case

AX: WebKit does not expose the contents of attached tables

1. Load attached test case.
2. Navigate with VoiceOver.

Table cells are not accessible. Something in the CSS properties are causing WebKit to expose a malformed table to the AX API. These should either be exposed as layout tables, or as well-formed data tables. The first type is headers with no cell contents. The second type has no headers, but has an empty caption which is tricking WebKit into thinking it's a data table.
Comment 1 Radar WebKit Bug Importer 2015-04-21 15:03:12 PDT
<rdar://problem/20640989>
Comment 2 James Craig 2015-04-21 15:51:51 PDT
Seems likely that the relative position is what's causing this. Difficult to test b/c WebKit caches the table accessibility; e.g. you can't update through the Web Inspector.