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

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

  2. Media Queries: Range Syntax

    Syntax improvements to make media queries using features that have a "range" type (like width or height) less verbose. Can be used with ordinary mathematical comparison operators: `>`, `<`, `>=`, or `<=`. For example: `@media (100px <= width <= 1900px)` is the equivalent of `@media (min-width: 100px) and (max-width: 1900px)`

  3. cssmathmin api

  4. cssmathmin api: `cssmathmin()` constructor

  5. cssmathmin api: values

  6. css property: dominant-baseline: mathematical

  7. javascript built-in: math: min