[Webkit-unassigned] [Bug 247127] New: StyleImages need to know if they are painting a first-line so they can use the firstLineStyle() instead of style()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 27 07:59:21 PDT 2022


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

            Bug ID: 247127
           Summary: StyleImages need to know if they are painting a
                    first-line so they can use the firstLineStyle()
                    instead of style()
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sam at webkit.org

When fixing https://bugs.webkit.org/show_bug.cgi?id=246927, I ran into an issue do to StyleImages (specifically the StyleGradientImage) not know if they are painting a first-line so they can't figure out to use the firstLineStyle() instead of style(). We should pass that information to them along with the RenderElement.

See https://github.com/WebKit/WebKit/pull/5692#discussion_r1005748227

-- 
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/20221027/166c641a/attachment.htm>


More information about the webkit-unassigned mailing list