@@ -259,36 +259,31 @@ Scrollable Overflow</h3>
259
259
Issue: Need to evaluate compat of honoring or ignoring 'clip' and 'clip-path' .
260
260
261
261
<li>
262
- Additional padding added as necessary
263
- to the end-side of the [=scrollable overflow rectangle=]
264
- such that the box’s content can be scrolled to a position
265
- that would satisfy the requirements of ''place-content: end'' alignment.
266
-
267
- Note: This padding represents the box’s own padding
268
- within the [=scrollable overflow rectangle=]
262
+ Additional padding added
263
+ to the [=end=] -side of the [=scrollable overflow rectangle=]
264
+ as necessary to enable a scroll position
265
+ that satisfies the requirements of ''place-content: end'' alignment.
266
+
267
+ Note: This padding represents,
268
+ within the [=scrollable overflow rectangle=] ,
269
+ the box’s own padding
269
270
so that when its in-flow content is scrolled to the end,
270
- there is padding between the end-edge of the content
271
+ there is padding between the end-edge of its content
271
272
and the border edge of the box.
272
273
It typically ends up being exactly the same size as the box's own padding,
273
- except in a few cases, such as when an out-of-flow element,
274
+ except in a few cases--
275
+ such as when an out-of-flow element,
274
276
or the visible overflow of a descendent,
275
- is increasing the size of the [=scrollable overflow rectangle=] .
276
-
277
- Including this padding is optional for <a>block containers</a>
278
- in the inline axis if 'align-content'
279
- is ''justify-content/normal'' .
280
-
281
- Note: It's hoped that including including inline-axis padding here is Web-compatible
282
- as that is a better behavior,
283
- but investigation as to whether that can be done without breaking existing content has not yet concluded.
284
- This clause is optional while under investigation.
285
- Existing behavior in the inline axis is
286
- <a href="https://www.software.hixie.ch/utilities/js/live-dom-viewer/?saved=8496">quirky</a>
287
- <a href="https://www.software.hixie.ch/utilities/js/live-dom-viewer/?saved=8499">and</a>
288
- <a href="https://www.software.hixie.ch/utilities/js/live-dom-viewer/?saved=9539">inconsistent</a> .
289
- See <a href="https://github.com/w3c/csswg-drafts/issues/129">Issue 129</a> .
290
-
291
- <!-- Make sure http://jsbin.com/qececaqilo/edit?html,css,output is clearly defined. -->
277
+ has already increased the size of the [=scrollable overflow rectangle=]
278
+ outside the conceptual “content edge” of the [=scroll container=] ’s content.
279
+
280
+ <figure>
281
+ <img src="images/scroll-align-padding.jpg">
282
+ <figcaption>
283
+ Issue: Replace this image with a proper SVG.
284
+ </figcaption>
285
+ </figure>
286
+
292
287
</ul>
293
288
294
289
<!--
0 commit comments