DescriptionRenaming isTableElement() to isRenderedTable() as per the FIXME comment.
Since isTableElement() anyway verifies against the node's renderer, this
seems to be a more applicable name.
Also, instead of checking against the renderer's display style property (whether
it is of type TABLE or INLINE_TABLE), we can simply call on the isTable()
method which returns true for all table renderers.
No existing tests should fail with this change.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=161669
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|