@@ -46,7 +46,7 @@ spec:css-inline-3; type:property;
46
46
text:dominant-baseline
47
47
text:alignment-baseline
48
48
spec:css-multicol-1; type:dfn;
49
- text:multi-column element
49
+ text:multi-column container
50
50
text:column box
51
51
spec:css-overflow-3; type:dfn; text:scroll container
52
52
spec:css-position-3; type:property; text:left
@@ -933,7 +933,7 @@ The 'justify-content' And 'align-content' Properties</h3>
933
933
<tr>
934
934
<th> <a>Alignment Container</a>
935
935
<td>
936
- The <a>multi-column element </a> ’s content box.
936
+ The <a>multi-column container </a> ’s content box.
937
937
<tr>
938
938
<th> <a lt="alignment subject">Alignment Subject(s)</a>
939
939
<td>
@@ -960,7 +960,7 @@ The 'justify-content' And 'align-content' Properties</h3>
960
960
both are defined as described in the column-sizing rules
961
961
of [[!CSS-MULTICOL-1]] .
962
962
963
- In the case of multi-column elements with a non-''column-width/auto'' 'column-width' ,
963
+ In the case of multi-column containers with a non-''column-width/auto'' 'column-width' ,
964
964
'justify-content' values other than ''justify-content/normal'' or ''justify-content/stretch''
965
965
cause the columns to take their specified 'column-width'
966
966
rather than stretching to fill the container.
@@ -1806,7 +1806,7 @@ Row and Column Gutters: the 'row-gap' and 'column-gap' properties</h3>
1806
1806
Name : row-gap, column-gap
1807
1807
Value : normal | <<length-percentage>>
1808
1808
Initial : normal
1809
- Applies to : <a>multi-column elements </a>, <a>flex containers</a>, <a>grid containers</a>
1809
+ Applies to : <a>multi-column containers </a>, <a>flex containers</a>, <a>grid containers</a>
1810
1810
Inherited : no
1811
1811
Percentages : refer to corresponding dimension of the content area
1812
1812
Media : visual
@@ -1844,7 +1844,7 @@ Row and Column Gutters: the 'row-gap' and 'column-gap' properties</h3>
1844
1844
1845
1845
: <dfn>normal</dfn>
1846
1846
:: The ''gap/normal'' represents
1847
- a used value of ''1em'' on <a>multi-column elements </a> ,
1847
+ a used value of ''1em'' on <a>multi-column containers </a> ,
1848
1848
and a used value of ''0px'' in all other contexts.
1849
1849
</dl>
1850
1850
@@ -1855,7 +1855,7 @@ Row and Column Gutters: the 'row-gap' and 'column-gap' properties</h3>
1855
1855
The exact handling of these properties varies by layout container:
1856
1856
1857
1857
<dl>
1858
- <dt id="gap-multicol"> <a>multi-column elements </a>
1858
+ <dt id="gap-multicol"> <a>multi-column containers </a>
1859
1859
<dd>
1860
1860
'column-gap' specifes the [=gutter=] between adjacent <a>column boxes</a> .
1861
1861
See [[CSS-MULTICOL-1]] for details on how this affects the layout of multicol elements.
@@ -1899,7 +1899,7 @@ Gap Shorthand: the 'gap' property</h3>
1899
1899
Name : gap
1900
1900
Value : <<'row-gap'>> <<'column-gap'>>?
1901
1901
Initial : see individual properties
1902
- Applies to : <a>multi-column elements </a>, <a>flex containers</a>, <a>grid containers</a>
1902
+ Applies to : <a>multi-column containers </a>, <a>flex containers</a>, <a>grid containers</a>
1903
1903
Inherited : no
1904
1904
Percentages : refer to corresponding dimension of the content area
1905
1905
Media : visual
0 commit comments