Skip to content

Commit 1fca3c9

Browse files
committed
[css-multicol] Updates pseudo-algorithm
column-height now also creates a multicol container.
1 parent a84830b commit 1fca3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-multicol-2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ Two assumptions are being made by the pseudo-algorithm:
10501050
The <code>floor(X)</code> function returns the largest integer Y &le; X.
10511051

10521052
<pre>
1053-
(01) if ((column-width = auto) and (column-count = auto)) then
1053+
(01) if ((column-width = auto) and (column-count = auto) and (column-height = auto)) then
10541054
(02) exit; /* not a multicol container */
10551055
(03) if column-width = auto then
10561056
(04) N := column-count

0 commit comments

Comments
 (0)