Skip to content

Commit d9e91be

Browse files
authored
Merge pull request #3912 from ewilligers/column-gap
[css-grid] [css-sizing] links to column-gap
2 parents aeee8f7 + 9c0c962 commit d9e91be

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)