[rfc-i] Pagination requirements
Joe Hildebrand
jhildebr at cisco.com
Thu May 24 10:40:27 PDT 2012
On 5/24/12 11:12 AM, "Joe Touch" <touch at isi.edu> wrote:
> Perhaps not - the questions for that are:
>
> - is that honored by current browsers?
Yes.
> - how does the directive get into the HTML?
<pre>
My special
Code
That
Doesn't
Break
</pre>
And then in the css:
pre {
page-break-inside: avoid;
}
There will obviously need to be a page break if your pre is longer than a
page, same as in any page-based system.
--
Joe Hildebrand
More information about the rfc-interest
mailing list