Web/CSS/math-style

From Get docs

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 */
property: inherit;  
property: initial;
property: unset;

Values

normal
The initial value, indicates normal rendering.
compact 
 The math layout on descendants tries to minimize the logical height.

Formal syntax

Syntax not found in DB!

Examples

CSS

math {
  math-style: compact;
}

Specifications

Specification Status Comment
MathML CoreThe definition of 'math-style' in that specification. Draft Initial definition

Value not found in DB!

Browser compatibility

No compatibility data found. Please contribute data for "css.property.math-style" (depth: 1) to the MDN compatibility data repository.