File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1943,25 +1943,27 @@ Font property descriptors: the 'font-style!!descriptor', 'font-weight!!descripto
19431943
19441944 <pre class='descdef'>
19451945 Name : font-style
1946- Value : normal | italic | oblique [ <<angle>> | <<angle>> <<angle>> ] ?
1946+ Value : auto | normal | italic | oblique [ <<angle>> | <<angle>> <<angle>> ] ?
19471947 For : @font-face
19481948 Initial : normal
19491949 </pre>
19501950
19511951 <pre class='descdef'>
19521952 Name : font-weight
1953- Value : <<font-weight-absolute>> <<font-weight-absolute>>?
1953+ Value : auto | <<font-weight-absolute>> <<font-weight-absolute>>?
19541954 For : @font-face
19551955 Initial : normal
19561956 </pre>
19571957
19581958 <pre class='descdef'>
19591959 Name : font-stretch
1960- Value : <<'font-stretch'>> <<'font-stretch'>>?
1960+ Value : auto | <<'font-stretch'>> <<'font-stretch'>>?
19611961 For : @font-face
19621962 Initial : normal
19631963 </pre>
19641964
1965+
1966+
19651967These descriptors define the characteristics of a font face
19661968and are used in the process of matching styles to specific faces.
19671969For a font family defined with several ''@font-face'' rules,
@@ -1985,6 +1987,11 @@ in order to forbid decreasing ranges.
19851987Both endpoints are inclusive.
19861988The ranges are used in the <a href="#font-matching-algorithm">Font Matching Algorithm</a> below.
19871989
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+
19881995The value for these font face style attributes
19891996is used in place of the style implied by the underlying font data.
19901997This allows authors to combine faces in flexible combinations,
You can’t perform that action at this time.
0 commit comments