math-style
The math-style property indicates whether MathML equations should render with normal or compact height.
Syntax
css
/* Keyword values */
math-style: normal;
math-style: compact;
/* Global values */
math-style: inherit;
math-style: initial;
math-style: revert;
math-style: revert-layer;
math-style: unset;
Values
normal-
The initial value, indicates normal rendering.
compact-
The math layout on descendants tries to minimize the logical height.
Formal definition
| Initial value | normal |
|---|---|
| Applies to | all elements |
| Inherited | yes |
| Computed value | as specified |
| Animation type | Not animatable |
Formal syntax
math-style =
normal |
compact
Examples
CSS
css
math {
math-style: compact;
}
Specifications
| Specification |
|---|
| MathML Core # the-math-style-property |
Browser compatibility
BCD tables only load in the browser