css.properties

tab-size

The tab-size property specifies the size of a tab character.

Formal Syntax

tab-size = <number [0,โˆž]> | <length [0,โˆž]>

See specification

JavaScript Access

// Access via element.style element.style.tabSize = 8;

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
tab-size2191779
length425313.179

Related Properties