Skip to content

Commit b0bf1d8

Browse files
committed
[css-overflow-3] Make block-end padding inside block container scroll containers required, matching implementations. #129
1 parent 541b8da commit b0bf1d8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

css-overflow-3/Overview.bs

+3-4
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,10 @@ Scrollable Overflow</h3>
281281
is increasing the size of the [=scrollable overflow rectangle=].
282282

283283
Including this padding is optional for <a>block containers</a>
284-
in any axis whose corresponding <a>content-distribution property</a>
285-
('align-content'/'justify-content')
286-
is ''align-content/normal''.
284+
in the inline axis if 'align-content'
285+
is ''justify-content/normal''.
287286

288-
Issue(129): It's not yet clear if including the padding here is Web-compatible,
287+
Issue(129): It's not yet clear if including inline-axis padding here is Web-compatible,
289288
so this clause is optional while under investigation.
290289
Existing behavior in the inline axis is
291290
<a href="http://jsbin.com/digadoyohi/1/edit?html,css,output">not</a>

0 commit comments

Comments
 (0)