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

Issue 1012663002: Aria disabled does not apply to descendant elements (Closed)

Created:
5 years, 9 months ago by k.czech
Modified:
5 years, 8 months ago
Reviewers:
dmazzoni
CC:
blink-reviews, nektarios, je_julie(Not used), aboxhall
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Aria disabled does not apply to descendant elements According to w3c ARIA spec, parent's disabled state should be propagated to all it's children. One example needs clarification: <div role="group" aria-disabled="true"> <button type="submit" aria-disabled="false">submit</button> </div> In this case descendant overrides parent's disabled state. BUG=467501 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192745

Patch Set 1 #

Patch Set 2 : Just some cleanup #

Total comments: 1

Patch Set 3 : Applied suggestions #

Total comments: 3

Patch Set 4 : Applied suggestions #

Total comments: 1

Patch Set 5 : Changed methods names to ..DisabledNode() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -7 lines) Patch
M LayoutTests/accessibility/aria-disabled.html View 1 2 3 2 chunks +18 lines, -4 lines 0 comments Download
M LayoutTests/accessibility/aria-disabled-expected.txt View 1 2 3 1 chunk +6 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXNodeObject.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/accessibility/AXObject.h View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M Source/modules/accessibility/AXObject.cpp View 1 2 3 4 3 chunks +22 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
k.czech
5 years, 9 months ago (2015-03-16 12:33:38 UTC) #2
k.czech
On 2015/03/16 12:33:38, k.czech wrote: Dominic: I'm not really sure whether child's explicit defined aria-disabled=false ...
5 years, 9 months ago (2015-03-16 12:44:44 UTC) #3
dmazzoni
I posted a question on the bug. You could be right but I didn't interpret ...
5 years, 9 months ago (2015-03-16 15:45:04 UTC) #4
k.czech
On 2015/03/16 15:45:04, dmazzoni wrote: > I posted a question on the bug. You could ...
5 years, 9 months ago (2015-03-23 16:03:52 UTC) #5
dmazzoni
On 2015/03/23 16:03:52, k.czech wrote: > On 2015/03/16 15:45:04, dmazzoni wrote: > > I posted ...
5 years, 9 months ago (2015-03-23 16:09:37 UTC) #6
dmazzoni
https://codereview.chromium.org/1012663002/diff/40001/LayoutTests/accessibility/aria-disabled.html File LayoutTests/accessibility/aria-disabled.html (right): https://codereview.chromium.org/1012663002/diff/40001/LayoutTests/accessibility/aria-disabled.html#newcode34 LayoutTests/accessibility/aria-disabled.html:34: shouldBe("succeeded", "false"); I know this existed before, but as ...
5 years, 9 months ago (2015-03-23 16:16:51 UTC) #7
k.czech
On 2015/03/23 16:16:51, dmazzoni wrote: > https://codereview.chromium.org/1012663002/diff/40001/LayoutTests/accessibility/aria-disabled.html > File LayoutTests/accessibility/aria-disabled.html (right): > > https://codereview.chromium.org/1012663002/diff/40001/LayoutTests/accessibility/aria-disabled.html#newcode34 > ...
5 years, 9 months ago (2015-03-26 16:03:36 UTC) #8
dmazzoni
lgtm OK to commit with the name change below, thanks! https://codereview.chromium.org/1012663002/diff/60001/Source/modules/accessibility/AXObject.h File Source/modules/accessibility/AXObject.h (right): https://codereview.chromium.org/1012663002/diff/60001/Source/modules/accessibility/AXObject.h#newcode432 ...
5 years, 9 months ago (2015-03-27 19:21:17 UTC) #9
k.czech
On 2015/03/27 19:21:17, dmazzoni wrote: > lgtm > > OK to commit with the name ...
5 years, 8 months ago (2015-03-30 07:59:27 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1012663002/80001
5 years, 8 months ago (2015-03-30 08:00:31 UTC) #13
commit-bot: I haz the power
5 years, 8 months ago (2015-03-30 09:25:10 UTC) #14
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=192745

Powered by Google App Engine
This is Rietveld 408576698