css.properties

text-box-edge

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

Formal Syntax

text-box-edge = auto | <text-edge> <text-edge> = [ text | ideographic | ideographic-ink ] | [ text | ideographic | ideographic-ink | cap | ex ] [ text | ideographic | ideographic-ink | alphabetic ]

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