Skip to content

Commit dcad1fe

Browse files
committed
[css-anchor-position-1] Forbid position-try-fallbacks: none, none, none due to ambiguous meaning w3c#12838
1 parent d5d8003 commit dcad1fe

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

css-anchor-position-1/Overview.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ Giving Fallback Options: the 'position-try-fallbacks' property {#position-try-fa
15941594

15951595
<pre class=propdef>
15961596
Name: position-try-fallbacks
1597-
Value: none | [ [<<dashed-ident>> || <<try-tactic>>] | <<'position-area'>> ]#
1597+
Value: none | [ [<<dashed-ident>> || <<try-tactic>>] | <<position-area>> ]#
15981598
Initial: none
15991599
Inherited: no
16001600
Applies to: [=absolutely positioned boxes=]
@@ -1680,7 +1680,7 @@ Values have the following meanings:
16801680

16811681
Otherwise, does nothing.
16821682

1683-
: <dfn><<'position-area'>></dfn>
1683+
: <dfn><<position-area>></dfn>
16841684
::
16851685
Automatically creates a [=position option=]
16861686
composed solely of a 'position-area' property
@@ -2602,4 +2602,7 @@ Significant changes since the <a href="https://www.w3.org/TR/2025/WD-css-anchor-
26022602

26032603
ISSUE: Audit <a href="https://github.com/w3c/csswg-drafts/commits/main/css-anchor-position-1">changes</a>!
26042604

2605+
* Fix grammar of 'position-try-fallbacks' to exclude lists of ''position-area/none'' keywords.
2606+
(<a href="https://github.com/w3c/csswg-drafts/issues/12838">Issue 12838</a>)
2607+
26052608
See also <a href="https://www.w3.org/TR/2025/WD-css-anchor-position-1-20250509/#changes">Previous Changes</a>.

0 commit comments

Comments
 (0)