css.properties

math-style

The math-style property specifies the style for mathematical content.

Formal Syntax

normal | compact

See specification

JavaScript Access

// Access via element.style
element.style.mathStyle = 'normal';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
math-style10911714.1109
compact10911714.1109
normal10911714.1109

Related Properties