Bug 311144
| Summary: | Add support for font-synthesis-style: oblique-only | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
| Component: | New Bugs | Assignee: | Brent Fulgham <bfulgham> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Brent Fulgham
The CSS Fonts 4 specification adds an 'oblique-only' value for the font-synthesis-style property. When set, it blocks italic-to-oblique face fallback in the font selection algorithm and prevents italic synthesis, while still permitting oblique synthesis from normal faces.
This missing longhand was the reason we were failing imported/w3c/web-platform-tests/css/css-fonts/font-synthesis-style-oblique-only.html
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/173730766>
Brent Fulgham
See https://drafts.csswg.org/css-fonts-4/#font-synthesis-style
Brent Fulgham
Pull request: https://github.com/WebKit/WebKit/pull/61727
EWS
Committed 310409@main (671f52fa7c41): <https://commits.webkit.org/310409@main>
Reviewed commits have been landed. Closing PR #61727 and removing active labels.