Skip to content

Commit 03c49db

Browse files
committed
[css-anchor-position-1] Clarify that position-try-order also uses the WM of the container. #13076
1 parent 087d321 commit 03c49db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css-anchor-position-1/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,7 @@ to overflow its [=containing block=]
14711471
is taken as the winner.
14721472

14731473
'position-try-order' allows these options
1474-
to additional be sorted by the available space they define,
1474+
to additionally be sorted by the available space they define,
14751475
if it's more important for the box to have as much space as possible
14761476
rather than strictly follow some declared order.
14771477

@@ -1751,6 +1751,9 @@ the [=position options list=] will be tried.
17511751
Stably sort the [=position options list=]
17521752
according to this size,
17531753
with the largest coming first.
1754+
1755+
Logical directions are resolved against
1756+
the [=writing mode=] of the [=containing block=].
17541757
</dl>
17551758

17561759
<div class=example>

0 commit comments

Comments
 (0)