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. MathML

    Special tags that allow mathematical formulas and notations to be written on web pages.

  4. cssmathclamp api: lower

  5. cssmathclamp api: upper

  6. cssmathclamp api: value

  7. cssmathinvert api

  8. cssmathinvert api: `cssmathinvert()` constructor

  9. cssmathinvert api: value

  10. cssmathmax api: values

  11. cssmathmin api: values

  12. cssmathnegate api

  13. cssmathnegate api: `cssmathnegate()` constructor

  14. cssmathnegate api: value

  15. cssmathproduct api: values

  16. cssmathsum api: values

  17. cssmathvalue api

  18. cssmathvalue api: operator

  19. mathmlelement api

  20. mathmlelement api: attributestylemap

  21. mathmlelement api: autofocus

  22. mathmlelement api: blur

  23. mathmlelement api: dataset

  24. mathmlelement api: focus

  25. mathmlelement api: nonce

  26. mathmlelement api: style

  27. mathmlelement api: tabindex

  28. css property: alignment-baseline: mathematical

  29. css property: display: math

  30. css property: dominant-baseline: mathematical

  31. css property: font-family: `math`

  32. css property: font-size: `math` keyword

  33. css property: math-depth

  34. css property: math-shift

  35. css property: math-style

  36. css property: text-transform: math-auto

  37. javascript built-in: math: ceil

  38. javascript built-in: math: e

  39. javascript built-in: math: exp

  40. javascript built-in: math: expm1

  41. javascript built-in: math: log10e

  42. javascript built-in: math: log2e

  43. svg element: font-face: mathematical

  44. svg element: font-face: v-mathematical

  45. global_attributes: requiredextensions: recognizes mathml namespace