diff --git a/css-overflow-3/Overview.bs b/css-overflow-3/Overview.bs index b01fcd48195f..2cbf45d93c0c 100644 --- a/css-overflow-3/Overview.bs +++ b/css-overflow-3/Overview.bs @@ -728,11 +728,11 @@ Scrollbars and Layout

Scrollbar Contributions to Sizing

- When reserving space for a scrollbar placed at the edge of an element's box, - the reserved space is inserted between the inner border edge - and the outer padding edge. - For the purpose of the background positioning area and background painting area however, - this reserved space is considered to be part of the [=padding box=]. + The space reserved for the scrollbar is located between the + padding area and the border area of the scroll container box. + However, for the purpose of the background positioning area + and background painting area, this + reserved space is treated as part of the [=padding area=].
In the following document fragment,