DescriptionClean up break-inside restriction propagation from table headers.
If a table header has break-inside:avoid, our implementation currently
propagates that to all table rows in the table. Make this more obvious (and
consistent) with a getPaginationBreakability() override in LayoutTableRow,
rather than checking it at only one place (paginationStrutForRow()), although
that may very well have been the only place that needed to care.
No behavioral changes expected.
Committed: https://crrev.com/253f37daa559bcd257cd8e9355fc292280d428fa
Cr-Commit-Position: refs/heads/master@{#426020}
Patch Set 1 #
Messages
Total messages: 12 (7 generated)
|