Bug 152070 - AX: [GTK] Anonymous render block flow elements should be exposed as ATK_ROLE_SECTION; not ATK_ROLE_PANEL
Summary: AX: [GTK] Anonymous render block flow elements should be exposed as ATK_ROLE_...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Linux
: P2 Normal
Assignee: Joanmarie Diggs
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-12-09 09:35 PST by Joanmarie Diggs
Modified: 2015-12-09 10:24 PST (History)
2 users (show)

See Also:


Attachments
Patch (10.72 KB, patch)
2015-12-09 09:50 PST, Joanmarie Diggs
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joanmarie Diggs 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.
Comment 1 Radar WebKit Bug Importer 2015-12-09 09:35:28 PST
<rdar://problem/23822270>
Comment 2 Joanmarie Diggs 2015-12-09 09:50:18 PST
Created attachment 267016 [details]
Patch
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2015-12-09 10:24:59 PST
All reviewed patches have been landed.  Closing bug.