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.
2 parents 2096ecf + fee30f8 commit 8acefceCopy full SHA for 8acefce
css-break-3/Overview.bs
@@ -412,10 +412,14 @@ Breaks Between Lines: 'orphans', 'widows'</h3>
412
Name: orphans, widows
413
Value: <<integer>>
414
Initial: 2
415
- Applies to: block containers
+ Applies to: <a>block containers</a> that establish new <a>inline formatting contexts</a>
416
Inherited: yes
417
</pre>
418
419
+ <p>
420
+ The 'widows' and 'orphans' properties have no effect
421
+ on <a>block container boxes</a> that contain only <a>block-level</a> boxes.
422
+ </p>
423
<p>
424
The 'orphans' property specifies the minimum number
425
of line boxes in a block container
0 commit comments