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
Copy file name to clipboardExpand all lines: css-fonts-4/Overview.bs
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -456,7 +456,7 @@ Previously, interpolated values of font-weight were rounded to their closest mul
456
456
rounded values. In this specification, the font-matching algorithm is able to accept any value, so no rounding occurs. The small behavior change is due to the discontinuous nature of the font-matching algorithm.
457
457
458
458
<h3 id="font-stretch-prop">
459
-
Font width: the 'font-stretch' property</h3>
459
+
Font width: the 'font-stretch!!property' property</h3>
460
460
461
461
<pre class="propdef">
462
462
Name: font-stretch
@@ -470,7 +470,7 @@ Media: visual
470
470
Animatable: As <<number>>
471
471
</pre>
472
472
473
-
The 'font-stretch' property selects a normal,
473
+
The 'font-stretch!!property' property selects a normal,
474
474
condensed, or expanded face from a font family.
475
475
476
476
This property accepts values of the following:
@@ -956,8 +956,8 @@ none of the 'font-variant!!property' values added in this specification can be u
@@ -2371,11 +2371,11 @@ if all font style properties were set to their initial value.
2371
2371
a single <dfn>composite face</dfn> for this step:
2372
2372
2373
2373
<ol id="fontstylematchingalg">
2374
-
1. 'font-stretch' is tried first. If a font
2374
+
1. 'font-stretch!!property' is tried first. If a font
2375
2375
does not have any concept of varying strengths of stretch values, its stretch value
2376
2376
is mapped according table in the <a href="#stretchmappings">property definition</a>.
2377
2377
If the matching set includes faces with width values
2378
-
containing the 'font-stretch' desired value, faces with width values which do not include the desired width value
2378
+
containing the 'font-stretch!!property' desired value, faces with width values which do not include the desired width value
2379
2379
are removed from the matching set. If there is no face
2380
2380
which contains the desired value, a stretch value is chosen using the rules below:
2381
2381
@@ -2395,7 +2395,7 @@ if all font style properties were set to their initial value.
2395
2395
<div class="example" id="ascendingstretch">
2396
2396
This search algorithm can be thought of as a distance function, where the lowest-distance value present in the font family is selected, and all fonts not including that value are eliminated.
2397
2397
2398
-
Consider a font family with three fonts, named A, B, and C, each with associated supported ranges for the 'font-stretch' descriptor. If an element is styled with "font-stretch: 125", the search algorithm can be visualized as follows:
2398
+
Consider a font family with three fonts, named A, B, and C, each with associated supported ranges for the 'font-stretch!!property' descriptor. If an element is styled with "font-stretch: 125", the search algorithm can be visualized as follows:
0 commit comments