You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-overflow-3/Overview.bs
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -238,12 +238,14 @@ Scrollable Overflow</h3>
238
238
Issue: Need to evaluate compat of honoring or ignoring 'clip' and 'clip-path'.
239
239
240
240
<li>
241
-
Padding on the end-edge sides of the <a>scrollable overflow area</a>
241
+
Padding on the end-edge sides of the <a>scrollable overflow rectangle</a>
242
242
representing the end-side padding applied to the <a>scroll container</a>,
243
-
added such that the end edges of its <a>in-flow</a> content
244
-
coincide with the end edges of the <a>scroll container</a>’s <a>content box</a>
245
-
when its contents have been scrolled to the end.
246
-
Including this padding is optional for <a>block containers</a>.
243
+
added such that its content can be scrolled to a position
244
+
that would satisfy the requirements of ''place-content: end'' alignment.
245
+
Including this padding is optional for <a>block containers</a>
246
+
in any axis whose corresponding <a>content-distribution property</a>
247
+
('align-content'/'justify-content')
248
+
is ''align-content/normal''.
247
249
248
250
Issue(129): It's not yet clear if including the end-side padding in the scrollable layer of block containers is Web-compatible, so this clause is under investigation.
249
251
It appears that Chrome and Safari include such padding <a href="https://bug748518.bmoattachments.org/attachment.cgi?id=618078">in the block axis</a>;
0 commit comments