1. CSS first-line pseudo-element

    Allows styling specifically for the first line of text using the `::first-line` pseudo-element. Note that only a limited set of properties can be applied.

  2. display: run-in

    If the run-in box contains a block box, same as block. If a block box follows the run-in box, the run-in box becomes the first inline box of the block box. If an inline box follows, the run-in box becomes a block box.

  3. css property: align-content: supported in flex layout: `first baseline`

  4. css property: align-items: supported in flex layout: `first baseline`

  5. css property: align-self: supported in flex layout: `first baseline`

  6. css property: baseline-source: first

  7. css selector: `::first-line`: support on svg `<text>` element