Skip to content

Commit 9a6e704

Browse files
committed
[css-fonts-4] help with #2485
1 parent 5d451cb commit 9a6e704

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

css-fonts-4/Overview.bs

+10-3
Original file line numberDiff line numberDiff 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+
19651967
These descriptors define the characteristics of a font face
19661968
and are used in the process of matching styles to specific faces.
19671969
For a font family defined with several ''@font-face'' rules,
@@ -1985,6 +1987,11 @@ in order to forbid decreasing ranges.
19851987
Both endpoints are inclusive.
19861988
The 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+
19881995
The value for these font face style attributes
19891996
is used in place of the style implied by the underlying font data.
19901997
This allows authors to combine faces in flexible combinations,

0 commit comments

Comments
 (0)