Skip to content

Commit 94844a1

Browse files
committed
[css-fonts-4] Add issue about oblique search threshold. w3c#2295
1 parent 2ed7fb2 commit 94844a1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

css-fonts-4/Overview.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,9 @@ Font style: the 'font-style!!property' property</h3>
672672
the <code>slnt</code> variation is used to implement oblique values,
673673
and the <code>ital</code> variation with a value of 1 is used to implement the italic values.
674674

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+
675678
Issue: What direction should positive and negative obliques skew in vertical writing mode?
676679
How do we achieve skews in the opposite dimension
677680
(needed for vertical writing)?
@@ -2580,6 +2583,9 @@ if all font style properties were set to their initial value.
25802583
3. If no match is found, oblique values greater than or equal to 20deg are checked in ascending order
25812584
followed by oblique values below 20deg in descending order, until 0 is hit. Only positive values of oblique values
25822585
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+
25832589
4. If no match is found, italic values less than or equal to 0 are checked in descending order until a match is found.
25842590
5. If no match is found, oblique values less than or equal to 0deg are checked in descending order until a match is found.
25852591

0 commit comments

Comments
 (0)