Do you ever plan to support the page-break-inside CSS attribute?
Currently, the only browser that even attempts to support page-break avoidance is Opera. Example:
.no_break { page-break-inside: avoid; }
Is there is a reason this is not supported? Is it in the plans, and if so, when?
All Replies (1)
See:
- Bug 132035 – Implement missing page-break-* CSS2.1 features
(please do not comment in bug reports to avoid bug spam; you can vote instead)