Files
rust_browser/tests/goldens/expected/148-grid-span.dl.txt
Zachary D. Rowitsch 19aaa6a999 Fix grid-column: span N items not rendering by fixing auto-placement
Items with only a span (e.g. `grid-column: span 2`) were neither
explicitly placed nor auto-placed: Phase 1 couldn't resolve a position
(Span alone has no line number), and Phase 2 skipped them because
`Span(N) != Auto` made them look "already placed." Track actual
placement with a `placed` vector and respect span sizes during
auto-placement.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 18:43:59 -05:00

577 B