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

Issue 702393002: AXSubrole and AXRoleDescription is not exposed for HTML form element. (Closed)

Created:
6 years, 1 month ago by shreeramk
Modified:
6 years, 1 month 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

AXSubrole and AXRoleDescription is not exposed for HTML form element. According to latest editor's draft http://rawgit.com/w3c/html-api-map/master/index.html HTML Form element should be exposed on MAC as below: AXRole: AXGroup AXSubrole: AXLandmarkForm AXRoleDescription: "form" This CL depends on blink side CL https://codereview.chromium.org/704083004/ for aria-form.html BUG=430873 Committed: https://crrev.com/b70363420dbfe0825e96e3d025fb0bacb26ff2f4 Cr-Commit-Position: refs/heads/master@{#303789}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : uploading and updating expectations for mac and android #

Patch Set 5 : Putting back role_name_ = L"form"; #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -16 lines) Patch
M content/app/strings/content_strings.grd View 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_cocoa.mm View 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/accessibility/dump_accessibility_tree_browsertest.cc View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
A + content/test/data/accessibility/aria-form.html View 1 chunk +2 lines, -1 line 0 comments Download
A + content/test/data/accessibility/aria-form-expected-android.txt View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A content/test/data/accessibility/aria-form-expected-mac.txt View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A + content/test/data/accessibility/aria-form-expected-win.txt View 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/fieldset-expected-android.txt View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/test/data/accessibility/form.html View 1 chunk +3 lines, -1 line 0 comments Download
M content/test/data/accessibility/form-expected-mac.txt View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M content/test/data/accessibility/input-submit-expected-mac.txt View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/test/data/accessibility/landmark.html View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M content/test/data/accessibility/landmark-expected-android.txt View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M content/test/data/accessibility/landmark-expected-mac.txt View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/test/data/accessibility/landmark-expected-win.txt View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M content/test/data/accessibility/legend-expected-android.txt View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download
M content/test/data/accessibility/output.html View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M ui/accessibility/platform/ax_platform_node_mac.mm View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 18 (5 generated)
shreeramk
The reason for failure of try bot is below: DCHECK(!role_name_.empty() || ia_role_); Solutions: 1. We ...
6 years, 1 month ago (2014-11-07 03:57:56 UTC) #2
dmazzoni
On 2014/11/07 03:57:56, shreeramk wrote: > The reason for failure of try bot is below: ...
6 years, 1 month ago (2014-11-08 00:43:55 UTC) #3
dmazzoni
On 2014/11/07 03:57:56, shreeramk wrote: > The reason for failure of try bot is below: ...
6 years, 1 month ago (2014-11-08 00:45:46 UTC) #4
dmazzoni
On 2014/11/08 00:45:46, dmazzoni wrote: > On 2014/11/07 03:57:56, shreeramk wrote: > > The reason ...
6 years, 1 month ago (2014-11-08 00:47:13 UTC) #5
dmazzoni
lgtm lgtm once that change is addressed
6 years, 1 month ago (2014-11-08 00:48:10 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/702393002/100001
6 years, 1 month ago (2014-11-08 10:41:37 UTC) #8
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/23055)
6 years, 1 month ago (2014-11-08 10:45:38 UTC) #10
shreeramk
On 2014/11/08 10:45:38, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 1 month ago (2014-11-08 11:33:59 UTC) #12
shreeramk
@Avi: Please review the changes in content_strings.grd. Thanks!!
6 years, 1 month ago (2014-11-11 06:58:05 UTC) #13
Avi (use Gerrit)
if dmazzoni is happy then so am I stampity stamp LGTM
6 years, 1 month ago (2014-11-11 18:04:11 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/702393002/100001
6 years, 1 month ago (2014-11-12 05:02:20 UTC) #16
commit-bot: I haz the power
Committed patchset #6 (id:100001)
6 years, 1 month ago (2014-11-12 05:04:40 UTC) #17
commit-bot: I haz the power
6 years, 1 month ago (2014-11-12 05:05:16 UTC) #18
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/b70363420dbfe0825e96e3d025fb0bacb26ff2f4
Cr-Commit-Position: refs/heads/master@{#303789}

Powered by Google App Engine
This is Rietveld 408576698