Bug 64805

Summary: [Chromium] WebAccessibilityObject needs information about tables
Product: WebKit Reporter: Dominic Mazzoni <dmazzoni>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch adds needed methods and refactors WebAccessibilityObject to use WebPrivatePtr none

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.