Skip to content
Merged
Changes from 1 commit
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
Next Next commit
[css-break-3] Clarify the definition of widows and orphans
Closes #1823
  • Loading branch information
frivoal committed Oct 12, 2017
commit 7b1975435098b904a39ee5481ff97870814d5856
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 contains only <a>block-level</a> boxes.
</p>
<p>
The 'orphans' property specifies the minimum number
of line boxes in a block container
Expand Down