Skip to content

Commit e4e26df

Browse files
committed
[css-overflow-3] Make note slightly more precise wrt floats. #7511
1 parent 193898d commit e4e26df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-overflow-3/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,12 @@ Scrollable Overflow</h3>
269269
Note: This padding represents,
270270
within the [=scrollable overflow rectangle=],
271271
the box’s own padding
272-
so that when its in-flow content is scrolled to the end,
273-
there is padding between the end-edge of its content
272+
so that when its content is scrolled to the end,
273+
there is padding between the end-edge of its in-flow or floated content
274274
and the border edge of the box.
275275
It typically ends up being exactly the same size as the box's own padding,
276276
except in a few cases--
277-
such as when an out-of-flow element,
277+
such as when an out-of-flow positioned element,
278278
or the visible overflow of a descendent,
279279
has already increased the size of the [=scrollable overflow rectangle=]
280280
outside the conceptual “content edge” of the [=scroll container=]’s content.

0 commit comments

Comments
 (0)