You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -964,10 +964,10 @@ CSS Fonts level 3, none of the 'font-stretch!!property' values added in this spe
964
964
The syntax of this property is based on a traditional typographical
965
965
shorthand notation to set multiple properties related to fonts.
966
966
967
-
All subproperties of the 'font' property are first reset to their initial values,
968
-
including those listed above plus 'font-size-adjust', 'font-kerning', all subproperties of 'font-variant', 'font-feature-settings',
969
-
'font-language-override', 'font-min-size', 'font-max-size', 'font-optical-sizing', 'font-variation-settings', and 'font-palette'.
970
-
Then, those properties that are given explicit values in the 'font'
967
+
All subproperties of the 'font!!property' property are first reset to their initial values,
968
+
including those listed above plus 'font-size-adjust', 'font-kerning', all subproperties of 'font-variant!!property', 'font-feature-settings!!property',
969
+
'font-language-override', 'font-min-size', 'font-max-size', 'font-optical-sizing', 'font-variation-settings!!property', and 'font-palette'.
970
+
Then, those properties that are given explicit values in the 'font!!property'
971
971
shorthand are set to those values. For a definition of allowed and
972
972
initial values, see the previously defined properties. For reasons of
973
973
backwards compatibility, it is not possible to set 'font-size-adjust'
@@ -1934,7 +1934,7 @@ body { font-family: DroidSans; }
1934
1934
</div>
1935
1935
1936
1936
<h3 id="font-rend-desc">
1937
-
Font features and variations: the 'font-variant', 'font-feature-settings', and 'font-variation-settings' descriptors</h3>
1937
+
Font features and variations: the 'font-variant!!descriptor', 'font-feature-settings!!descriptor', and 'font-variation-settings!!descriptor' descriptors</h3>
1938
1938
1939
1939
<pre class='descdef'>
1940
1940
Name: font-variant
@@ -1969,15 +1969,16 @@ For: @font-face
1969
1969
These descriptors define initial settings that apply when the font defined by
1970
1970
an <code>@font-face</code> rule is rendered. They do not affect font selection.
1971
1971
Values are identical to those defined for the corresponding
1972
-
'font-variant', 'font-feature-settings', and 'font-variation-settings' properties defined below
1972
+
'font-variant!!property', 'font-feature-settings!!property', and
1973
+
'font-variation-settings!!property' properties defined below
1973
1974
except that the value 'inherit' is omitted. When multiple font
1974
1975
feature descriptors, properties, or variations are used, the cumulative effect on
1975
1976
text rendering is detailed in the section
1976
1977
<a href="#font-feature-variation-resolution">Font Feature and Variation Resolution</a> below.
1977
1978
In cases where specific values define synthesized fallback for certain
1978
-
'font-variant' subproperties, the same synthesized fallback
1979
+
'font-variant!!property' subproperties, the same synthesized fallback
1979
1980
applies when used within those values are used with the
0 commit comments