Skip to content

Commit 9c0c962

Browse files
committed
[css-grid] [css-sizing] links to column-gap
css-grid-2 refers to css-align-3 column-gap (and row-gap). css-sizing-4 refers to css-align-3 column-gap (and css-multicol-1 column-count).
1 parent aeee8f7 commit 9c0c962

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

css-grid-2/Overview.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Editor: Rossen Atanassov, Microsoft, ratan@microsoft.com, w3cid 49885
1414
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.
1515
</pre>
1616

17+
<pre class=link-defaults>
18+
spec:css-align-3;
19+
type:property; text:column-gap
20+
type:value; for:column-gap; text:normal
21+
</pre>
22+
1723
Introduction {#intro}
1824
=====================
1925

css-sizing-4/Overview.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Ignored Terms: block-level box
1818

1919
<pre class='link-defaults'>
2020
spec:css-display-3; type:dfn; text:box
21+
spec:css-align-3; type:property; text:column-gap
2122
spec:css2; type: property
2223
text: min-width
2324
text: min-height

0 commit comments

Comments
 (0)