Property Description
Sets the minimum number of lines that must be left at the top of a page when a page break occurs inside an element.
Examples
This example ensures that at least three lines of text display at the top of the second page when a page break occurs inside a paragraph.
p {
widows: 3;
}
Browser Support
Chrome | Firefox | IE | Safari | Opera |
---|---|---|---|---|
25.0 | 8.0 | 9.2 |
Miscellaneous Information
Inherited: | Yes |
---|---|
Defined In: | CSS2 |