NEW 232669
transform: perspective(...) is not handling calc correctly
https://bugs.webkit.org/show_bug.cgi?id=232669
Summary transform: perspective(...) is not handling calc correctly
Martin Robinson
Reported 2021-11-03 09:53:18 PDT
When non-Length values of `transform: perspective()` are converted to Lengths, the conversion is happening without passing in the appropriate context. This means that calc will be wrong in certain cases because it is missing the conversion context.
Attachments
Radar WebKit Bug Importer
Comment 1 2021-11-10 08:54:20 PST
Note You need to log in before you can comment on or make changes to this bug.