RESOLVED FIXED Bug 64805
[Chromium] WebAccessibilityObject needs information about tables
https://bugs.webkit.org/show_bug.cgi?id=64805
Summary [Chromium] WebAccessibilityObject needs information about tables
Dominic Mazzoni
Reported 2011-07-19 09:16:04 PDT
We need a few methods in WebAccessibilityObject to properly expose the accessible information from html tables (and ARIA tables) - for a table, we need the map from [row, col] to cell, and for a cell, we need its starting [row, col] indices and its rowspan and colspan.
Attachments
Patch adds needed methods and refactors WebAccessibilityObject to use WebPrivatePtr (23.17 KB, patch)
2011-07-19 09:33 PDT, Dominic Mazzoni
no flags
Dominic Mazzoni
Comment 1 2011-07-19 09:33:03 PDT
Created attachment 101334 [details] Patch adds needed methods and refactors WebAccessibilityObject to use WebPrivatePtr
WebKit Review Bot
Comment 2 2011-07-19 13:48:08 PDT
Comment on attachment 101334 [details] Patch adds needed methods and refactors WebAccessibilityObject to use WebPrivatePtr Clearing flags on attachment: 101334 Committed r91297: <http://trac.webkit.org/changeset/91297>
WebKit Review Bot
Comment 3 2011-07-19 13:48:12 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.