You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3id="content-outside-box">Content outside the page box</h3>
321
321
322
322
<p>When formatting content in the page model, some content may end up outside the
323
-
page box. For example, an element whose <spanclass="property">'white-space'</span> property has the value<spanclass="css">'pre'</span> can generate a box that is wider than the page box. Also,
324
-
when boxes are positioned absolutely, they may end up in "inconvenient"
325
-
locations. For example, images may be placed on the edge of the page box.
326
-
Similarly, when boxes use fixed or relative positioning, they can end up
327
-
outside of the page box.</p>
323
+
page box. For example, an element whose 'white-space' property has the value
324
+
'pre' can generate a box that is wider than the page box. As another example,
325
+
when boxes are positioned absolutely or relatively, they may end up in
326
+
"inconvenient" locations. For example, images may be placed on the edge of
327
+
the page box or 100,000 meters below the page box.</p>
328
328
329
329
<p>A specification for the exact formatting of such elements lies outside the
330
330
scope of this document. However, it is recommended that authors and user agents
331
331
observe the following general principles concerning content outside the page
332
332
box:</p>
333
333
334
334
<ul>
335
+
<li><p>Content should be allowed slightly beyond the page box to allow pages
336
+
to "bleed".
335
337
<li><p>User agents <emclass="RFC2119">SHOULD</em> avoid generating a large
336
338
number of content-empty pages to honor the positioning of elements (e.g.,
337
339
printing 100 blank pages is probably neither the author's nor the user's
0 commit comments