Bug 152070

Summary: AX: [GTK] Anonymous render block flow elements should be exposed as ATK_ROLE_SECTION; not ATK_ROLE_PANEL
Product: WebKit Reporter: Joanmarie Diggs <jdiggs>
Component: AccessibilityAssignee: Joanmarie Diggs <jdiggs>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Linux   
Attachments:
Description Flags
Patch none

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.