File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
442440be used to specify a particular type of page where an element should
443441be 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
446445a 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
450450page (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
You can’t perform that action at this time.
0 commit comments