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

Issue 588653003: Adding support for ARIA 1.1 role="none" (Closed)

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

Description

Adding support for ARIA 1.1 role="none" In ARIA 1.1, the working group plans to introduce 'none' as a synonym to the 'presentation' role, due to author confusion surrounding the intended meaning of the word "presentation" or "presentational." Many individuals erroneously consider role="presentation" to be synonymous with aria-hidden="true", and we believe role="none" conveys the actual meaning more unambiguously. After considerable time, aria role presentation would be deprecated out. BUG=385070 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182472

Patch Set 1 #

Patch Set 2 : #

Total comments: 9

Patch Set 3 : Updated according to comments #

Patch Set 4 : Adding Layout Test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -6 lines) Patch
A + LayoutTests/accessibility/aria-none-role.html View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
A + LayoutTests/accessibility/aria-none-role-expected.txt View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/accessibility/AXNodeObject.cpp View 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/accessibility/AXObject.h View 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/accessibility/AXObject.cpp View 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/accessibility/AXRenderObject.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/AssertMatchingEnums.cpp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M public/web/WebAXEnums.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
shreeramk
Please suggest the changes given in the comments. https://codereview.chromium.org/588653003/diff/20001/Source/core/accessibility/AXObject.cpp File Source/core/accessibility/AXObject.cpp (right): https://codereview.chromium.org/588653003/diff/20001/Source/core/accessibility/AXObject.cpp#newcode300 Source/core/accessibility/AXObject.cpp:300: if ...
6 years, 3 months ago (2014-09-20 12:39:36 UTC) #2
dmazzoni
https://codereview.chromium.org/588653003/diff/20001/Source/core/accessibility/AXObject.h File Source/core/accessibility/AXObject.h (right): https://codereview.chromium.org/588653003/diff/20001/Source/core/accessibility/AXObject.h#newcode438 Source/core/accessibility/AXObject.h:438: virtual bool ariaRoleHasNoneOrPresentationalChildren() const { return false; } On ...
6 years, 3 months ago (2014-09-22 06:12:23 UTC) #3
dmazzoni
6 years, 3 months ago (2014-09-22 06:15:46 UTC) #4
shreeramk
Also I had written one mail to you regarding the problem that I am facing ...
6 years, 3 months ago (2014-09-22 06:18:25 UTC) #5
shreeramk
PTAL!
6 years, 3 months ago (2014-09-22 14:38:23 UTC) #6
dmazzoni
Please add a test also. No need to get creative - you could just duplicate ...
6 years, 3 months ago (2014-09-22 15:37:42 UTC) #7
shreeramk
PTAL! On 2014/09/22 15:37:42, dmazzoni wrote: > Please add a test also. > > No ...
6 years, 3 months ago (2014-09-23 06:05:43 UTC) #8
dmazzoni
lgtm
6 years, 3 months ago (2014-09-23 06:43:48 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/588653003/60001
6 years, 3 months ago (2014-09-23 06:44:05 UTC) #11
commit-bot: I haz the power
6 years, 3 months ago (2014-09-23 07:16:57 UTC) #12
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as 182472

Powered by Google App Engine
This is Rietveld 408576698