Skip to content

Commit 05b9b2e

Browse files
committed
[css-position-3][editorial] Tweaks to containing block adjustments section.
1 parent a41653f commit 05b9b2e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

css-position-3/Overview.bs

+11-11
Original file line numberDiff line numberDiff line change
@@ -380,24 +380,24 @@ Containing Blocks of Positioned Boxes</h3>
380380
</div>
381381

382382
<h4 id="original-cb">
383-
Further Shrinking the Containing Block</h4>
383+
Further Adjustments to the Containing Block</h4>
384384

385-
Some features can additionally change the [=containing block=]
385+
Some features can alter the effective [=containing block=] rectangle
386386
of [=absolutely positioned=] boxes.
387387
These are applied in the following order,
388-
with earlier steps modifying the containing block
388+
with earlier steps modifying the [=containing block=]
389389
that later steps see:
390390

391-
1. If the [=containing block=] is generated by a [=grid container=],
392-
the [=grid-placement properties=]
393-
on the positioned element
394-
change the [=containing block=]
395-
to the corresponding [=grid area=]
396-
of that [=grid container=].
391+
1. The [=grid-placement properties=]
392+
on an [=absolutely positioned box=]
393+
whose [=containing block=] is generated by a [=grid container=]
394+
can change the [=containing block=] rectangle
395+
to a specified [=grid area=].
397396
See [[css-grid-1#abspos-items]].
398397

399-
2. If 'inset-area' has an effect on the positioned element,
400-
the [=containing block=] is the specified area of the [=inset-area grid=].
398+
2. The 'inset-area' and 'position-try' properties
399+
can change the [=containing block=] rectangle
400+
to a specified area of an [=inset-area grid=].
401401
See [[css-anchor-position-1#inset-area]].
402402

403403
The element's <dfn export>original containing block</dfn>

0 commit comments

Comments
 (0)