Skip to content

Commit 88883ec

Browse files
committed
[css-overflow-3] Define that end padding is included in the scrollable overflow area except for block containers. Trying again because the last commit was wrong and bad. This time working off https://www.w3.org/TR/2018/WD-css-align-3-20181206/#overflow-scroll-position as a model. w3c#3665
1 parent 73cb779 commit 88883ec

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

css-overflow-3/Overview.bs

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,14 @@ Scrollable Overflow</h3>
238238
Issue: Need to evaluate compat of honoring or ignoring 'clip' and 'clip-path'.
239239

240240
<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>
242242
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''.
247249

248250
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.
249251
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

Comments
 (0)