You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: assert what multi-column layout actually guarantees
'Two columns need fewer pages' is not true in general: narrower columns wrap
more, and orphan control can push a two-column layout onto an extra page.
The CI's FreeType metrics made that visible where the local ones did not.
Replaced with the real invariants - every block is confined to a single
column's width, and a page with enough content uses both columns.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments