Skip to content

Lower percent-width column layout tables to core/columns - #1309

Merged
chubes4 merged 1 commit into
trunkfrom
fix/1306-percent-layout-table-columns
Aug 28, 2026
Merged

Lower percent-width column layout tables to core/columns#1309
chubes4 merged 1 commit into
trunkfrom
fix/1306-percent-layout-table-columns

Conversation

@chubes4

@chubes4 chubes4 commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Fixes #1308

Single-row headerless tables with a column-layout class (multicol / col / columns) and percentage widths on every cell become core/columns with those percentages. .layout-table and headerless tables without those signals stay core/table.

Test

php tests/contract/run.php

AI assistance

Grok 4.6 through OpenCode diagnosed missing column widths on the tasteandtravelitaly import and implemented this fix.

Single-row headerless tables whose class names them as columns and
whose cells all declare percentage widths are layout grids, not data
tables. Genuine tables without those signals stay core/table.
@chubes4
chubes4 merged commit 64542b0 into trunk Aug 28, 2026
10 checks passed
@chubes4
chubes4 deleted the fix/1306-percent-layout-table-columns branch August 28, 2026 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Lower percent-width column layout tables to core/columns

1 participant