Bug 278925
| Summary: | CSS timing functions should not eagerly evaluate calc() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Weinig <sam> |
| Component: | CSS | Assignee: | Sam Weinig <sam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | koivisto, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 18 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sam Weinig
The CSS timing functions currently use the RawResolver to eagerly evaluate calc() during parsing. This is incorrect. Rather, like all other types, calc() evaluation should be delayed until style building.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sam Weinig
Pull request: https://github.com/WebKit/WebKit/pull/32946
EWS
Committed 283036@main (2047aa6f9356): <https://commits.webkit.org/283036@main>
Reviewed commits have been landed. Closing PR #32946 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/135108541>