We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84830b commit 1fca3c9Copy full SHA for 1fca3c9
css-multicol-2/Overview.bs
@@ -1050,7 +1050,7 @@ Two assumptions are being made by the pseudo-algorithm:
1050
The <code>floor(X)</code> function returns the largest integer Y ≤ X.
1051
1052
<pre>
1053
- (01) if ((column-width = auto) and (column-count = auto)) then
+ (01) if ((column-width = auto) and (column-count = auto) and (column-height = auto)) then
1054
(02) exit; /* not a multicol container */
1055
(03) if column-width = auto then
1056
(04) N := column-count
0 commit comments