Skip to content

Commit d5541f2

Browse files
committed
[css-overscroll-1] Clarify the wording to be about scrollable axis.
1 parent 416c971 commit d5541f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-overscroll-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ reaches the edge of the <a>scrollport</a>.
142142
If a [=scroll container=] has no potential to scroll,
143143
because it does not <a>overflow</a> in the direction of the scroll,
144144
the element is always considered to be at the scroll boundary.
145-
If a [=scroll container=] is not scrollable in the given axis,
146-
it doesn't have a [=scroll boundary=] at all in that axis
147-
(and won't be part of this scroll's [=scroll chain=].)
145+
A [=single-axis scroll container=] only has a [=scroll boundary=] in its [=scrollable axis=];
146+
if the scroll is in its other axis,
147+
this element won't be part of the [=scroll chain=] at all.
148148

149149
<dfn>Boundary default action</dfn> refers to the user-agent-defined <a>default action</a>
150150
performed when scrolling against the edge of the <a>scrollport</a>.

0 commit comments

Comments
 (0)