From 4bd29b5a2dd99609bf748bf54ac6e23642ee8c05 Mon Sep 17 00:00:00 2001 From: gitspeaks <37540903+gitspeaks@users.noreply.github.com> Date: Fri, 29 Nov 2024 16:36:41 +0200 Subject: [PATCH] Correct scrollbar space description --- css-overflow-3/Overview.bs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css-overflow-3/Overview.bs b/css-overflow-3/Overview.bs index b01fcd48195..2cbf45d93c0 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,