From 922ac40a76783e4ddc762fdbc2ddd09b0f3ed7c1 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Wed, 8 Nov 2023 13:48:09 +0100 Subject: [PATCH] [css-position-3] Fix broken refs to property value ranges --- css-position-3/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css-position-3/Overview.bs b/css-position-3/Overview.bs index bc724e35870..39ef802b1f5 100644 --- a/css-position-3/Overview.bs +++ b/css-position-3/Overview.bs @@ -540,7 +540,7 @@ Box Insets Shorthands: the 'inset-block', 'inset-inline', and 'inset' properties
 	Name: inset-block, inset-inline
-	Value: <'top'>{1,2}
+	Value: <<'top'>>{1,2}
 	Initial: auto
 	Applies to: positioned elements
 	Inherited: no
@@ -560,7 +560,7 @@ Box Insets Shorthands: the 'inset-block', 'inset-inline', and 'inset' properties
 
 	
 	Name: inset
-	Value: <'top'>{1,4}
+	Value: <<'top'>>{1,4}
 	Initial: auto
 	Applies to: positioned elements
 	Inherited: no