File tree 1 file changed +0
-24
lines changed
1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -208,30 +208,6 @@ Scrollable Overflow</h3>
208
208
<li>
209
209
the box’s own [=padding box=]
210
210
211
- <div class=issue>
212
- There's disagreement on the scrolling model.
213
- 2.1 apparently defined that you scrolled the *content* area;
214
- the content would overflow the content-box,
215
- and you would union that overflow with the content box to find the scrollable area.
216
- In particular, this means that the content would be offset by the start-sides padding,
217
- but if it overflowed,
218
- it would go right to the edge on the end sides.
219
- This is what Firefox and IE do.
220
-
221
- At least some authors (and spec authors)
222
- instead have the mental model that the padding box is what's scrollable,
223
- so when you scroll to the end of the overflow,
224
- there's the right/bottom padding.
225
- Chrome/WebKit do this for the block axis, at least.
226
- They're somewhat inconsistent for the inline axis;
227
- there's something weird about how they handle lineboxes.
228
-
229
- It seems that the block-axis padding is probably web-compatible to honor.
230
- It's unclear that the inline-axis padding will be.
231
- Further experimentation is needed.
232
- </div>
233
-
234
-
235
211
<li>
236
212
all line boxes directly contained by the box
237
213
You can’t perform that action at this time.
0 commit comments