Skip to content

Commit 2e35bcb

Browse files
committed
fixing typo
1 parent d375217 commit 2e35bcb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

css3-gcpm/Overview.src.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2571,7 +2571,8 @@ <h2>Page and column floats</h2>
25712571
<dd>similar to 'top-corner', exept the box is floated to the bottom
25722572

25732573
<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.
25752576
</dl>
25762577

25772578
<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>
26802681

26812682
</div>
26822683

2684+
<!--
26832685
<dt>unless-room
26842686
26852687
<dd>Only float the box if it otherwise would have lead to a column or page break.
@@ -2691,6 +2693,7 @@ <h3>Float modifiers</h3>
26912693
</pre>
26922694
26932695
</div>
2696+
-->
26942697

26952698
<dt>left/right
26962699

0 commit comments

Comments
 (0)