Skip to content

Commit 17606af

Browse files
committed
[css2] Fixed block box/block-level/inline-level
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401179
1 parent 7fa11ea commit 17606af

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css2/page.src

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
471471
class="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
473473
page breaks are inserted between them, and the boxes after the break
474474
are 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
537537
break occurs here, the <a href="cascade.html#computed-value">computed
538538
values</a>
539539
of the relevant
540540
<span class="propinst-margin-top">'margin-top'</span>
541541
and <span class="propinst-margin-bottom">'margin-bottom'</span>
542542
properties 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
564564
href="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
566566
class="propinst-orphans">'orphans'</span> or more, and the number of
567567
line boxes between the break and the end of the box is <span
568568
class="propinst-widows">'widows'</span> or more.

0 commit comments

Comments
 (0)