Skip to content

Commit 1ecabcd

Browse files
committed
[css-anchor-position] Added 'inset-area()' to position-try-options. w3c#9270
1 parent 3837178 commit 1ecabcd

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

css-anchor-position-1/Overview.bs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ Giving Fallback Options: the 'position-try-options' property {#position-try-opti
10051005

10061006
<pre class=propdef>
10071007
Name: position-try-options
1008-
Value: none | [ <<dashed-ident>> || <<try-tactic>> ]#
1008+
Value: none | [ [<<dashed-ident>> || <<try-tactic>>] | inset-area( <<'inset-area'>> ) ]#
10091009
Initial: none
10101010
Inherited: no
10111011
Applies to: [=absolutely-positioned=] elements
@@ -1097,6 +1097,12 @@ Values have the following meanings:
10971097
to the element's [=position options list=].
10981098

10991099
Otherwise, does nothing.
1100+
1101+
: <dfn>inset-area( <<'inset-area'>> )</dfn>
1102+
::
1103+
Automatically creates a [=position option=]
1104+
composed solely of an 'inset-area' property
1105+
with the given value.
11001106
</dl>
11011107

11021108
<!-- Big Text: -order

0 commit comments

Comments
 (0)