From 633dbcf6e24b972496d61f6afc8d6cdadd9a9812 Mon Sep 17 00:00:00 2001
From: Alison Maher
Date: Thu, 4 Sep 2025 11:51:14 -0700
Subject: [PATCH] AccentColor change
---
css-color-4/Overview.bs | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/css-color-4/Overview.bs b/css-color-4/Overview.bs
index f51572522b80..8956f832ff4d 100644
--- a/css-color-4/Overview.bs
+++ b/css-color-4/Overview.bs
@@ -41,6 +41,8 @@ spec: css-backgrounds-3; type: property; text: border-top-color
spec: css-backgrounds-3; type: property; text: border-left-color
spec: css-backgrounds-3; type: property; text: border-bottom-color
spec: css-backgrounds-3; type: property; text: border-right-color
+spec: css-ui-4; type: dfn; text: accent color
+spec: css-ui-4; type: property; text: accent-color
@@ -2013,6 +2015,13 @@ System Colors
though possibly at a lower contrast rating,
over any of the backgrounds.
+ To maintain consistency with widget [=accent color=] styling,
+ ''AccentColor'' takes its value from 'accent-color',
+ unless [=Forced Colors Mode=] is enabled.
+ ''AccentColorText'' takes its value from
+ the contrasting foreground color to ''AccentColor''
+ as is described for widget [=accent color=] styling.
+
For example, the system color combinations in the browser you are currently using:
@@ -7285,8 +7294,8 @@ Changes
-
- - none
+
+ - Updated ''AccentColor'' to take its value from 'accent-color', unless in [=Forced Colors Mode=]