RESOLVED FIXED 152070
AX: [GTK] Anonymous render block flow elements should be exposed as ATK_ROLE_SECTION; not ATK_ROLE_PANEL
https://bugs.webkit.org/show_bug.cgi?id=152070
Summary AX: [GTK] Anonymous render block flow elements should be exposed as ATK_ROLE_...
Joanmarie Diggs
Reported 2015-12-09 09:35:03 PST
In WebCore Accessibility, anonymous render block flow elements are mapped as GroupRole. For ATK, GroupRole maps to ATK_ROLE_PANEL. Panels are most commonly found (and hence expected) in UI elements; not text blocks. These should be mapped as DivRole, at least for GTK.
Attachments
Patch (10.72 KB, patch)
2015-12-09 09:50 PST, Joanmarie Diggs
no flags
Radar WebKit Bug Importer
Comment 1 2015-12-09 09:35:28 PST
Joanmarie Diggs
Comment 2 2015-12-09 09:50:18 PST
WebKit Commit Bot
Comment 3 2015-12-09 10:24:56 PST
Comment on attachment 267016 [details] Patch Clearing flags on attachment: 267016 Committed r193841: <http://trac.webkit.org/changeset/193841>
WebKit Commit Bot
Comment 4 2015-12-09 10:24:59 PST
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.