Skip to content

Commit 4559389

Browse files
committed
[css-fonts-4] Font matching algorithm for font-stretch is not backwards-compatible
w3c#1333
1 parent 62b924a commit 4559389

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-fonts-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,7 @@ at least as dark as its predecessor. Only values greater than 0 and less than 10
19241924
are removed from the matching set. If there is no face
19251925
which contains the desired value, a stretch value is chosen using the rules below:
19261926
<ul>
1927-
<li>If the desired stretch value is less than 100, stretch values below the
1927+
<li>If the desired stretch value is less than or equal to 100, stretch values below the
19281928
desired stretch value are checked in descending order followed by
19291929
stretch values above the desired stretch value in ascending order until a
19301930
match is found.</li>

0 commit comments

Comments
 (0)