[Webkit-unassigned] [Bug 248325] New: No need to check for auto lengths or calculated values in valueForImageSliceSide

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 24 17:02:34 PST 2022


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

            Bug ID: 248325
           Summary: No need to check for auto lengths or calculated values
                    in valueForImageSliceSide
           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: obrufau at igalia.com

https://searchfox.org/wubkat/rev/fde0f31b8e7849e3eb1bf6c82439b4b9a5d31baf/Source/WebCore/css/ComputedStyleExtractor.cpp#226-240

The check for auto lengths was added in bug 221856, but I'm assuming it was by mistake, since border-image-slice doesn't support auto, unlike border-image-width.

The check for calculated values was added in bug 131480, since back then animations could wrongly produce that. But it seems that has been fixed and now a number and a percentage just interpolate discretely.

-- 
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/20221125/1f2087c6/attachment.htm>


More information about the webkit-unassigned mailing list