Skip to content

Commit a5ae0d9

Browse files
committed
[css-align-3][css-conditional-5][editorial] Fixed reference to "unreachable scrollable overflow region"
This term got renamed from "negative scrollable overflow region" in fc18e62.
1 parent 6bcffdc commit a5ae0d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css-align-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ Alignment Overflow and Scroll Containers</h3>
11821182

11831183
When the <a>content-distribution properties</a> are set
11841184
on a <a>scroll container</a> with an overflowing <a>alignment subject</a>,
1185-
they reduce the clipping of the [=negative scrollable overflow region=]
1185+
they reduce the clipping of the [=unreachable scrollable overflow region=]
11861186
just enough to ensure that <a>alignment subject</a> can be scrolled
11871187
into its ''align-content/start''-aligned position.
11881188

@@ -1213,7 +1213,7 @@ Alignment Overflow and Scroll Containers</h3>
12131213
Thus an ''align-content/end''-aligned <a>scroll container</a>
12141214
might not be initially scrolled all the way to the bottom,
12151215
and positioned content can still be clipped
1216-
if it is further into the [=negative scrollable overflow region=]
1216+
if it is further into the [=unreachable scrollable overflow region=]
12171217
than the [=in-flow=] content forming the [=alignment subject=].
12181218

12191219
<figure>

css-conditional-5/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@ Scrollable: the '@container/scrollable' feature</h4>
16281628
[=scroll container=] has clipped [=scrollable overflow rectangle=] content
16291629
in the given direction which is reachable through user initiated scrolling.
16301630
That is, '@container/scrollable' does not match for a ''overflow/hidden''
1631-
container, nor for a [=negative scrollable overflow region=].
1631+
container, nor for a [=unreachable scrollable overflow region=].
16321632

16331633
The logical values map to physical based on the direction and writing-mode of
16341634
the [=query container=]. None of the values match if the container is not a

0 commit comments

Comments
 (0)