[Webkit-unassigned] [Bug 248467] New: Display::Style should use a custom ShadowData with a resolved Color

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 29 07:48:13 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=248467

            Bug ID: 248467
           Summary: Display::Style should use a custom ShadowData with a
                    resolved Color
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: m_dubet at apple.com

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).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221129/fcb5c7f6/attachment-0001.htm>


More information about the webkit-unassigned mailing list