CSS text-combine-upright Property
Description
The text-combine-upright
property specifies the combination of multiple characters into the space of a single character. If the combined text is wider than 1em, the user browser must fit the contents within 1em. The resulting composition is treated as a single upright glyph for the purposes of layout and decoration. This property only has an effect in vertical writing modes.
- Initial valuenone
- Applies toNon-replaced inline elements
- InheritedYes
- MediaVisual
- Computed valueSpecified keyword
- AnimatableNo
- CSS VersionCSS3
- JavaScript syntaxobject.style.textCombineUpright
Syntax
Formal syntax: none | all | [ digits <integer>? ] text-combine-upright: [value];
Values
Example
.class { text-combine-upright: all; }
Browser Support
?![]() | ?![]() | ?![]() | ?![]() | ?![]() |
View All CSS Properties
Errors? Please help to keep this list up to date, If you find any errors, please contact us, so that we can get them fixed.