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

Issue 692643005: ARIA state/property(aria-relevant,aria-busy) are not exposed correctly on MAC. (Closed)

Created:
6 years, 1 month ago by shreeramk
Modified:
6 years, 1 month ago
Reviewers:
dmazzoni, aboxhall
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 state/property(aria-relevant,aria-busy) are not exposed correctly on MAC. According to latest ediotr's draft http://www.w3.org/WAI/PF/aria-implementation/ aria-busy is exposed wrongly on windows and mac. On windows it is exposed with busy and container-busy attributes, rather according to specs it should be exposed as STATE_SYSTEM_BUSY state. And on mac it should be exposed as AXARIABusy. aria-relevant should be exposed as AXARIARelevant: <value> on mac. BUG=423630, 428377 Committed: https://crrev.com/8a9a8a55e4a1e3ae95cb5d1511fd1b816f14ac46 Cr-Commit-Position: refs/heads/master@{#304860}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 5

Patch Set 5 : updating condition for aria busy #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : fixing AXARIABusy not to expose on all elements #

Patch Set 11 : #

Total comments: 2

Patch Set 12 : Incorporating comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -21 lines) Patch
M content/browser/accessibility/browser_accessibility_cocoa.mm View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +16 lines, -7 lines 0 comments Download
M content/renderer/accessibility/blink_ax_tree_source.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
M content/test/data/accessibility/aria-busy-expected-mac.txt View 1 2 3 4 5 6 1 chunk +2 lines, -3 lines 0 comments Download
M content/test/data/accessibility/aria-busy-expected-win.txt View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/test/data/accessibility/aria-live.html View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M content/test/data/accessibility/aria-marquee.html View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M content/test/data/accessibility/aria-relevant.html View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/test/data/accessibility/aria-relevant-expected-mac.txt View 1 2 3 4 5 1 chunk +5 lines, -6 lines 0 comments Download
M content/test/data/accessibility/aria-relevant-expected-win.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (3 generated)
shreeramk
Please review. Thanks!
6 years, 1 month ago (2014-11-07 15:28:05 UTC) #2
dmazzoni
https://codereview.chromium.org/692643005/diff/60001/content/browser/accessibility/browser_accessibility_cocoa.mm File content/browser/accessibility/browser_accessibility_cocoa.mm (right): https://codereview.chromium.org/692643005/diff/60001/content/browser/accessibility/browser_accessibility_cocoa.mm#newcode1313 content/browser/accessibility/browser_accessibility_cocoa.mm:1313: if (browserAccessibility_->HasStringAttribute( I'm not sure this change is needed. ...
6 years, 1 month ago (2014-11-07 21:28:43 UTC) #4
shreeramk
https://codereview.chromium.org/692643005/diff/60001/content/browser/accessibility/browser_accessibility_cocoa.mm File content/browser/accessibility/browser_accessibility_cocoa.mm (right): https://codereview.chromium.org/692643005/diff/60001/content/browser/accessibility/browser_accessibility_cocoa.mm#newcode1313 content/browser/accessibility/browser_accessibility_cocoa.mm:1313: if (browserAccessibility_->HasStringAttribute( On 2014/11/07 21:28:43, dmazzoni wrote: > I'm ...
6 years, 1 month ago (2014-11-08 09:21:34 UTC) #5
dmazzoni
https://codereview.chromium.org/692643005/diff/60001/content/browser/accessibility/browser_accessibility_cocoa.mm File content/browser/accessibility/browser_accessibility_cocoa.mm (right): https://codereview.chromium.org/692643005/diff/60001/content/browser/accessibility/browser_accessibility_cocoa.mm#newcode1313 content/browser/accessibility/browser_accessibility_cocoa.mm:1313: if (browserAccessibility_->HasStringAttribute( On 2014/11/08 09:21:34, shreeramk wrote: > On ...
6 years, 1 month ago (2014-11-11 06:44:02 UTC) #6
shreeramk
I think this change might be required. https://codereview.chromium.org/692643005/diff/60001/content/browser/accessibility/browser_accessibility_cocoa.mm File content/browser/accessibility/browser_accessibility_cocoa.mm (right): https://codereview.chromium.org/692643005/diff/60001/content/browser/accessibility/browser_accessibility_cocoa.mm#newcode1313 content/browser/accessibility/browser_accessibility_cocoa.mm:1313: if (browserAccessibility_->HasStringAttribute( ...
6 years, 1 month ago (2014-11-19 03:45:36 UTC) #7
dmazzoni
I'm pretty sure Firefox exposes the 'busy' and 'container-busy' IA2 attributes. It's good to set ...
6 years, 1 month ago (2014-11-19 17:17:28 UTC) #8
shreeramk
On 2014/11/19 17:17:28, dmazzoni wrote: > I'm pretty sure Firefox exposes the 'busy' and 'container-busy' ...
6 years, 1 month ago (2014-11-19 18:18:13 UTC) #9
dmazzoni
lgtm Thanks!
6 years, 1 month ago (2014-11-19 18:26:57 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/692643005/220001
6 years, 1 month ago (2014-11-19 18:28:11 UTC) #12
commit-bot: I haz the power
Committed patchset #12 (id:220001)
6 years, 1 month ago (2014-11-19 19:26:33 UTC) #13
commit-bot: I haz the power
6 years, 1 month ago (2014-11-19 19:27:10 UTC) #14
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/8a9a8a55e4a1e3ae95cb5d1511fd1b816f14ac46
Cr-Commit-Position: refs/heads/master@{#304860}

Powered by Google App Engine
This is Rietveld 408576698