@@ -380,24 +380,24 @@ Containing Blocks of Positioned Boxes</h3>
380
380
</div>
381
381
382
382
<h4 id="original-cb">
383
- Further Shrinking the Containing Block</h4>
383
+ Further Adjustments to the Containing Block</h4>
384
384
385
- Some features can additionally change the [=containing block=]
385
+ Some features can alter the effective [=containing block=] rectangle
386
386
of [=absolutely positioned=] boxes.
387
387
These are applied in the following order,
388
- with earlier steps modifying the containing block
388
+ with earlier steps modifying the [= containing block=]
389
389
that later steps see:
390
390
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=] .
397
396
See [[css-grid-1#abspos-items]] .
398
397
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=] .
401
401
See [[css-anchor-position-1#inset-area]] .
402
402
403
403
The element's <dfn export>original containing block</dfn>
0 commit comments