WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
144015
AX: WebKit does not expose the contents of attached tables
https://bugs.webkit.org/show_bug.cgi?id=144015
Summary
AX: WebKit does not expose the contents of attached tables
James Craig
Reported
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.
Attachments
test case
(35.35 KB, text/html)
2015-04-21 15:02 PDT
,
James Craig
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-04-21 15:03:12 PDT
<
rdar://problem/20640989
>
James Craig
Comment 2
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.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug