Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion css-break-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -412,10 +412,14 @@ Breaks Between Lines: 'orphans', 'widows'</h3>
Name: orphans, widows
Value: <<integer>>
Initial: 2
Applies to: block containers
Applies to: <a>block containers</a> that establish new <a>inline formatting contexts</a>
Inherited: yes
</pre>

<p>
The 'widows' and 'orphans' properties have no effect
on <a>block container boxes</a> that contain only <a>block-level</a> boxes.
</p>
<p>
The 'orphans' property specifies the minimum number
of line boxes in a block container
Expand Down