Skip to content

Commit ef3c11c

Browse files
committed
[css-anchor-position-1] abspos CB -> CB per standard terms
1 parent ec45452 commit ef3c11c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-anchor-position-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ in anchor positioning.
426426
* |possible anchor| is laid out strictly before |positioned el|,
427427
aka one of the following is true:
428428
* 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
430430
an ancestor of |possible anchor|'s [=absolute positioning containing block=]
431431
in the [=containing block chain=].
432432

@@ -436,13 +436,13 @@ in anchor positioning.
436436
and an ancestor of all [=containing blocks=]
437437
generated by elements not in a [=top layer=].
438438
* 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=],
440440
and either |positioned el| is [=in a higher top layer=] than |possible anchor|,
441441
or they're both in the same [=top layer=]
442442
and |positioned el| is later in [=flat tree=] order than |possible anchor|.
443443
* |possible anchor| is not [=absolutely positioned=],
444444
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=].
446446

447447
* If |possible anchor| is in the [=skipped contents=] of another element,
448448
then |positioned el| is in the [=skipped contents=] of that same element.

0 commit comments

Comments
 (0)