Skip to content

Commit bc4f54d

Browse files
committed
[css-overflow-3] Margins of flex and grid items are included in scrollable overflow. #3653
1 parent dcae371 commit bc4f54d

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

css-overflow-3/Overview.bs

+12-4
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,20 @@ Scrollable Overflow</h3>
252252
and the behavior in the inline axis is <a href="http://jsbin.com/digadoyohi/1/edit?html,css,output">not</a> <a href="http://jsbin.com/vexahocayi/1/edit?html,css,output">clear</a>.
253253

254254
<!-- Make sure http://jsbin.com/qececaqilo/edit?html,css,output is clearly defined. -->
255+
256+
<li>
257+
the margin areas of <a>grid item</a> and <a>flex item</a> boxes
258+
for which the box establishes a containing block.
259+
The UA may <em>additionally</em> include
260+
the margin areas of other boxes
261+
for which the box establishes a containing block;
262+
however,
263+
the conditions under which such margin areas are included
264+
is undefined in this level.
265+
<span class="issue">This needs further testing and investigation;
266+
is therefore deferred in this draft.</span>
255267
</ul>
256268

257-
The UA may <em>additionally</em> include
258-
the margin areas of boxes for which it is the containing block.
259-
The conditions under which such margin areas are included is undefined in this level.
260-
<span class="issue">This needs further testing and investigation; is therefore deferred in this draft.</span>
261269
<!--
262270
Considerations:
263271
* floats

0 commit comments

Comments
 (0)