Skip to content

Commit 8f59368

Browse files
committed
[css-anchor-position-1] Treat auto insets as zero for finding IMCB size for position-try-options #12942
1 parent a75a79d commit 8f59368

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-anchor-position-1/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1665,7 +1665,8 @@ rather than strictly following the order declared in 'position-try-fallbacks'.
16651665
For each entry in the [=position options list=],
16661666
[=apply a position option|apply that position option=] to the box,
16671667
and find the [=inset-modified containing block=] size
1668-
that results from those styles.
1668+
that results from those styles
1669+
(treating ''inset/auto'' 'inset' values as zero).
16691670
Stably sort the [=position options list=]
16701671
according to this size,
16711672
with the largest coming first.

0 commit comments

Comments
 (0)