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

Issue 638103003: ARIA role region is not exposed correct with MSAA+IA2 role (Closed)

Created:
6 years, 2 months ago by shreeramk
Modified:
6 years, 2 months ago
CC:
chromium-reviews, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, jam, yuzo+watch_chromium.org, darin-cc_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git/+/master
Project:
chromium
Visibility:
Public.

Description

ARIA role region is not exposed correct with MSAA+IA2 role According to specs, ARIA role region should be exposed as below MSAA+IA2: ROLE_SYSTEM_PANE AXRole:AXGroup AXSubrole:AXDocumentRegion AXRoleDescription:'region' Also section tag should have AXRoleDescription as 'region' BUG=424521 TBR=avi Committed: https://crrev.com/ac8f5a4a56bccdaba37f393493bac0ed76253e85 Cr-Commit-Position: refs/heads/master@{#300535}

Patch Set 1 #

Patch Set 2 : Updating expectations #

Patch Set 3 : Updating aria-flowto.html #

Total comments: 4

Patch Set 4 : #

Total comments: 1

Patch Set 5 : #

Total comments: 1

Patch Set 6 : fixing nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -44 lines) Patch
M content/app/strings/content_strings.grd View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_cocoa.mm View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_win.cc View 1 2 3 4 5 1 chunk +6 lines, -3 lines 0 comments Download
M content/browser/accessibility/dump_accessibility_tree_browsertest.cc View 1 2 3 4 2 chunks +6 lines, -2 lines 0 comments Download
M content/test/data/accessibility/aria-flowto-expected-mac.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + content/test/data/accessibility/aria-region.html View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
A + content/test/data/accessibility/aria-region-expected-android.txt View 1 chunk +0 lines, -1 line 0 comments Download
A content/test/data/accessibility/aria-region-expected-mac.txt View 1 1 chunk +3 lines, -0 lines 0 comments Download
A content/test/data/accessibility/aria-region-expected-win.txt View 1 1 chunk +3 lines, -0 lines 0 comments Download
M content/test/data/accessibility/modal-dialog-closed-expected-win.txt View 1 1 chunk +1 line, -1 line 0 comments Download
D content/test/data/accessibility/region.html View 1 chunk +0 lines, -17 lines 0 comments Download
D content/test/data/accessibility/region-expected-android.txt View 1 chunk +0 lines, -3 lines 0 comments Download
D content/test/data/accessibility/region-expected-mac.txt View 1 chunk +0 lines, -5 lines 0 comments Download
D content/test/data/accessibility/region-expected-win.txt View 1 chunk +0 lines, -5 lines 0 comments Download
A + content/test/data/accessibility/section.html View 1 2 3 4 1 chunk +5 lines, -3 lines 0 comments Download
A + content/test/data/accessibility/section-expected-android.txt View 1 chunk +0 lines, -1 line 0 comments Download
A content/test/data/accessibility/section-expected-mac.txt View 1 1 chunk +3 lines, -0 lines 0 comments Download
A content/test/data/accessibility/section-expected-win.txt View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (10 generated)
shreeramk
Please review. Instead of introducing a new role in blink side for section tag, I ...
6 years, 2 months ago (2014-10-17 13:15:42 UTC) #2
dmazzoni
https://codereview.chromium.org/638103003/diff/40001/content/app/strings/content_strings.grd File content/app/strings/content_strings.grd (right): https://codereview.chromium.org/638103003/diff/40001/content/app/strings/content_strings.grd#newcode353 content/app/strings/content_strings.grd:353: <message name="IDS_AX_ROLE_REGION" desc="accessibility role description for section"> the description ...
6 years, 2 months ago (2014-10-17 15:46:04 UTC) #4
shreeramk
https://codereview.chromium.org/638103003/diff/40001/content/app/strings/content_strings.grd File content/app/strings/content_strings.grd (right): https://codereview.chromium.org/638103003/diff/40001/content/app/strings/content_strings.grd#newcode353 content/app/strings/content_strings.grd:353: <message name="IDS_AX_ROLE_REGION" desc="accessibility role description for section"> On 2014/10/17 ...
6 years, 2 months ago (2014-10-17 16:08:22 UTC) #5
dmazzoni
On Fri, Oct 17, 2014 at 9:08 AM, <shreeram.k@samsung.com> wrote: > > https://codereview.chromium.org/638103003/diff/40001/ > content/app/strings/content_strings.grd ...
6 years, 2 months ago (2014-10-17 16:17:18 UTC) #6
shreeramk
On 2014/10/17 16:17:18, dmazzoni wrote: > On Fri, Oct 17, 2014 at 9:08 AM, <mailto:shreeram.k@samsung.com> ...
6 years, 2 months ago (2014-10-17 16:36:51 UTC) #7
dmazzoni
On Fri, Oct 17, 2014 at 9:36 AM, <shreeram.k@samsung.com> wrote: > Look again - I ...
6 years, 2 months ago (2014-10-17 17:00:34 UTC) #8
shreeramk
@Dominic: PTAL! Thanks :)
6 years, 2 months ago (2014-10-20 13:17:13 UTC) #10
dmazzoni
https://codereview.chromium.org/638103003/diff/60001/content/browser/accessibility/browser_accessibility_win.cc File content/browser/accessibility/browser_accessibility_win.cc (right): https://codereview.chromium.org/638103003/diff/60001/content/browser/accessibility/browser_accessibility_win.cc#newcode3694 content/browser/accessibility/browser_accessibility_win.cc:3694: ia_role_ = ROLE_SYSTEM_PANE; I still think we need an ...
6 years, 2 months ago (2014-10-20 16:33:23 UTC) #11
shreeramk
On 2014/10/20 16:33:23, dmazzoni wrote: > https://codereview.chromium.org/638103003/diff/60001/content/browser/accessibility/browser_accessibility_win.cc > File content/browser/accessibility/browser_accessibility_win.cc (right): > > https://codereview.chromium.org/638103003/diff/60001/content/browser/accessibility/browser_accessibility_win.cc#newcode3694 > ...
6 years, 2 months ago (2014-10-20 16:41:35 UTC) #12
shreeramk
I updated according to comments. Please take a look now. Thanks :)
6 years, 2 months ago (2014-10-21 12:06:06 UTC) #13
dmazzoni
lgtm lgtm with one formatting nit; no need for additional review, please cq after fixing ...
6 years, 2 months ago (2014-10-21 15:24:46 UTC) #14
shreeramk
@jam: Please review content_strings.grd changes. Thanks
6 years, 2 months ago (2014-10-21 15:38:57 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/638103003/100001
6 years, 2 months ago (2014-10-21 15:39:07 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/18972)
6 years, 2 months ago (2014-10-21 15:48:30 UTC) #20
dmazzoni
TBR:avi for OWNERS review of content/app/strings
6 years, 2 months ago (2014-10-21 15:54:28 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/638103003/100001
6 years, 2 months ago (2014-10-21 15:55:35 UTC) #24
Avi (use Gerrit)
content/app/strings lgtm
6 years, 2 months ago (2014-10-21 17:00:45 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_swarming/builds/27691)
6 years, 2 months ago (2014-10-21 18:20:16 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/638103003/100001
6 years, 2 months ago (2014-10-21 18:48:49 UTC) #29
commit-bot: I haz the power
Committed patchset #6 (id:100001)
6 years, 2 months ago (2014-10-21 19:30:21 UTC) #30
commit-bot: I haz the power
6 years, 2 months ago (2014-10-21 19:30:59 UTC) #31
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/ac8f5a4a56bccdaba37f393493bac0ed76253e85
Cr-Commit-Position: refs/heads/master@{#300535}

Powered by Google App Engine
This is Rietveld 408576698