Skip to content

Commit 73cb779

Browse files
committed
[css-overflow-3] Define that end padding is included in the scrollable overflow area except for block containers (which is where the Web-compat problem is). w3c#3665
1 parent a0123f4 commit 73cb779

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

css-overflow-3/Overview.bs

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

240240
<li>
241-
Optionally,
242-
additional padding on the end-edge sides,
243-
corresponding to the end-side padding of the <a>scroll container</a>, such that the end edges of its in-flow content
244-
coincide with the end edges of its content area
245-
when scrolled to the end.
246-
247-
Issue(129): It's not yet clear if including the end-side padding in the scrollable layer is Web-compatible, so this clause is under investigation.
241+
Padding on the end-edge sides of the <a>scrollable overflow area</a>
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>.
247+
248+
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.
248249
It appears that Chrome and Safari include such padding <a href="https://bug748518.bmoattachments.org/attachment.cgi?id=618078">in the block axis</a>;
249250
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>.
250251

0 commit comments

Comments
 (0)