DescriptionAX presentation role should be inherited to its required owned elements.
This patch makes AX presentation role be inherited to its required owned
elements. The variable, m_cachedHasInheritedPresentationRole, is added
and used to test whether AXObject has inheritance for presentation or not.
It’s recalculated on computeHasInheritedPresentationRole().
In testing presentation inheritance, several conditions are needed.
It should not be focusable, not have an explicit role definition and
be a required owned element.
BUG=471626
R=dmazzoni
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193042
Patch Set 1 #
Total comments: 6
Patch Set 2 : Moved code to AXNodeObject #
Total comments: 20
Patch Set 3 : Change member functions to static local functions #
Total comments: 9
Patch Set 4 : Rename #
Total comments: 4
Patch Set 5 : Update #Messages
Total messages: 16 (4 generated)
|