css.properties

text-transform

The text-transform property specifies the transformation of text.

Formal Syntax

none | [capitalize | uppercase | lowercase ] || full-width || full-size-kana | math-auto

See specification

JavaScript Access

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

Browser Support

standard | MDN · Spec

FeatureChromeFirefoxSafariEdge
text-transform11112
capitalize11112
dutch_ij_digraph14
full-size-kana6417
full-width1917
greek_accented_characters341579
lowercase11112
lowercase_sigma3014612
math-auto109117109
none11112
turkic_is3114812
uppercase11112
uppercase_eszett11118

Related Properties