We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64ae37b + 1a4378c commit 27e274dCopy full SHA for 27e274d
css-color/Overview.bs
@@ -86,6 +86,15 @@ For example, to specify lime green:
86
<dd>The <<color>> type is defined in a later section.
87
</dl>
88
89
+ <p class="note">
90
+ Note: In general, this property, including its alpha component, has
91
+ no effect on "color glyphs", such as emoji in some fonts, which are
92
+ colored by a built-in palette. Some colored fonts are able to refer
93
+ to the foreground color, such as palette entry ''0xFFFF'' in COLR
94
+ table of OpenType, and ''context-fill'' value in SVG-in-OpenType. In
95
+ that case, the foreground color is set by this property, identical
96
+ to how ''<color>/currentcolor'' value works.
97
+
98
<h2 id='color-type'>
99
Representing sRGB Colors: the <<color>> type</h2>
100
0 commit comments