OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>balancing fixed-height multicol</title> | 4 <title>balancing fixed-height multicol</title> |
5 </head> | 5 </head> |
6 <body style="overflow:hidden;"> | 6 <body style="overflow:hidden;"> |
7 <p>There should be three identical blue rectangles below.</p> | 7 <p>There should be three identical blue rectangles below.</p> |
8 <div style="-webkit-columns:3; -webkit-column-gap:1em; columns:3; column
-gap:1em; line-height:2em; height:3.9em; width:20em;"> | 8 <div style="-webkit-columns:3; -webkit-column-gap:1em; columns:3; column
-gap:1em; line-height:2em; height:3.9em; width:20em; orphans:1; widows:1;"> |
9 <div style="background:blue;"><br><br><br></div> | 9 <div style="background:blue;"><br><br><br></div> |
10 </div> | 10 </div> |
11 </body> | 11 </body> |
12 </html> | 12 </html> |
OLD | NEW |