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

Issue 629003003: Adding roles in Blink side to expose menuitemcheckbox & menuitemradio role with correct IA2 role. (Closed)

Created:
6 years, 2 months ago by shreeramk
Modified:
6 years, 2 months ago
Reviewers:
dmazzoni, aboxhall
CC:
blink-reviews, jamesr, dglazkov+blink, dmazzoni, aboxhall, mkwst+moarreviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Adding roles in Blink side to expose aria role menuitemcheckbox and menuitemradio with correct IA2 role in Chromium Side. According to specs(http://www.w3.org/WAI/PF/aria-implementation/) aria role menuitemcheckbox should have IA2 role as IA2_ROLE_CHECK_MENU_ITEM aria role menuitemradio should have IA2 role as IA2_ROLE_RADIO_MENU_ITEM BUG=169569, 420605 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183304

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -2 lines) Patch
M Source/core/accessibility/AXNodeObject.cpp View 2 chunks +4 lines, -0 lines 0 comments Download
M Source/core/accessibility/AXObject.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/accessibility/AXObject.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M Source/web/AssertMatchingEnums.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M public/web/WebAXEnums.h View 1 chunk +2 lines, -0 lines 1 comment Download

Messages

Total messages: 20 (7 generated)
shreeramk
Please review. Thanks!
6 years, 2 months ago (2014-10-06 15:56:23 UTC) #2
dmazzoni
lgtm
6 years, 2 months ago (2014-10-06 16:02:24 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/629003003/1
6 years, 2 months ago (2014-10-06 17:34:33 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu_triggered_tests/builds/65076)
6 years, 2 months ago (2014-10-06 20:35:50 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/629003003/1
6 years, 2 months ago (2014-10-07 03:41:16 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu_triggered_tests/builds/59884)
6 years, 2 months ago (2014-10-07 04:29:03 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/629003003/1
6 years, 2 months ago (2014-10-07 05:05:18 UTC) #14
commit-bot: I haz the power
Committed patchset #1 (id:1) as 183304
6 years, 2 months ago (2014-10-07 05:59:03 UTC) #15
dmazzoni
https://codereview.chromium.org/629003003/diff/1/public/web/WebAXEnums.h File public/web/WebAXEnums.h (right): https://codereview.chromium.org/629003003/diff/1/public/web/WebAXEnums.h#newcode142 public/web/WebAXEnums.h:142: WebAXRoleMenuItemCheckBox, I just realized that you previously added WebAXRoleCheckBoxMenuItem ...
6 years, 2 months ago (2014-10-10 05:42:51 UTC) #16
shreeramk
On 2014/10/10 05:42:51, dmazzoni wrote: > https://codereview.chromium.org/629003003/diff/1/public/web/WebAXEnums.h > File public/web/WebAXEnums.h (right): > > https://codereview.chromium.org/629003003/diff/1/public/web/WebAXEnums.h#newcode142 > ...
6 years, 2 months ago (2014-10-10 06:23:49 UTC) #17
dmazzoni
I interpret the '?' as meaning that the authors of the spec haven't gotten around ...
6 years, 2 months ago (2014-10-10 21:05:18 UTC) #18
shreeramk
Please find the inline comments. :) On 2014/10/10 21:05:18, dmazzoni wrote: > I interpret the ...
6 years, 2 months ago (2014-10-12 09:19:06 UTC) #19
shreeramk
6 years, 2 months ago (2014-10-12 10:48:14 UTC) #20
Message was sent while issue was closed.
On 2014/10/12 09:19:06, shreeram.k wrote:
> Please find the inline comments. :)
> 
> On 2014/10/10 21:05:18, dmazzoni wrote:
> > I interpret the '?' as meaning that the authors of the spec haven't gotten
> > around to filling this in yet, not that it should be different.
> 
> OK. I was not able to interpret the meaning of '?'.
> 
> > I just don't see any reason we should handle these differently. I think we
> > should just make them the same, and file a bug with the spec to fix it.
> 
> I will file a spec bug.
> 

Spec bug filed https://www.w3.org/Bugs/Public/show_bug.cgi?id=27024

Powered by Google App Engine
This is Rietveld 408576698