1. CSS text-box-trim & text-box-edge

    Provides the ability to remove the vertical space appearing above and below text glyphs, allowing more precise positioning and alignment. Previously specified as the `leading-trim` & `text-edge` properties.

  2. 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`.

  3. css property: vertical-align

  4. css property: vertical-align: baseline

  5. css property: vertical-align: bottom

  6. css property: vertical-align: middle

  7. css property: vertical-align: sub

  8. css property: vertical-align: super

  9. css property: vertical-align: text-bottom

  10. css property: vertical-align: text-top

  11. css property: vertical-align: top