Skip to content

Commit e90de20

Browse files
committed
[css-overflow-3] Don't extend the overflow region to include boxes which are invisible because they're wholly outside the start edges of the scroll container. Fixes #2006
1 parent fa4384d commit e90de20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-overflow-3/Overview.bs

+3-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,9 @@ Scrollable Overflow</h3>
188188

189189
<li>
190190
the border boxes
191-
of all boxes for which it is the containing block,
191+
of all boxes for which it is the containing block
192+
and whose border boxes are positioned not wholly outside
193+
its <a>block-start</a> or <a>inline-start</a> padding edges,
192194
accounting for transforms by projecting each box onto
193195
the plane of the element that establishes its <a>3D rendering context</a>.
194196
[[!CSS3-TRANSFORMS]]

0 commit comments

Comments
 (0)