Open
Bug 1895212
Opened 1 year ago
Updated 9 months ago
Highlight "winning" position-try-fallbacks
Categories
(DevTools :: General, task)
DevTools
General
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
References
(Blocks 1 open bug)
Details
https://drafts.csswg.org/css-anchor-position-1/#position-try-options :
This property provides a list of alternate positioning styles to try when the absolutely positioned box overflows its inset-modified containing block. This position options list is initially empty.
Each comma-separated entry in the list is a separate option: either the name of a @position-try block, or a <try-tactic> representing an automatic transformation of the element’s existing computed style.
Since this is a lit of possible strategies to apply, it would be nice to strike-through all the items that are not applied (might be all of them if the default positioning strategy was successful)
![]() |
||
Updated•9 months ago
|
Summary: Highlight "winning" position-try-options → Highlight "winning" position-try-fallbacks
You need to log in
before you can comment on or make changes to this bug.
Description
•