WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
248467
Display::Style should use a custom ShadowData with a resolved Color
https://bugs.webkit.org/show_bug.cgi?id=248467
Summary
Display::Style should use a custom ShadowData with a resolved Color
Matthieu Dubet
Reported
2022-11-29 07:48:13 PST
Display::Style is supposed to have a completely resolved color (cf
https://github.com/WebKit/WebKit/blob/main/Source/WebCore/display/css/DisplayStyle.h#L47
). ShadowData object contains unresolved StyleColor object. Display::Style should not use ShadowData but a custom object containing shadow information and a Color (resolved by definition) instead of a StyleColor (unresolved by definition).
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-12-08 12:33:29 PST
<
rdar://problem/103141629
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug