math-style
Quick Summary for math-style
math-style property indicates whether MathML equations should render with normal or compact height.
Code Usage for math-style
<pre class="brush: css notranslate"><code><span class="token comment">/ Keyword values /</span> <span class="token property">math-style</span><span class="token punctuation">:</span> normal<span class="token punctuation">;</span> <span class="token property">math-style</span><span class="token punctuation">:</span> compact<span class="token punctuation">;</span> <span class="token comment">/ Global values /</span> <span class="token property">math-style</span><span class="token punctuation">:</span> inherit<span class="token punctuation">;</span> <span class="token property">math-style</span><span class="token punctuation">:</span> initial<span class="token punctuation">;</span> <span class="token property">math-style</span><span class="token punctuation">:</span> revert<span class="token punctuation">;</span> <span class="token property">math-style</span><span class="token punctuation">:</span> unset<span class="token punctuation">;</span> </code></pre>
More Details for math-style
math-style
The math-style property indicates whether MathML equations should render with normal or compact height.
Syntax
/* Keyword values */ math-style: normal; math-style: compact; /* Global values */ math-style: inherit; math-style: initial; math-style: revert; 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
normal | compact
Examples
CSS
math { math-style: compact; } Specifications
| Specification |
|---|
| MathML Core # the-math-style-property |
Last modified: Jan 24, 2022, by MDN contributors
Select your preferred language English (US)Français Change language