DescriptionAria 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() #
Messages
Total messages: 14 (3 generated)
|