1. CSS Environment Variables env()

    Usage of environment variables like `safe-area-inset-top`.

  2. CSS Logical Properties

    Logical properties and values provide control of layout through logical, rather than physical, direction and dimension mappings. These properties are `writing-mode` relative equivalents of their corresponding physical properties.

  3. CSS Shapes Level 1

    Allows geometric shapes to be set in CSS to define an area for text to flow around. Includes properties `shape-outside`, `shape-margin` and `shape-image-threshold`

  4. Portals

    Portals enable seamless navigation between sites or pages. A new page can be loaded as an inset using the `<portal>` element (similar to an iframe) which can then seamlessly transition to the new navigated state when "activated".

  5. elementinternals api: ariaposinset

  6. element api: ariaposinset

  7. css property: border-style: inset

  8. css property: box-shadow: `inset`

  9. css property: --*: `env()`: safe area inset variable `safe-area-inset-bottom`

  10. css property: --*: `env()`: safe area inset variable `safe-area-inset-left`

  11. css property: --*: `env()`: safe area inset variable `safe-area-inset-right`

  12. css property: --*: `env()`: safe area inset variable `safe-area-inset-top`

  13. css property: inset

  14. css property: inset-block

  15. css property: inset-block-end

  16. css property: inset-block-end: auto

  17. css property: inset-block-start

  18. css property: inset-block-start: auto

  19. css property: inset-block: auto

  20. css property: inset-inline

  21. css property: inset-inline-end

  22. css property: inset-inline-end: auto

  23. css property: inset-inline-start

  24. css property: inset-inline-start: auto

  25. css property: inset-inline: auto

  26. css property: inset: auto

  27. css property: outline-style: inset

  28. css property: shape-outside: `inset()`

  29. css property: view-timeline-inset

  30. css property: view-timeline-inset: auto

  31. types: `<basic-shape>`: `inset()`