mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-06 07:46:55 +00:00
Calc simplification eventually produces a single style-value as its output. This extra context data will let us know whether a calculated number should be treated as a `<number>` or an `<integer>`, so that for example, `z-index: 12` and `z-index: calc(12)` both produce an `IntegerStyleValue` containing 12.