NEW 240904
CSS filter interpolation incorrect when a function is missing
https://bugs.webkit.org/show_bug.cgi?id=240904
Summary CSS filter interpolation incorrect when a function is missing
Martin
Reported 2022-05-25 03:34:24 PDT
Created attachment 459751 [details] bug demo According to https://developer.mozilla.org/en-US/docs/Web/CSS/filter#interpolation - "missing equivalent filter functions from the longer list are added to the end of the shorter list using their initial values." In the attached demo, however, Webkit does not play the transition and directly jumps to the final state when hovering. Firefox and Chrome correctly fill in the missing filter function with its initial value.
Attachments
bug demo (387 bytes, text/html)
2022-05-25 03:34 PDT, Martin
no flags
Radar WebKit Bug Importer
Comment 1 2022-06-01 03:35:12 PDT
Note You need to log in before you can comment on or make changes to this bug.