- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Tue, 15 Apr 2025 19:43:59 +0000
- To: public-css-archive@w3.org
We currently have: > For the purposes of font matching, User agents may treat [italic](https://drafts.csswg.org/css-fonts-4/Overview.html#valdef-font-style-italic) as a synonym for [oblique](https://drafts.csswg.org/css2/#valdef-font-style-oblique). For user agents that treat these values distinctly, synthesis must not be performed for italic. But that is saying that `italic` and `oblique` can be treated as the same. What we want is not symmetrical: `oblique` can be treated as a fallback to `italic`, but `italic` cannot be treated as a fallback to `oblique`. -- GitHub Notification of comment by svgeesus Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9389#issuecomment-2807308784 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 15 April 2025 19:44:00 UTC