Description[New Multicolumn] Intrinsic/preferred logical width calculation for spanners.
Need to skip multicol adjustment of preferred widths when it comes to spanners.
Their preferred widths should not be multiplied by the number of columns.
Conversely, when encountering column-span:all renderers somewhere inside flow
threads, for preferred width calculation, skip them, since they're not column
content.
When a multicol container asks a child spanner placeholder about its preferred
logical width, relay to the actual column-span:all renderer.
BUG=347325
R=jchaffraix@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189030
Patch Set 1 #
Total comments: 9
Patch Set 2 : Code review #
Total comments: 2
Patch Set 3 : code review #Patch Set 4 : add assert in adjustIntrinsicLogicalWidthsForColumns() #
Total comments: 4
Patch Set 5 : final code review #Messages
Total messages: 10 (1 generated)
|