Skip to content

Commit e7dcecf

Browse files
committed
[css-anchor-position-1] Put the element's base styles in as the first item of the 'position options list'. #12890
1 parent 5b257aa commit e7dcecf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-anchor-position-1/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,8 @@ This property provides a list of alternate positioning styles
15111511
to try when the [=absolutely positioned box=]
15121512
overflows its [=inset-modified containing block=].
15131513
This <dfn export>position options list</dfn>
1514-
is initially empty.
1514+
initially contains a single [=position option=]
1515+
generated from the element's base styles.
15151516

15161517
Each comma-separated entry in the list is a separate option:
15171518
either the name of a ''@position-try'' block,
@@ -1989,7 +1990,7 @@ Applying Position Fallback {#fallback-apply}
19891990
When a positioned box
19901991
(shifted by its [=default scroll shift=])
19911992
overflows its [=inset-modified containing block=],
1992-
and has a non-empty [=position options list=],
1993+
and has more than one [=position option=] in its [=position options list=],
19931994
it [=determines position fallback styles=]
19941995
to attempt to find an option that avoids overflow.
19951996

0 commit comments

Comments
 (0)