We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df306f8 commit 6993c34Copy full SHA for 6993c34
css-ui-4/Overview.bs
@@ -2098,6 +2098,13 @@ Widget Accent Colors: the 'accent-color' property</h3>
2098
</table>
2099
</div>
2100
2101
+ If the color supplied is partially or fully transparent,
2102
+ the user agent must first pre-compose it over the ''<system-color>/Canvas'' system color
2103
+ and use the resulting (now opaque) color as the accent color.
2104
+
2105
+ Note: Although it may vary based on user settings,
2106
+ ''<system-color>/Canvas'' is typically white when in a [=light color scheme =]
2107
+ and black when in a [=dark color scheme=].
2108
2109
<h3 id="appearance-switching" caniuse="css-appearance">
2110
Switching appearance: the 'appearance' property</h3>
0 commit comments