File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -386,6 +386,10 @@ Properties Affected by Forced Colors Mode {#forced-colors-properties}
386
386
text-shadow: none !important;
387
387
</pre>
388
388
389
+ <div class="issue">
390
+ <a href="https://github.com/w3c/csswg-drafts/issues/4175">Issue 4175</a>
391
+ <dl>
392
+ <dt> Option A<dd>
389
393
For elements that have a background specified in the UA style sheet,
390
394
the background color is forced via:
391
395
<pre>
@@ -396,6 +400,17 @@ Properties Affected by Forced Colors Mode {#forced-colors-properties}
396
400
by forcing all channels other than alpha
397
401
to match ''Canvas'' .
398
402
403
+ <dt> Option B<dd>
404
+ Based on its resulting [=computed value|computed=] 'color' value,
405
+ the [computed|used] 'background-color' of an element is forced
406
+ by matching all channels other than alpha
407
+ to the appropriate forced background color;
408
+ which should be the corresponding system background color
409
+ if 'color' is a [=system color=] ,
410
+ and ''Canvas'' otherwise.
411
+ </dl>
412
+ </div>
413
+
399
414
Additionally, on <em> on user input controls (except button-like controls) only</em> :
400
415
<pre>
401
416
background-image: none !important;
You can’t perform that action at this time.
0 commit comments