Skip to content

Commit 4aa7b02

Browse files
committed
[css-align] Clarify where space goes when distributing multi-col columns, and apply distribution in all cases of non-auto 'column-width'. Fixes #1420.
1 parent 9e097e7 commit 4aa7b02

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

css-align/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,9 @@ The 'justify-content' And 'align-content' Properties</h3>
726726
<tr>
727727
<th><a lt="alignment subject">Alignment Subject(s)</a>
728728
<td>
729-
The column boxes.
729+
The column boxes,
730+
with any spacing inserted between column boxes
731+
added to the relevant column gaps.
730732
<tr>
731733
<th>'align-content' Axis
732734
<td>
@@ -747,7 +749,7 @@ The 'justify-content' And 'align-content' Properties</h3>
747749
both are defined as described in the column-sizing rules
748750
of [[!CSS3-MULTICOL]].
749751

750-
In the case of multi-column elements with both a 'column-count' and 'column-width',
752+
In the case of multi-column elements with a non-''auto'' 'column-width',
751753
'justify-content' values other than ''justify-content/normal'' or ''justify-content/stretch''
752754
cause the columns to take their specified 'column-width'
753755
rather than stretching to fill the container.

0 commit comments

Comments
 (0)