It??™s
usually undesirable to display only the
last line of a paragraph at the top of a
page. This property allows the designer
to specify the minimum number of lines
that must display at the top of a page.
Value
Example
This style rule 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;
}
An integer value specifies the minimum
number of lines that must display at the top of a page when a page break occurs
inside an element.
Negative values are illegal.
Compatibility
SPEC
version initial inherited
CSS2 2 YES
BROWSER SUPPORT
Op9.2+ Saf3 FF2 IE7
FULL NONE NONE NONE
Opera Safari Firefox Internet Explorer
9.2 3.0 2.0 1.3 2.0 1.5 1.0 7.0 6.0 5.5
Full None None None None None None None None None
Internet Explorer for Windows versions up to and including 7 don??™t support this
property.
Firefox versions up to and including 2 don??™t support this property.
Safari versions up to and including 3 don??™t support this property.
Pages:
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531