DescriptionUse LocalStyleChange when changing TD presentation attributes.
Border and cellpadding attributes on TABLE affects computed styles of TD
elements, but LocalStyleChange on the TD elements should be sufficient to
have changes applied.
The setNeedsStyleRecalc call on the TABLE element is removed since that is
handled via HTMLTableElement::isPresentationAttribute called from
Element::attributeChanged.
Unwind the recursion looking for TD elements using ElementTraversal.
BUG=341987
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167568
Patch Set 1 #
Total comments: 6
Patch Set 2 : Fixed review issues and added test. #
Total comments: 1
Messages
Total messages: 8 (0 generated)
|