Semantic layout
page shell
Shell, navigation, grid, row, column, stack, table and icon nodes share one export path.
Layout primitives
grid layout · 3 columns
Three responsive regions share a single semantic grid.
Grid
Reflows under the exported narrow breakpoint.
Row and column
Structural groups retain their reading order.
Semantic table
A small comparison remains a table in the emitted document.
| Col 1 | Col 2 | Col 3 |
|---|---|---|
R1C1 | R1C2 | R1C3 |
R2C1 | R2C2 | R2C3 |
R3C1 | R3C2 | R3C3 |
Stack
stack layout · offset 18
Layered content stays inside the same document grammar.
First layer
A visible semantic region.
Second layer
A second visible semantic region.