From 1af18b6029e2ad214215c92da24d86b0f1784412 Mon Sep 17 00:00:00 2001 From: gitspeaks <37540903+gitspeaks@users.noreply.github.com> Date: Thu, 28 Nov 2024 01:37:48 +0200 Subject: [PATCH] Clarify scrolling space description by simplifying edge terminology --- css-overflow-3/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css-overflow-3/Overview.bs b/css-overflow-3/Overview.bs index b01fcd48195..3c662197f2d 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=].