We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb34e39 commit ef1eb76Copy full SHA for ef1eb76
css-fonts-4/Overview.bs
@@ -6272,6 +6272,10 @@ User-defined font color palettes: The ''@font-palette-values'' rule</h3>
6272
a palette which has missing colors. If colors would be missing, they are taken
6273
from the palette within the font identified by the 'base-palette' descriptor.
6274
6275
+ Functions such as ''calc()'', ''var()'', and ''env()'' are valid within the braces of a
6276
+ ''@font-palette-values'' rule. They are evaluated within the context of the root
6277
+ element. Relative units are also evaluated within the context of the root element.
6278
+
6279
The ''@font-palette-values'' rule consists of the ''@font-palette-values'' at-keyword
6280
followed by a block of descriptor declarations.
6281
It has the following syntax:
0 commit comments