Skip to content

Commit fa90b90

Browse files
committed
[css2] Removed left and right from 'page' property. Adjusted example accordingly.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401631
1 parent f8e0a59 commit fa90b90

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css2/page.src

Lines changed: 5 additions & 5 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.25 1998-04-23 23:10:58 ijacobs Exp $ -->
3+
<!-- $Id: page.src,v 2.26 1998-05-04 15:43:40 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Paged media</TITLE>
@@ -332,8 +332,6 @@ Future versions of CSS may include other page pseudo-classes.
332332
</em>
333333
</div>
334334

335-
<!-- Add named pages. 27/2/98 -->
336-
337335
<h3>Content outside the page box</h3>
338336

339337
<P>When formatting content in the page model, some content may end up
@@ -442,16 +440,18 @@ rules on how these properties may force or suppress a page break.
442440
be used to specify a particular type of page where an element should
443441
be displayed.
444442

445-
<P>By adding ':left' or ':right' the element can be forced to fall on
443+
<!--
444+
<P>By adding 'left' or 'right' the element can be forced to fall on
446445
a left or right page as well.
446+
-->
447447

448448
<div class="example">
449449
<p>This example will put all tables on a right-hand side landscape
450450
page (named "rotated"):</P>
451451

452452
<pre>
453453
@page rotated {size: landscape}
454-
TABLE {page: rotated:right}
454+
TABLE {page: rotated; page-break-before: right}
455455
</pre>
456456
</div>
457457

0 commit comments

Comments
 (0)