DescriptionMakes AXNodeObject test if it's a table cell or row before calling isPresentationalInTable.
The API, isPresentationalInTable(), is to see whether the current node is
a table cell or a table row and its parent has a presentational role.
If the current node is not a table cell or a table row, we don't need to
call it.
This patch adds conditions at inheritsPresentationalRoleFrom() to test
whether it is a table-cell or a table-row.
BUG=484501
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194908
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|