Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions css-color-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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
</pre>


Expand Down Expand Up @@ -2013,6 +2015,13 @@ System Colors</h3>
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.

<div class="example" id="ex-SystemCombo">
For example, the system color combinations in the browser you are currently using:

Expand Down Expand Up @@ -7285,8 +7294,8 @@ Changes</h2>
<h3 id="changes-from-20250424">Changes since the
<a href="https://www.w3.org/TR/2025/CRD-css-color-4-20250424/">Candidate Recommendation Draft of 24 April 2025</a></h3>
<ul>
<!-- to 23 Apr 2025 -->
<li><em>none</em></li>
<!-- to 4 Sep 2025 -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably that isn't all the changes to 4 Sept, but I can fix that up afterwards

<li>Updated ''AccentColor'' to take its value from 'accent-color', unless in [=Forced Colors Mode=]</li>
</ul>

<h3 id="changes-from-20240213">Changes since the <a href="https://www.w3.org/TR/2024/CRD-css-color-4-20240213/">Candidate Recommendation Draft of 13 Feb 2024</a></h3>
Expand Down