From c98a4e9356df204cc824f2e062e263bce5e13efc Mon Sep 17 00:00:00 2001 From: Sebastian Zartner Date: Thu, 30 Oct 2025 22:30:21 +0100 Subject: [PATCH] [css-backgrounds-4] 'border-area' value in 'background' shorthand sets 'background-origin' to 'border-box' --- css-backgrounds-4/Overview.bs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css-backgrounds-4/Overview.bs b/css-backgrounds-4/Overview.bs index e531fa07a8b..4702c7612f7 100644 --- a/css-backgrounds-4/Overview.bs +++ b/css-backgrounds-4/Overview.bs @@ -1741,6 +1741,9 @@ Backgrounds Shorthand: the 'background' property If one <> value is present then it sets both 'background-origin' and 'background-clip' to that value. + However, there is one exception: + if the value is ''background-clip/border-area'', + it is set for 'background-clip', while 'background-origin' is set to ''background-origin/border-box''. If two values are present, then the first sets 'background-origin' and the second 'background-clip'.