Skip to content

Commit 8d7f8b5

Browse files
committed
[css2] Missing part of edit for issue 89: the new break point after the last
content of a block is subject to rule D. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402956
1 parent b1bfbb0 commit 8d7f8b5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css2/page.src

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: page.src,v 2.62 2009-08-06 19:22:14 bbos Exp $ -->
3+
<!-- $Id: page.src,v 2.63 2009-08-07 08:37:25 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Paged media</TITLE>
66
</HEAD>
@@ -358,7 +358,8 @@ class="propinst-orphans">'orphans'</span> or more, and the number of
358358
line boxes between the break and the end of the box is
359359
the value of <span class="propinst-widows">'widows'</span> or more.
360360

361-
<li><strong>Rule D:</strong> In addition, breaking at (2) is allowed only if the <span
361+
<li><strong>Rule D:</strong> In addition, breaking at (2) or (3) is
362+
allowed only if the <span
362363
class="propinst-page-break-inside">'page-break-inside'</span> property
363364
of the element and all its ancestors is 'auto'.
364365
</ul>

0 commit comments

Comments
 (0)