Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Issue 1004803004: Add handling to respect role attribute in AXObjects. (Closed)

Created:
5 years, 9 months ago by je_julie(Not used)
Modified:
5 years, 9 months ago
Reviewers:
dmazzoni
CC:
blink-reviews, nektarios, dmazzoni, je_julie(Not used), aboxhall
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Add handling to respect role attribute in AXObjects. Some AXObjects didn't handle role attribute correctly because it returns static role for roleValue(). This patch makes they check role attribute on roleValue(). It will have a higher priority than implicit role. AXObjects handled in this patch: - AXSlider - AXProgressIndicator - AXMenuList - AXListBoxOption - AXListBox BUG=467434 R=dmazzoni Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191899

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -7 lines) Patch
A LayoutTests/accessibility/role-attribute.html View 1 chunk +35 lines, -0 lines 0 comments Download
A LayoutTests/accessibility/role-attribute-expected.txt View 1 chunk +51 lines, -0 lines 0 comments Download
M Source/modules/accessibility/AXListBox.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/accessibility/AXListBox.cpp View 1 chunk +8 lines, -0 lines 0 comments Download
M Source/modules/accessibility/AXListBoxOption.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/accessibility/AXListBoxOption.cpp View 1 chunk +8 lines, -0 lines 0 comments Download
M Source/modules/accessibility/AXMenuList.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/accessibility/AXMenuList.cpp View 1 chunk +8 lines, -0 lines 0 comments Download
M Source/modules/accessibility/AXObjectCacheImpl.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXProgressIndicator.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/accessibility/AXProgressIndicator.cpp View 1 chunk +8 lines, -0 lines 0 comments Download
M Source/modules/accessibility/AXSlider.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/accessibility/AXSlider.cpp View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
je_julie(Not used)
Hi Dominic, I found we have several problems related to handling role attribute. 1) We ...
5 years, 9 months ago (2015-03-16 06:12:37 UTC) #2
dmazzoni
lgtm Great catch! Thanks for writing a clear change description and a good test.
5 years, 9 months ago (2015-03-16 06:17:26 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1004803004/1
5 years, 9 months ago (2015-03-16 06:17:32 UTC) #5
commit-bot: I haz the power
5 years, 9 months ago (2015-03-16 09:04:54 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=191899

Powered by Google App Engine
This is Rietveld 408576698