Re: [css-d] prevent widows/orphans in columns

2013-02-28 Thread Philippe Wittenbergh
Le 1 mars 2013 à 15:29, Philippe Wittenbergh a écrit : > Now it is simply: ‘break-before’, ‘break-after’, ‘break-inside’ > (2011 CR - but nobody appears to have implemented that part, yet) > > http://www.w3.org/TR/css3-multicol/#column-breaks uh, I was wrong. I was testing with 'p { break-afte

Re: [css-d] prevent widows/orphans in columns

2013-02-28 Thread Philippe Wittenbergh
Le 1 mars 2013 à 15:03, "Jukka K. Korpela" a écrit : > 2013-03-01 1:43, Rick Gordon wrote: > >> I believe that adding >> >> -webkit-column-break-after: avoid; >> -webkit-column-break-before: avoid; >> -webkit-column-break-inside: avoid; >> >> ... will cover for Webkit browsers.

Re: [css-d] prevent widows/orphans in columns

2013-02-28 Thread Jukka K. Korpela
2013-03-01 1:43, Rick Gordon wrote: I believe that adding -webkit-column-break-after: avoid; -webkit-column-break-before: avoid; -webkit-column-break-inside: avoid; ... will cover for Webkit browsers. Ah, I forgot those nonstandard properties. It's difficult to find o

Re: [css-d] prevent widows/orphans in columns

2013-02-28 Thread Rick Gordon
"Re: [css-d] prevent widows/orphans in columns": >2013-02-28 18:26, Chip at Caliber Communications wrote: > >> http://shootata2-com.cccg-inc.com/AboutUs/ATABylaws,Rulebook,Forms.aspx >> >>I would like to use a 2-column layout in this dl, but need the individua

Re: [css-d] prevent widows/orphans in columns

2013-02-28 Thread Jukka K. Korpela
2013-02-28 18:26, Chip at Caliber Communications wrote: http://shootata2-com.cccg-inc.com/AboutUs/ATABylaws,Rulebook,Forms.aspx I would like to use a 2-column layout in this dl, but need the individual dt/dd groups to wrap as a unit (all or nothing). I am using some column classes, but is the

[css-d] prevent widows/orphans in columns

2013-02-28 Thread Chip at Caliber Communications
http://shootata2-com.cccg-inc.com/AboutUs/ATABylaws,Rulebook,Forms.aspx I would like to use a 2-column layout in this dl, but need the individual dt/dd groups to wrap as a unit (all or nothing). I am using some column classes, but is there a better way to do this? For semantic accuracy, I would l