diff --git a/css-overflow-3/Overview.bs b/css-overflow-3/Overview.bs
index b01fcd48195f..3c662197f2d4 100644
--- a/css-overflow-3/Overview.bs
+++ b/css-overflow-3/Overview.bs
@@ -729,8 +729,8 @@ 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.
+ the reserved space is inserted between the padding edge
+ and the border 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=].