@@ -46,7 +46,7 @@ spec:css-inline-3; type:property;
4646 text:dominant-baseline
4747 text:alignment-baseline
4848spec:css-multicol-1; type:dfn;
49- text:multi-column element
49+ text:multi-column container
5050 text:column box
5151spec:css-overflow-3; type:dfn; text:scroll container
5252spec:css-position-3; type:property; text:left
@@ -933,7 +933,7 @@ The 'justify-content' And 'align-content' Properties</h3>
933933 <tr>
934934 <th> <a>Alignment Container</a>
935935 <td>
936- The <a>multi-column element </a> ’s content box.
936+ The <a>multi-column container </a> ’s content box.
937937 <tr>
938938 <th> <a lt="alignment subject">Alignment Subject(s)</a>
939939 <td>
@@ -960,7 +960,7 @@ The 'justify-content' And 'align-content' Properties</h3>
960960 both are defined as described in the column-sizing rules
961961 of [[!CSS-MULTICOL-1]] .
962962
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' ,
964964 'justify-content' values other than ''justify-content/normal'' or ''justify-content/stretch''
965965 cause the columns to take their specified 'column-width'
966966 rather than stretching to fill the container.
@@ -1806,7 +1806,7 @@ Row and Column Gutters: the 'row-gap' and 'column-gap' properties</h3>
18061806 Name : row-gap, column-gap
18071807 Value : normal | <<length-percentage>>
18081808 Initial : normal
<
13BD
/tr>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>
18101810 Inherited : no
18111811 Percentages : refer to corresponding dimension of the content area
18121812 Media : visual
@@ -1844,7 +1844,7 @@ Row and Column Gutters: the 'row-gap' and 'column-gap' properties</h3>
18441844
18451845 : <dfn>normal</dfn>
18461846 :: 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> ,
18481848 and a used value of ''0px'' in all other contexts.
18491849 </dl>
18501850
@@ -1855,7 +1855,7 @@ Row and Column Gutters: the 'row-gap' and 'column-gap' properties</h3>
18551855 The exact handling of these properties varies by layout container:
18561856
18571857 <dl>
1858- <dt id="gap-multicol"> <a>multi-column elements </a>
1858+ <dt id="gap-multicol"> <a>multi-column containers </a>
18591859 <dd>
18601860 'column-gap' specifes the [=gutter=] between adjacent <a>column boxes</a> .
18611861 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>
18991899 Name : gap
19001900 Value : <<'row-gap'>> <<'column-gap'>>?
19011901 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>
19031903 Inherited : no
19041904 Percentages : refer to corresponding dimension of the content area
19051905 Media : visual
0 commit comments