Skip to content

Commit eece2eb

Browse files
committed
[css2] Issue 160.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403067
1 parent 6f0d952 commit eece2eb

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

css2/page.src

Lines changed: 10 additions & 3 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.65 2010-08-25 23:13:02 bbos Exp $ -->
3+
<!-- $Id: page.src,v 2.66 2010-10-25 17:24:44 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Paged media</TITLE>
66
</HEAD>
@@ -150,6 +150,14 @@ the <span class="index-def"
150150
title=":left|pseudo-class:::left">:left</span> or <span
151151
class="index-def" title=":right|pseudo-class:::right">:right</span>
152152
pseudo-class.
153+
Whether the first page of a document is :left or :right depends on the
154+
major writing direction of the root element. For example, the first
155+
page of a document with a left-to-right major writing direction would
156+
be a :right page, and the first page of a document with a
157+
right-to-left major writing direction would be a :left page. To
158+
explicitly force a document to begin printing on a left or right page,
159+
authors can <a href="#page-break-props">insert a page break</a> before
160+
the first generated box.
153161

154162
<div class="example"><P>
155163
<PRE>
@@ -273,8 +281,7 @@ Force one or two page breaks before (after) the generated
273281
box so that the next page is formatted as a right page.</dd>
274282
</dl>
275283

276-
<p>Whether the first page of a document is :left or :right depends on
277-
the major writing direction of the document. A conforming user agent
284+
<p>A conforming user agent
278285
may interpret the values 'left' and 'right' as 'always'.
279286

280287
<p>A potential page break location is typically under the influence

0 commit comments

Comments
 (0)