demo · v146

Combined keywords lab

The new text-indent keywords combine: a single declaration can carry a length, a flip with hanging, and a "fire every paragraph break" with each-line. Dial each token live and watch the same long paragraph reflow into manuscript hanging indent, novel-style first-line indent, or both at once.

p {
  text-indent: 2em hanging each-line;
  /* 2em flipped, applied to first line of every wrapped break */
}

see also