11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: page.src,v 2.11 1998-03-14 00:45:09 ijacobs Exp $ -->
3+ <!-- $Id: page.src,v 2.12 1998-03-14 23:43:11 ijacobs Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Paged media</TITLE>
@@ -467,9 +467,9 @@ TABLE {page: rotated:right}
467467</div>
468468
469469<p>The <span class="propinst-page">'page'</span> property works as
470- follows: If a block-level box with inline content has a <span
470+ follows: If a block box with inline content has a <span
471471class="propinst-page">'page'</span> property that is different from
472- the preceding block-level box with inline content, then one or two
472+ the preceding block box with inline content, then one or two
473473page breaks are inserted between them, and the boxes after the break
474474are rendered onto a page box of the named type.
475475
@@ -533,15 +533,15 @@ section on <a href="visuren.html#line-box">line boxes</a>.
533533
534534<ol>
535535<li>
536- In the vertical margin between block-level boxes. When a page
536+ In the vertical margin between block boxes. When a page
537537break occurs here, the <a href="cascade.html#computed-value">computed
538538values</a>
539539of the relevant
540540<span class="propinst-margin-top">'margin-top'</span>
541541and <span class="propinst-margin-bottom">'margin-bottom'</span>
542542properties are set to '0'.
543543<li>Between <a href="visuren.html#line-box">line boxes</a>
544- inside a <a href="visuren.html#block-level ">block-level </a> box.
544+ inside a <a href="visuren.html#block-box ">block</a> box.
545545</ol>
546546
547547<p>These breaks are subject to the following rules:
@@ -562,7 +562,7 @@ then breaking here is not allowed.
562562<li>
563563<p>Breaking at (2) is allowed only if the number of <a
564564href="visuren.html#line-box">line boxes</a> between the
565- break and the start of the enclosing block-level box is <span
565+ break and the start of the enclosing block box is <span
566566class="propinst-orphans">'orphans'</span> or more, and the number of
567567line boxes between the break and the end of the box is <span
568568class="propinst-widows">'widows'</span> or more.
0 commit comments