Skip to content

Commit 018d079

Browse files
committed
[css-anchor-position] Invalid anchor() or anchor-size() with no fallback is IACVT. #10005
1 parent 3b93f24 commit 018d079

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-anchor-position-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ only if all the following conditions are true:
10151015
If any of these conditions are false,
10161016
the ''anchor()'' function resolves to its specified fallback value.
10171017
If no fallback value is specified,
1018-
it resolves to ''0px''.
1018+
it makes the declaration referencing it [=invalid at computed-value time=].
10191019

10201020

10211021
<!-- Big Text: visibility
@@ -1224,7 +1224,7 @@ only if all the following conditions are true:
12241224
If any of these conditions are false,
12251225
the ''anchor-size()'' function resolves to its specified fallback value.
12261226
If no fallback value is specified,
1227-
it resolves to ''0px''.
1227+
it makes the declaration referencing it [=invalid at computed-value time=].
12281228

12291229

12301230
<!-- Big Text: fallback

0 commit comments

Comments
 (0)