css.properties

math-depth

The math-depth property specifies the depth of mathematical content.

Formal Syntax

auto-add | add(<integer>) | <integer>

See specification

JavaScript Access

// Access via element.style
element.style.mathDepth = '0';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
math-depth109117โ€”109
auto-add109117โ€”109

Related Properties