1. calc() as CSS unit value

    Method of allowing calculated values for length units, i.e. `width: calc(100% - 3em)`

  2. CSS math functions min(), max() and clamp()

    More advanced mathematical expressions in addition to `calc()`

  3. WebGPU

    An API for complex rendering and compute, using hardware acceleration. Use cases include demanding 3D games and acceleration of scientific calculations. Meant to supersede WebGL.

  4. rtcicecandidatepairstats api: localcandidateid

  5. rtcicetransport api: getlocalcandidates

  6. css at-rule: `@media`: `calc()` expressions

  7. css property: aspect-ratio

  8. css property: column-gap: supported in multi-column layout: `calc()` values

  9. css property: gap: supported in grid layout: `calc()` values

  10. types: <calc-constant>

  11. types: <calc-constant>: `e` constant

  12. types: <calc-constant>: `infinity` & `-infinity` constants

  13. types: <calc-constant>: `nan` constant

  14. types: <calc-constant>: `pi` constant

  15. types: `calc()`: gradient color stops support

  16. types: `calc()`: nested `calc()` support

  17. types: `calc()`: `<number>` value support

  18. svg element: animatemotion: calcmode