css.properties

text-combine-upright

The text-combine-upright property specifies how to combine text when rendered upright.

Formal Syntax

none | all | [ digits <integer [2,4]>? ]

See specification

JavaScript Access

// Access via element.style
element.style.textCombineUpright = 'none';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
text-combine-upright484815.479
all484815.479
none484815.479

Related Properties