DescriptionInherit Presentation role only when elements without a explicit role defined.
The presentation role can be inherited to owned children
only when it doesn't a implicit role defined.
AXRenderObject::inheritsPresentationalRole() is used to check that
the presentation role can be inherited or not.
This patch added checking if element has a explicit role defined
to AXRenderObject::inheritsPresentationalRole().
The related spec,
http://www.w3.org/TR/wai-aria/roles#presentation.
BUG=447994
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188479
Patch Set 1 #
Total comments: 1
Messages
Total messages: 6 (2 generated)
|