DescriptionImplements determineAccessibilityRole() instead of roleValue()
This patch removes roleValue() from the child classes of AXLayoutObject
and implements determineAccessibilityRole(). It is called
at AXNodeObject::init() and AXNodeObject::updateAccessibilityRole() and
decides the proper AX roles. The child classes of AXLayoutObject set
the role using it and AXObject::roleValue() is called naturally to get that role.
BUG=467434
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193783
Patch Set 1 #Messages
Total messages: 6 (2 generated)
|