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
268268box 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
272272the major writing direction of the document. A conforming user agent
273273may 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
276276of the parent element's <span
277277class="propinst-page-break-inside">'page-break-inside'</span>
278278property, the <span
@@ -283,10 +283,13 @@ of the following element. When these properties have values other
283283than 'auto', the values 'always', 'left', and 'right' take precedence
284284over '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
287287in the normal flow of the root element. User agents may also apply
288288these 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
292295class="propinst-orphans">'orphans'</span>, <span
0 commit comments