Quote:
Originally Posted by Ghitulescu
Or one can make a floating block with display: inline-block eg in a div comprising both items. Again, where it is supported.
|
Yes, the difference is page-break-inside is a required property, and inline-block isn't. Readers that don't support the former are non-compliant, those that don't support the latter are probably non-compliant too, but for other reasons. However, it's probably more likely to find support for inline-block, so maybe one should try this.