Bug 187774 - Use a single tri-state member to distinguish between "normal", "italic" and "oblique" font-style values
Summary: Use a single tri-state member to distinguish between "normal", "italic" and "...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-18 11:15 PDT by Antoine Quint
Modified: 2018-07-18 11:15 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2018-07-18 11:15:07 PDT
As part of https://bugs.webkit.org/show_bug.cgi?id=187722, we've made the FontDescriptionRequest slope member an optional to be able to distinguish between "normal" and any other value. However, we also need to look at the FontDescription fontStyleAxis member to distinguish between "italic" and "oblique 20deg". We should have a single tri-state member to distinguish between all these values.