1. CSS Text Box

    CSS `text-box` (and its 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: margin-trim: block-end

  3. css property: margin-trim: inline-end

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

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

  6. javascript built-in: string: trimend