Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The math-style
property indicates whether MathML equations should render with normal or compact height.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The math-style
property indicates whether MathML equations should render with normal or compact height.
/* 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;
normal
The initial value, indicates normal rendering.
compact
The math layout on descendants tries to minimize the logical height.
Initial value | normal |
---|---|
Applies to | all elements |
Inherited | yes |
Computed value | as specified |
Animation type | Not animatable |
math { math-style: compact; }
Specification |
---|
MathML Core # the-math-style-property |
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
math-style |
83 |
83 |
83 |
No |
69 |
14.1 |
No |
83 |
No |
No |
14.5 |
No |
© 2005–2022 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/CSS/math-style