@@ -3004,13 +3004,15 @@ <h2 id=page-and-column-floats><span class=secno>12. </span>Page and column
30043004
30053005 < dt > snap(<length> <length> ? [, top | bottom | near ]?)
30063006
3007- < dd > Makes the element float to the top or bottom if it naturally appears
3008- within a certain distance from the top or bottom. The length value(s)
3009- specifies the maxium distance from the top/bottom that an element must be
3010- within in order to be floated; one length value specifies the distance
3011- from both the top and the bottom, two length values specify the distance
3012- from the top and bottom, respectively. If an element is within the
3013- specified distance from both the top and the bottom, bottom wins.
3007+ < dd >
3008+ < p > Makes the element float to the top or bottom if it naturally appears
3009+ within a certain distance from the top or bottom. The length value(s)
3010+ specifies the maxium distance from the top/bottom that an element must
3011+ be within in order to be floated; one length value specifies the
3012+ distance from both the top and the bottom, two length values specify the
3013+ distance from the top and bottom, respectively. If an element is within
3014+ the specified distance from both the top and the bottom, bottom wins.
3015+
30143016 < p > The optional keyword value specifies where the element is floated:
30153017 top, bottom, or the nearest of the two. The initial value is ‘< code
30163018 class =property > near</ code > ’.
0 commit comments