CSS Test: breaks inside elements: orphans - block-level only

Discussion

Melinda Grant, 2008/07/14 17:09

Let's add widows and orphans rules to the general div styling to encourage a correct implementation to break the paragraph where we want it broken:

div {
	height:50%;
	color:black;

+ orphans: 4; + widows: 3;

}
Melinda Grant, 2008/07/14 17:11

I guess I tripped some wiki syntax thing I didn't intend to. div {

   height: 50%
   color: black;
   orphans: 4;
   widows: 3;

}

;-)

Tom Clancy, 2008/07/24 09:26

Done

Melinda Grant, 2008/08/28 14:52

Looks good.

You could leave a comment if you were logged in.
 
test/css2.1/submit/81.txt · Last modified: 2014/12/09 15:48 by 127.0.0.1
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki