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
Copy file name to clipboardExpand all lines: css3-gcpm/Overview.src.html
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2571,7 +2571,8 @@ <h2>Page and column floats</h2>
2571
2571
<dd>similar to 'top-corner', exept the box is floated to the bottom
2572
2572
2573
2573
<dt>snap
2574
-
<dd>same as 'top' if the box is naturally near the top; same as 'bottom' if the box is naturally near the bottom. The 'widows'/'orphans' properties may be consulted to determine if the box is near the top/bottom.
2574
+
<dd>same as 'top' if the box is naturally near the top; same as 'bottom' if the box is naturally near the bottom. The 'widows'/'orphans' properties may be consulted to determine if the box is near the top/bottom. If
2575
+
the box naturally leads to a (page/column) break, the box is floated to the top of the next page/column.
2575
2576
</dl>
2576
2577
2577
2578
<p>These new keywords only apply in paged media; in continous media declarations with these keywords are ignored.
@@ -2680,6 +2681,7 @@ <h3>Float modifiers</h3>
2680
2681
2681
2682
</div>
2682
2683
2684
+
<!--
2683
2685
<dt>unless-room
2684
2686
2685
2687
<dd>Only float the box if it otherwise would have lead to a column or page break.
0 commit comments