Skip to content

Commit c91e629

Browse files
committed
[css2] added text on page breaks, issue w3c#25
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402639
1 parent d6f5d6b commit c91e629

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

css2/page.src

Lines changed: 7 additions & 4 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.48 2007-02-19 22:05:15 howcome Exp $ -->
3+
<!-- $Id: page.src,v 2.49 2007-03-07 00:42:33 howcome Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Paged media</TITLE>
@@ -268,11 +268,11 @@ Force one or two page breaks before (after) the generated
268268
box so that the next page is formatted as a right page.</dd>
269269
</dl>
270270

271-
<P>Whether the first page of a document is :left or :right depends on
271+
<p>Whether the first page of a document is :left or :right depends on
272272
the major writing direction of the document. A conforming user agent
273273
may interpret the values 'left' and 'right' as 'always'.
274274

275-
<P>A potential page break location is typically under the influence
275+
<p>A potential page break location is typically under the influence
276276
of the parent element's <span
277277
class="propinst-page-break-inside">'page-break-inside'</span>
278278
property, the <span
@@ -283,10 +283,13 @@ of the following element. When these properties have values other
283283
than 'auto', the values 'always', 'left', and 'right' take precedence
284284
over 'avoid'.
285285

286-
<P>User Agents must apply these properties to block-level elements
286+
<p>User Agents must apply these properties to block-level elements
287287
in the normal flow of the root element. User agents may also apply
288288
these properties to other elements, e.g., 'table-row' elements.
289289

290+
<p>When a page break splits a box, the box's margins, borders, and
291+
padding have no visual effect where the split occurs.
292+
290293

291294
<h3><a name="break-inside">Breaks inside elements</a>: <span
292295
class="propinst-orphans">'orphans'</span>, <span

0 commit comments

Comments
 (0)