blob: c76e488be1fee99d031541ba9e21c463dd0b19f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
---
title: math-style
slug: Web/CSS/math-style
translation_of: Web/CSS/math-style
browser-compat: css.properties.math-style
---
{{MDNSidebar}}
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
- `normal`
- : La valeur initiale, indiquant un rendu normal.
- `compact`
- : La mise en page des éléments de l'équation est faite de manière à réduire la hauteur de l'ensemble.
## Définition formelle
{{cssinfo}}
## Syntaxe formelle
{{CSSSyntax}}
## Exemple
### CSS
math {
math-style: compact;
}
## Spécifications
{{Specifications}}
## Compatibilité des navigateurs
{{Compat}}
|