math-style
La propriété math-style
détermine si les équations MathML devraient être affichées en hauteur normale ou compacte.
Syntaxe
css
/* Valeurs avec un mot-clé */
math-style: normal;
math-style: compact;
/* Valeurs globales */
math-sytle: inherit;
math-style: initial;
math-style: revert;
math-style: unset;
Valeurs
Définition formelle
Valeur initiale | normal |
---|---|
Applicabilité | tous les éléments |
Héritée | oui |
Valeur calculée | comme spécifié |
Type d'animation | Not animatable |
Syntaxe formelle
math-style =
normal |
compact
Exemple
CSS
css
math {
math-style: compact;
}
Spécifications
Specification |
---|
MathML Core # the-math-style-property |
Compatibilité des navigateurs
BCD tables only load in the browser