@@ -426,7 +426,7 @@ in anchor positioning.
426
426
* |possible anchor| is laid out strictly before |positioned el|,
427
427
aka one of the following is true:
428
428
* Both |positioned el| and |possible anchor| are [=absolutely positioned=] ,
429
- and |positioned el|'s [=absolute positioning containing block=] is
429
+ and |positioned el|'s [=containing block=] is
430
430
an ancestor of |possible anchor|'s [=absolute positioning containing block=]
431
431
in the [=containing block chain=] .
432
432
@@ -436,13 +436,13 @@ in anchor positioning.
436
436
and an ancestor of all [=containing blocks=]
437
437
generated by elements not in a [=top layer=] .
438
438
* Both |positioned el| and |possible anchor| are [=absolutely positioned=]
439
- and have the same [=absolute positioning containing block=] ,
439
+ and have the same [=containing block=] ,
440
440
and either |positioned el| is [=in a higher top layer=] than |possible anchor|,
441
441
or they're both in the same [=top layer=]
442
442
and |positioned el| is later in [=flat tree=] order than |possible anchor|.
443
443
* |possible anchor| is not [=absolutely positioned=] ,
444
444
and its [=containing block=]
445
- is either the same as or a descendant of |positioned el|'s [=absolute positioning containing block=] .
445
+ is either the same as or a descendant of |positioned el|'s [=containing block=] .
446
446
447
447
* If |possible anchor| is in the [=skipped contents=] of another element,
448
448
then |positioned el| is in the [=skipped contents=] of that same element.
0 commit comments