Skip to content

Commit 1ba4665

Browse files
committed
[css-color-4] Clarified how system colors react to the used color scheme, #13719
1 parent a0a6e9e commit 1ba4665

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

css-color-4/Overview.bs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1919,7 +1919,8 @@ System Colors</h3>
19191919
They are typically used in the browser default stylesheet, for this reason.
19201920

19211921
To maintain legibility,
1922-
the <<system-color>> keywords also respond to light mode or dark mode changes.
1922+
the <<system-color>> keywords also respond to
1923+
the [=used color scheme=].
19231924

19241925

19251926
<div class="example" id="ex-LM-DM-links">
@@ -1937,7 +1938,8 @@ System Colors</h3>
19371938
</div>
19381939

19391940
However, in [=forced colors mode=],
1940-
most colors on the page are forced into a restricted, user-chosen palette.
1941+
most colors on the page are forced into a restricted, user-chosen palette,
1942+
see [[css-color-adjust-1#forced-color-palettes]].
19411943
The <dfn>&lt;system-color></dfn> keywords
19421944
expose these user-chosen colors
19431945
so that the rest of the page can integrate with this restricted palette.
@@ -7836,7 +7838,9 @@ Changes</h2>
78367838
<a href="https://www.w3.org/TR/2025/CRD-css-color-4-20250424/">Candidate Recommendation Draft of 24 April 2025</a></h3>
78377839

78387840
<ul>
7839-
<!-- to 27 Feb 2026 -->
7841+
<!-- to 26 March 2026 -->
7842+
<li>Clarified how system colors react to the used color scheme
7843+
(<a href="https://github.com/w3c/csswg-drafts/issues/13719">Issue 13719</a>)</li>
78407844
<li>Updated abstract to mention color interpolation and gamut mapping.</li>
78417845
<li>Clarified wording regarding the aims of CSS gamut mapping</li>
78427846
<li>Corrected ray trace algorithm to not overwrite <i>end</i>

0 commit comments

Comments
 (0)