Skip to content

Commit 3f42d3f

Browse files
committed
[css-overflow-3] Editorial improvements to max-lines
1 parent 1b31e92 commit 3f42d3f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

css-overflow-3/Overview.bs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,9 +498,16 @@ Limiting Visible Lines: the 'max-lines' property</h2>
498498
in a two-region section,
499499
where the first region is for styling the first N lines of the article
500500
differently from the rest. -->
501+
501502
</ul>
502503

503-
Only positive integers are accepted. Zero or negative integers are invalid.
504+
Only positive integers are accepted.
505+
Zero or negative integers are invalid
506+
and must cause the declaration to be <a>ignored</a>.
507+
508+
Note: The 'widows', 'orphans', and 'break-inside' properties
509+
do not affect the position of the forced <a>region break</a>
510+
introduced by the 'max-lines' property.
504511

505512
<h2 id="static-media">
506513
Overflow in static media</h2>

0 commit comments

Comments
 (0)