Skip to content

Commit 5205763

Browse files
committed
[css-overflow-3] Include automatic size, to make that clear as well.
1 parent f96ec77 commit 5205763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-overflow-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ Limiting Visible Lines: the 'max-lines' property</h2>
507507
similar to if it were ''display: none'':
508508
it is neither rendered,
509509
nor measured as part of the box’s contents for the purpose of
510-
finding its <a lt="min-content block size">min-content</a> and <a>max-content</a> <a>block sizes</a>,
510+
finding its <a lt="min-content block size">min-content</a>, <a>max-content</a>, or <a lt="automatic size">automatic</a> <a>block sizes</a>,
511511
nor does allow user interaction.
512512
However, since intrinsic sizes are calculated across all <a>fragmentation containers</a>,
513513
this content <em>is</em> taken into account

0 commit comments

Comments
 (0)