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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -672,6 +672,9 @@ Font style: the 'font-style!!property' property</h3>
672
672
the <code>slnt</code> variation is used to implement oblique values,
673
673
and the <code>ital</code> variation with a value of 1 is used to implement the italic values.
674
674
675
+
ISSUE: The threshold for preferring oblique over normal
676
+
<a href="https://github.com/w3c/csswg-drafts/issues/2295">should be lower than the average angle</a>.
677
+
675
678
Issue: What direction should positive and negative obliques skew in vertical writing mode?
676
679
How do we achieve skews in the opposite dimension
677
680
(needed for vertical writing)?
@@ -2580,6 +2583,9 @@ if all font style properties were set to their initial value.
2580
2583
3. If no match is found, oblique values greater than or equal to 20deg are checked in ascending order
2581
2584
followed by oblique values below 20deg in descending order, until 0 is hit. Only positive values of oblique values
2582
2585
are checked in this stage.
2586
+
2587
+
ISSUE: The threshold for preferring oblique over normal <a href="https://github.com/w3c/csswg-drafts/issues/2295">should be lower than the average angle</a>.
2588
+
2583
2589
4. If no match is found, italic values less than or equal to 0 are checked in descending order until a match is found.
2584
2590
5. If no match is found, oblique values less than or equal to 0deg are checked in descending order until a match is found.
0 commit comments