Good article! However the code examples are outdated. The property values for `text-box-edge` are now `trim-both`, `trim-start` and `trim-end`. And FWIW, there is also a `text-box` shorthand which implicitly sets `trim-both`, so `text-box: cap alphabetic` will do the job just as well. 🙂

Comments