diff --git a/css-backgrounds-4/Overview.bs b/css-backgrounds-4/Overview.bs
index db33780f628..2250ecca322 100644
--- a/css-backgrounds-4/Overview.bs
+++ b/css-backgrounds-4/Overview.bs
@@ -464,7 +464,7 @@ Tiling Images Shorthand: the 'background-repeat' property
'background-repeat-x' and 'background-repeat-y' longhand properties.
- <> = repeat-x | repeat-y | <>{1,2}
+ <> = repeat-x | repeat-y | repeat-block | repeat-inline | <>{1,2}
Single values for <> have the following
@@ -479,6 +479,14 @@ Tiling Images Shorthand: the 'background-repeat' property
Computes to ''no-repeat repeat''.
+ repeat-block
+
+ Computes to ''repeat'' in the [=block axis=] and ''no-repeat'' in the [=inline axis=].
+
+ repeat-inline
+
+ Computes to ''repeat'' in the [=inline axis=] and ''no-repeat'' in the [=block axis=].
+
''background-repeat-x/repeat''
Computes to ''repeat repeat''.
@@ -2018,6 +2026,7 @@ Additions since [[CSS3BG]]
* added ''background-clip/border-area'' and ''background-clip/text'' values to 'background-clip'
* added 'background-tbd'
* added 'background-repeat-*' longhands
+ * added logical keywords ''background-repeat/repeat-block'' and ''background-repeat/repeat-inline'' to 'background-repeat'
Acknowledgments