NEW144015
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
Radar WebKit Bug Importer
Comment 1 2015-04-21 15:03:12 PDT
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.