File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -1943,25 +1943,27 @@ Font property descriptors: the 'font-style!!descriptor', 'font-weight!!descripto
1943
1943
1944
1944
<pre class='descdef'>
1945
1945
Name : font-style
1946
- Value : normal | italic | oblique [ <<angle>> | <<angle>> <<angle>> ] ?
1946
+ Value : auto | normal | italic | oblique [ <<angle>> | <<angle>> <<angle>> ] ?
1947
1947
For : @font-face
1948
1948
Initial : normal
1949
1949
</pre>
1950
1950
1951
1951
<pre class='descdef'>
1952
1952
Name : font-weight
1953
- Value : <<font-weight-absolute>> <<font-weight-absolute>>?
1953
+ Value : auto | <<font-weight-absolute>> <<font-weight-absolute>>?
1954
1954
For : @font-face
1955
1955
Initial : normal
1956
1956
</pre>
1957
1957
1958
1958
<pre class='descdef'>
1959
1959
Name : font-stretch
1960
- Value : <<'font-stretch'>> <<'font-stretch'>>?
1960
+ Value : auto | <<'font-stretch'>> <<'font-stretch'>>?
1961
1961
For : @font-face
1962
1962
Initial : normal
1963
1963
</pre>
1964
1964
1965
+
1966
+
1965
1967
These descriptors define the characteristics of a font face
1966
1968
and are used in the process of matching styles to specific faces.
1967
1969
For a font family defined with several ''@font-face'' rules,
@@ -1985,6 +1987,11 @@ in order to forbid decreasing ranges.
1985
1987
Both endpoints are inclusive.
1986
1988
The ranges are used in the <a href="#font-matching-algorithm">Font Matching Algorithm</a> below.
1987
1989
1990
+ The auto values for these three descriptors have the following effects:
1991
+
1992
+ - For font selection purposes, the font is selected as if the appropriate initial value is chosen
1993
+ - For variation axis clamping, clamping does not occur
1994
+
1988
1995
The value for these font face style attributes
1989
1996
is used in place of the style implied by the underlying font data.
1990
1997
This allows authors to combine faces in flexible combinations,
You can’t perform that action at this time.
0 commit comments