DescriptionCalling isRenderedTable() instead of isTable() to maintain consistency within the Editing module.
Instead of doing the isTable() check on a node's renderer, we can directly
use the htmlediting method isRenderedTable() that internally carries out
the same check.
This is to maintain consistency within the editing code.
htmlediting defines two methods: isRenderedTable() and isTableElement()
to perform a check based on the renderer, or the tag name respectively.
Within the editing module, these methods should be called where required.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=162709
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|