Skip to content

Commit dc2973a

Browse files
committed
[css-anchor-position][editorial] Replace the struck-out text with new intro, now that we've settled on the design.
1 parent 393a7fc commit dc2973a

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

css-anchor-position-1/Overview.bs

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -983,14 +983,21 @@ so positioning an element in any particular fashion
983983
might result in the positioned element overflowing its [=containing block=]
984984
or 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.
990992
Each is applied to the element, one by one,
991993
and the first that doesn't cause the element
992994
to 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

9951002
Giving Fallback Options: the 'position-try-options' property {#position-try-options}
9961003
--------------------------------

0 commit comments

Comments
 (0)