math-style
Quick Summary for math-style
The
math-style
property indicates whether MathML equations should render with normal or compact height.
Code Usage for math-style
/* Keyword values */ math-style: normal; math-style: compact; /* Global values */ math-style: inherit; math-style: initial; math-style: revert; math-style: unset;
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 Posted in
12:22 am, February 22, 2022
Add Comment
Other Items in CSS
rgb()
rgba()
:right
right
@right-bottom
:root
rotate
rotate()
rotate3d()
rotateX()
rotateY()
rotateZ()
row-gap
ruby-align
ruby-position
saturate()
scale
scale()
scale3d()
scaleX()
scaleY()
scaleZ()
:scope
scroll-behavior
scroll-margin
scroll-margin-block
scroll-margin-block-end
scroll-margin-block-start
scroll-margin-bottom
scroll-margin-inline
scroll-margin-inline-end
scroll-margin-inline-start
scroll-margin-left
scroll-margin-right
scroll-margin-top
scroll-padding
scroll-padding-block
scroll-padding-block-end
scroll-padding-block-start
scroll-padding-bottom
scroll-padding-inline
scroll-padding-inline-end
scroll-padding-inline-start
scroll-padding-left
scroll-padding-right
scroll-padding-top
scroll-snap-align
scroll-snap-stop
scroll-snap-type
@scroll-timeline