Implement CSS page-break-inside with a value of 'avoid'. which is defined in http://www.w3.org/TR/CSS2/page.html#page-break-props
I am considering implementing this. I'd appreciate it if you could tell me about other efforts toward implementing this, ongoing or not, if any. Hayato.
Created attachment 48856 [details] support-page-break-inside-avoid
Created attachment 48857 [details] support-page-break-inside-avoid-changelog-fixed
It might be better that we support 'page-break-inside:avoid' in a similar way to 'page-break-{before|after}:always' than 'no suport' until we have more sophistcated way to handle page-break in general when printing.
Comment on attachment 48857 [details] support-page-break-inside-avoid-changelog-fixed OK.
Comment on attachment 48857 [details] support-page-break-inside-avoid-changelog-fixed Clearing flags on attachment: 48857 Committed r54929: <http://trac.webkit.org/changeset/54929>
All reviewed patches have been landed. Closing bug.