We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07f906 commit d40f286Copy full SHA for d40f286
1 file changed
css3-gcpm/Overview.src.html
@@ -2602,13 +2602,15 @@ <h2>Page and column floats</h2>
2602
<dt>bottom-corner
2603
<dd>similar to 'top-corner', exept the box is floated to the bottom
2604
2605
+<!--
2606
<dt>snap(<length>, [top | bottom])
2607
2608
<dd>same as 'top' if the box is naturally near the top; same as
2609
'bottom' if the box is naturally near the bottom. If the box naturally
2610
leads to a (page/column) break, the box is floated to the top of the
2611
next page/column. The first optionaloptional length value specifies how far from the
2612
top/bottom the element can be influenced, The second
2613
+-->
2614
2615
<dt>snap(<length> <length>? [, top | bottom | near ]?)
2616
0 commit comments