Bug 232669 - transform: perspective(...) is not handling calc correctly
Summary: transform: perspective(...) is not handling calc correctly
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-11-03 09:53 PDT by Martin Robinson
Modified: 2021-11-10 08:54 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 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.
Comment 1 Radar WebKit Bug Importer 2021-11-10 08:54:20 PST
<rdar://problem/85256021>