DescriptionUse LocalStyleChange for text direction changes.
Changing the dir attribute or inserting text content into the document
may affect the CSS direction property through presentation style. The
code traversed and marked the parent elements affected by such changes
but use SubtreeStyleChange which recalculate more style than necessary.
Instead use LocalStyleChange as that will also cause inheritance to
happen appropriately.
R=kojii@chromium.org
BUG=596509
Committed: https://crrev.com/19ae473e9890bba140facef0127941554a2d5718
Cr-Commit-Position: refs/heads/master@{#382442}
Patch Set 1 #
Messages
Total messages: 12 (4 generated)
|