[Webkit-unassigned] [Bug 23775] Transitions misbehave when a property is expressed in different units

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 19 09:03:54 PDT 2022


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

--- Comment #12 from Antoine Quint <graouts at webkit.org> ---
The issue is under static Length blendMixedTypes(const Length& from, const Length& to, const BlendingContext& context) where we have from = calc(blend(10%, 960px, 0.33)) and to = 10% but the result is calc(blend(10%, 10%, …)).

-- 
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/20220919/fcb5596b/attachment-0001.htm>


More information about the webkit-unassigned mailing list