1. CSS Text Box

    CSS `text-box` (and it’s longhands `text-box-trim` & `text-box-edge`) provide the ability to trim extra space over/under text glyphs at the start/end of a block to match specific font-provided metrics. This allows for more precise alignment and positioning of text.

  2. css property: text-box-trim

  3. css property: text-box-trim: none

  4. css property: text-box-trim: trim-both

  5. css property: text-box-trim: trim-end

  6. css property: text-box-trim: trim-start