Skip to content

Commit 15749ef

Browse files
authored
[css-overflow-3] Correct scrollbar space description #11288
1 parent d3a6fcd commit 15749ef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-overflow-3/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -752,11 +752,11 @@ Scrollbars and Layout</h2>
752752
<h3 id="scrollbar-sizing">
753753
Scrollbar Contributions to Sizing</h3>
754754

755-
When reserving space for a scrollbar placed at the edge of an element's box,
756-
the reserved space is inserted between the inner border edge
757-
and the outer padding edge.
758-
For the purpose of the <a spec=css-backgrounds>background positioning area</a> and <a spec=css-backgrounds>background painting area</a> however,
759-
this reserved space is considered to be part of the [=padding box=].
755+
The space reserved for the scrollbar is located between
756+
the [=padding area=] and the [=border area=] of the [=scroll container=] box.
757+
However, for the purpose of the <a spec=css-backgrounds>background positioning area</a>
758+
and <a spec=css-backgrounds>background painting area</a>,
759+
this reserved space is treated as part of the [=padding area=].
760760

761761
<div class="example">
762762
In the following document fragment,

0 commit comments

Comments
 (0)