@@ -1609,7 +1609,7 @@ The 'column-gap', 'row-gap', and 'gap' Properties</h3>
1609
1609
Inherited : no
1610
1610
Percentages : refer to corresponding dimension of the content area
1611
1611
Media : visual
1612
- Computed value : as specified, with <<length>>s made absolute
1612
+ Computed value : as specified, with <<length>>s made absolute, and''row-gap/normal'' computing to zero except on <a>multi-column elements</a>
1613
1613
Animatable : as length, percentage, or calc
1614
1614
</pre>
1615
1615
@@ -1642,13 +1642,11 @@ The 'column-gap', 'row-gap', and 'gap' Properties</h3>
1642
1642
Negative values are invalid.
1643
1643
1644
1644
: <dfn>normal</dfn>
1645
- :: The ''gap/normal'' value is identical to some <<length-percentage>> ,
1646
- but precisely which value depends on the layout mode,
1647
- and is sometimes UA-dependent;
1648
- see subsections below for details.
1649
- </dl>
1645
+ :: The ''gap/normal'' represents a UA-dependent length on <a>multi-column elements</a> ,
1646
+ and computes to ''0px'' in all other contexts.
1650
1647
1651
- Note: In addition to the [=gutters=] defined by these properties,
1648
+ Issue: Should ''gap/normal'' just compute to ''1em'' in multicol?
1649
+ </dl>
1652
1650
1653
1651
1654
1652
<h4 id='gap-multicol'>
@@ -1657,19 +1655,13 @@ Multicol Containers</h4>
1657
1655
'column-gap' specifes the [=gutter=] between adjacent <a>column boxes</a> .
1658
1656
See [[CSS-MULTICOL-1]] for details on how this affects the layout of multicol elements.
1659
1657
1660
- The ''gap/normal'' value behaves as a UA-specified length for 'column-gap' .
1661
- It's suggested that this be equal to ''1em'' .
1662
-
1663
1658
Multicol does not currently use 'row-gap' .
1664
- For it, ''gap/normal'' behaves as ''0'' .
1665
1659
1666
1660
<h4 id='gap-flex'>
1667
1661
Flex Containers</h4>
1668
1662
1669
1663
Issue: TODO define how row-gap/column-gap work between flex items and flex lines.
1670
1664
1671
- ''gap/normal'' behaves as ''0'' for both properties.
1672
-
1673
1665
<h4 id='gap-grid'>
1674
1666
Grid Containers</h4>
1675
1667
0 commit comments