1. CSS Anchor Positioning

    Allows placing elements anywhere on the page relative to an "anchor element", without regard to the layout of other elements besides their containing block

  2. CSS background-position edge offsets

    Allows CSS background images to be positioned relative to the specified edge using the 3 to 4 value syntax. For example: `background-position: right 5px bottom 5px;` for positioning 5px from the bottom-right corner.

  3. CSS position:fixed

    Method of keeping an element in a fixed location regardless of scroll position

  4. CSS position:sticky

    Keeps elements positioned as "fixed" or "relative" depending on how it appears in the viewport. As a result the element is "stuck" when necessary while scrolling.

  5. CSS Flexible Box Layout Module

    Method of positioning elements in horizontal or vertical stacks. Support includes all properties prefixed with `flex`, as well as `display: flex`, `display: inline-flex`, `align-content`, `align-items`, `align-self`, `justify-content` and `order`.

  6. CSS3 object-fit/object-position

    Method of specifying how an object (image or video) should fit inside its box. object-fit options include "contain" (fit according to aspect ratio), "fill" (stretches object to fill) and "cover" (overflows box but maintains ratio), where object-position allows the object to be repositioned like background-image does.

  7. css at-rule: `@position-try`

  8. css property: -webkit-mask-position-x

  9. css property: -webkit-mask-position-y

  10. css property: background-position

  11. css property: background-position-y

  12. css property: background-position: left

  13. css property: background-position: right

  14. css property: background-position: top

  15. css property: cursor: `url()` positioning syntax

  16. css property: font-synthesis-position

  17. css property: font-synthesis: `position`

  18. css property: font-variant-position

  19. css property: font-variant-position: sub

  20. css property: list-style-position

  21. css property: mask-position

  22. css property: object-position

  23. css property: offset-position

  24. css property: offset-position: auto

  25. css property: offset-position: normal

  26. css property: position

  27. css property: position-anchor

  28. css property: position-try

  29. css property: position-try-options

  30. css property: position-try-options: flip-block

  31. css property: position-try-options: flip-inline

  32. css property: position-try-options: flip-start

  33. css property: position-try-options: none

  34. css property: position-try-order

  35. css property: position-try-order: most-block-size

  36. css property: position-try-order: most-height

  37. css property: position-try-order: most-inline-size

  38. css property: position-try-order: most-width

  39. css property: position-try-order: normal

  40. css property: position-visibility

  41. css property: position-visibility: always

  42. css property: position-visibility: anchors-visible

  43. css property: position-visibility: no-overflow

  44. css property: position: absolute

  45. css property: position: table elements as `sticky` positioning containers

  46. css property: position: relative

  47. css property: position: static

  48. css property: ruby-position

  49. css property: text-emphasis-position

  50. css property: text-underline-position