Skip to content

Commit 029d007

Browse files
committed
[css-overflow-3] Add issue about end-edge padding, allow UAs to experiment for feedback.
1 parent 8c32198 commit 029d007

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

css-overflow-3/Overview.bs

+15
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,10 @@ Scrollable overflow</h3>
149149
<ul>
150150
<li>
151151
the box’s own content and padding areas
152+
152153
<li>
153154
all line boxes directly contained by the box
155+
154156
<li>
155157
the border boxes
156158
of all boxes for which it is the containing block,
@@ -173,6 +175,19 @@ Scrollable overflow</h3>
173175
do not affect the <a>scrollable overflow region</a>.
174176

175177
Issue: Need to evaluate compat of honoring or ignoring 'clip' and 'clip-path'.
178+
179+
<li>
180+
Optionally,
181+
additional padding on the end-edge sides,
182+
corresponding to the end-side padding of the <a>scroll container</a>, such that the end edges of its in-flow content
183+
coincide with the end edges of its content area
184+
when scrolled to the end.
185+
186+
Issue: It's not yet clear if including the end-side padding in the scrollable layer is Web-compatible, so this clause is under investigation.
187+
It appears that Chrome and Safari include such padding <a href="https://bug748518.bmoattachments.org/attachment.cgi?id=618078">in the block axis</a>;
188+
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>.
189+
190+
<!-- Make sure http://jsbin.com/qececaqilo/edit?html,css,output is clearly defined. -->
176191
</ul>
177192

178193
The UA may <em>additionally</em> include

0 commit comments

Comments
 (0)