[Webkit-unassigned] [Bug 247879] New: Clean up handling of background-position shorthand in StyleProperties::asTextInternal()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 13 23:10:51 PST 2022


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

            Bug ID: 247879
           Summary: Clean up handling of background-position shorthand in
                    StyleProperties::asTextInternal()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ntim at apple.com

The old code was collapsing background-position-x/y into background-position.
It is not needed anymore, as returning true in canUseShorthandForLonghand for background-position has the same effect.

Test: fast/css/background-position-serialize.html

-- 
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/20221114/9a5e5688/attachment.htm>


More information about the webkit-unassigned mailing list