Skip to content

Commit 7ecb422

Browse files
committed
[css-overflow-3] Resolve ambiguity
We define what 'continue' does on multicol containers, but did not explicitly say that it applies to them, since it is a bit fuzzy whether multicol containers (as opposed to column boxes) are block containers. This makes it explicit instead.
1 parent 98db390 commit 7ecb422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-overflow-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ Fragmentation of Overflow: the 'continue' property</h3>
10691069
Name: continue
10701070
Value: ''continue/auto'' | ''discard''
10711071
Initial: ''continue/auto''
1072-
Applies to: [=block containers=]
1072+
Applies to: [=block containers=] and [=multicol containers=]
10731073
Inherited: no
10741074
Percentages: N/A
10751075
Computed value: specified value

0 commit comments

Comments
 (0)