css.properties

text-box-edge

The text-box-edge property specifies the edge used for text box calculations.

Formal Syntax

auto | <text-edge>

See specification

JavaScript Access

// Access via element.style
element.style.textBoxEdge = 'auto';

Browser Support

standard | MDN · Spec

FeatureChromeFirefoxSafariEdge
text-box-edge13318.2133
auto13318.2133
cap18.2
ex18.2
ideographic18.2
ideographic-ink18.2
text13318.2133

Related Properties