Bug 168978

Summary: AX: add role aliases for ARIA DPUB module
Product: WebKit Reporter: James Craig <jcraig>
Component: AccessibilityAssignee: James Craig <jcraig>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, cfleizach, commit-queue, dmazzoni, jdiggs, mario, samuel_white, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch none

James Craig
Reported 2017-02-28 11:25:43 PST
AX: add role aliases for ARIA DPUB module https://rawgit.com/w3c/aria/master/dpub-aam/dpub-aam.html#mapping_role_table The DPUB module is in pretty solid shape. Each of the roles should be implementable as a simple alias of existing roles. If any of the DPUB roles require new platform mappings, role descriptions, or new WebCore roles, that work should be broken out into individual tracking issues on a per role basis. On initial review, I believe the work encompasses: - WebCore/Accessibility: simple additions to AccessibilityObject::initializeRoleMap() - LayoutTests/accessibility: roles-exposed.html and roles-computedRoleString.html (Note: these should be a one-way mapping, not a reverse mapping) - LayoutTests/inspector/dom/getAccessibilityPropertiesForNode.html (e.g. make sure mapping dpub-abstract to region doesn't cause WebCore to reverse map region to dpub-abstract)
Attachments
patch (26.37 KB, patch)
2017-02-28 23:14 PST, James Craig
no flags
Radar WebKit Bug Importer
Comment 1 2017-02-28 11:26:23 PST
James Craig
Comment 2 2017-02-28 23:14:34 PST
WebKit Commit Bot
Comment 3 2017-03-01 11:43:50 PST
Comment on attachment 303043 [details] patch Clearing flags on attachment: 303043 Committed r213235: <http://trac.webkit.org/changeset/213235>
WebKit Commit Bot
Comment 4 2017-03-01 11:43:56 PST
All reviewed patches have been landed. Closing bug.
James Craig
Comment 5 2017-03-01 15:13:56 PST
Note You need to log in before you can comment on or make changes to this bug.