From b36a768a3630d78442f94a8d1d8bb0ec427015aa Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Mon, 16 Sep 2024 16:26:12 +0200 Subject: [PATCH] [css-backbrounds-4] Fix definition of `` Enclosing `<>` needed to be doubled. Also added a wrapping `` to make the term linkable. --- css-backgrounds-4/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-backgrounds-4/Overview.bs b/css-backgrounds-4/Overview.bs index 42c3c08b4ea..c194cb67699 100644 --- a/css-backgrounds-4/Overview.bs +++ b/css-backgrounds-4/Overview.bs @@ -235,7 +235,7 @@ Background Positioning: the 'background-position' shorthand property
 		<> =  <> | <>
-		 = [
+		<> = [
 		  [ left | center | right ] && [ [ top | bottom ] <> ]
 		|
 		  [ [ left | right ] <> ] && [ top | center | bottom ]