Renaming 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.
Review URL: https://codereview.chromium.org/66383003
git-svn-id: svn://svn.chromium.org/blink/trunk@161669 bbb929c8-8fbe-4397-9dbb-9b2b20218538
8 files changed