Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions css-grid-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Editor: Rossen Atanassov, Microsoft, ratan@microsoft.com, w3cid 49885
Abstract: This CSS module defines a two-dimensional grid-based layout system, optimized for user interface design. In the grid layout model, the children of a grid container can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid. Level 2 expands Grid by adding “subgrid” capabilities for nested grids to participate in the sizing of their parent grids; and aspect-ratio–controlled gutters.
</pre>

<pre class=link-defaults>
spec:css-align-3;
type:property; text:column-gap
type:value; for:column-gap; text:normal
</pre>

Introduction {#intro}
=====================

Expand Down
1 change: 1 addition & 0 deletions css-sizing-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Ignored Terms: block-level box

<pre class='link-defaults'>
spec:css-display-3; type:dfn; text:box
spec:css-align-3; type:property; text:column-gap
spec:css2; type: property
text: min-width
text: min-height
Expand Down