calibre uses webkit's css3 columns implementation to paginate ebooks for conversion to PDF. As far as I know, columns does not support widows and orphans. page-break-after:void should be supported, but note that it is simply a request, if the text does nto fit on the page, it will be broken.
|