From 02c390480050b1554c110b687ffca37316a55a14 Mon Sep 17 00:00:00 2001 From: Sebastian Zartner Date: Fri, 5 Sep 2025 13:38:23 +0200 Subject: [PATCH] [css-backgrounds-4] Allowed combining `border-area` and `text` in `background-clip` --- 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 55f4bb87c55..f8eaae9982f 100644 --- a/css-backgrounds-4/Overview.bs +++ b/css-backgrounds-4/Overview.bs @@ -326,7 +326,7 @@ Painting Area: the 'background-clip' property The syntax of the property is given with
-	<bg-clip> = <> | border-area| text
+	<bg-clip> = <> | [ border-area || text ]
 	
Issue: Or should this be defining the -webkit-background-clip property,