Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-overflow-3] Correct scrollbar space description #11287

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions css-overflow-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -728,11 +728,11 @@ Scrollbars and Layout</h2>
<h3 id="scrollbar-sizing">
Scrollbar Contributions to Sizing</h3>

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 <a spec=css-backgrounds>background positioning area</a> and <a spec=css-backgrounds>background painting area</a> 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 <a spec=css-backgrounds>background positioning area</a>
and <a spec=css-backgrounds>background painting area</a>, this
reserved space is treated as part of the [=padding area=].

<div class="example">
In the following document fragment,
Expand Down