March 2026 - Baseline newly available
text-indent each-line and hanging appeared in the March 2026 Baseline digest
The each-line and hanging values make typographic hanging indents easier without manual spans. This matters for editorial cards, pull quotes, and legal-style lists, but should be guarded because older engines can ignore the extra keywords.
Last checked . This staged row is
verified:false and remains noindex until exact public effective dates are rechecked.Browser support note
| Browser | Public note |
|---|---|
| Chrome | March 2026 Baseline digest source |
| Edge | March 2026 Baseline digest source |
| Firefox | March 2026 Baseline digest source |
| Safari | March 2026 Baseline digest source |
Copyable CSS snippet
.pull-quote { text-indent: 1.5em hanging each-line; }
.pull-quote::first-letter { font-weight: 700; }Fallback: Use padding-left plus negative text-indent for the first line, and accept simpler indentation elsewhere.
Replaces: Manual inline wrappers for first-line or hanging-indent text treatments.
Official sources
- Primary: web.dev: Baseline monthly digest, March 2026
- Secondary: MDN: text-indent