HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

math-style

Description

The math-style property for CSS specifies the logical height for MathML.

Syntax

CSS

math-style: value;

JS

object.style.mathStyle = "value";

Values

<'math-style'> =
    normal |
    compact
normal

The math layout on descendants does not try to minimize the logical height.

compact

The math layout on descendants tries to minimize the logical height.

Initial

normal

Examples

1 · normal

2 · compact

3 · JS