@@ -983,14 +983,21 @@ so positioning an element in any particular fashion
983983might result in the positioned element overflowing its [=containing block=]
984984or being positioned partially off screen.
985985
986- <s> To ameliorate this, an [=absolutely positioned=] element
987- can use the 'position-fallback' property
988- to refer to a ''@position-fallback'' block,
989- giving a list of possible style rules to try out.
986+ To ameliorate this, an [=absolutely positioned=] element
987+ can use the 'position-try-options' property
988+ to refer to several variant sets of positioning/alignment properties
989+ (generated from the element's existing styles,
990+ or specified in ''@position-try'' rules)
991+ that the UA can try if the element overflows its initial position.
990992Each is applied to the element, one by one,
991993and the first that doesn't cause the element
992994to overflow its [=containing block=]
993- is taken as the winner.</s>
995+ is taken as the winner.
996+
997+ 'position-try-order' allows these options
998+ to additional be sorted by the available space they define,
999+ if it's more important for the element to have as much space as possible
1000+ rather than strictly follow some declared order.
9941001
9951002Giving Fallback Options: the 'position-try-options' property {#position-try-options}
9961003--------------------------------
0 commit comments