[Webkit-unassigned] [Bug 144015] New: AX: WebKit does not expose the contents of attached tables
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 21 15:02:35 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=144015
Bug ID: 144015
Summary: AX: WebKit does not expose the contents of attached
tables
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jcraig at apple.com
CC: webkit-bug-importer at group.apple.com
Created attachment 251265
--> https://bugs.webkit.org/attachment.cgi?id=251265&action=review
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150421/fa0e23a2/attachment.html>
More information about the webkit-unassigned
mailing list