Skip to content

Commit cbb7edb

Browse files
committed
machine-generated version
1 parent 2e35bcb commit cbb7edb

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

css3-gcpm/Overview.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2985,7 +2985,9 @@ <h2 id=page-and-column-floats><span class=secno>12. </span>Page and column
29852985
class=property>bottom</code>&rsquo; if the box is naturally near the
29862986
bottom. The &lsquo;<code class=property>widows</code>&rsquo;/&lsquo;<code
29872987
class=property>orphans</code>&rsquo; properties may be consulted to
2988-
determine if the box is near the top/bottom.
2988+
determine if the box is near the top/bottom. If the box naturally leads
2989+
to a (page/column) break, the box is floated to the top of the next
2990+
page/column.
29892991
</dl>
29902992

29912993
<p>These new keywords only apply in paged media; in continous media
@@ -3081,16 +3083,20 @@ <h3 id=float-modifiers><span class=secno>12.1. </span>Float modifiers</h3>
30813083
.figure { float: next-column top }
30823084
</pre>
30833085
</div>
3086+
<!--
3087+
<dt>unless-room
30843088
3085-
<dt>unless-room
3089+
<dd>Only float the box if it otherwise would have lead to a column or page break.
30863090
3087-
<dd>Only float the box if it otherwise would have lead to a column or page
3088-
break.
3089-
<div class=example>
3090-
<pre>
3091+
<div class=example>
3092+
3093+
<pre>
30913094
.figure { float: top unless-room }
30923095
</pre>
3093-
</div>
3096+
3097+
</div>
3098+
-->
3099+
30943100

30953101
<dt>left/right
30963102

0 commit comments

Comments
 (0)