1. Intrinsic & Extrinsic Sizing

    Allows for the heights and widths to be specified in intrinsic values using the `max-content`, `min-content`, `fit-content` and `stretch` (formerly `fill`) properties.

  2. css property: block-size: `fit-content`

  3. css property: block-size: `fit-content()`

  4. css property: flex-basis: `fit-content`

  5. css property: grid-template-columns: `fit-content()`

  6. css property: grid-template-rows: `fit-content()`

  7. css property: height: fit-content

  8. css property: height: `fit-content()`

  9. css property: inline-size: `fit-content`

  10. css property: inline-size: `fit-content()`

  11. css property: max-block-size: `fit-content`

  12. css property: max-block-size: `fit-content()`

  13. css property: max-height: fit-content

  14. css property: max-height: `fit-content()`

  15. css property: max-inline-size: `fit-content`

  16. css property: max-inline-size: `fit-content()`

  17. css property: max-width: fit-content

  18. css property: max-width: `fit-content()`

  19. css property: min-block-size: `fit-content`

  20. css property: min-block-size: `fit-content()`

  21. css property: min-height: `fit-content`

  22. css property: min-height: `fit-content()`

  23. css property: min-inline-size: `fit-content`

  24. css property: min-inline-size: `fit-content()`

  25. css property: min-width: `fit-content`

  26. css property: min-width: `fit-content()`

  27. css property: width: fit-content

  28. css property: width: `fit-content()`