From fc88b7ba78952c02c7b9f24eb3b9e6c9fceed9fb Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Wed, 28 Jul 2021 08:24:54 +0200 Subject: Original translation (#1749) --- files/fr/web/css/math-style/index.html | 56 ++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 files/fr/web/css/math-style/index.html (limited to 'files/fr') diff --git a/files/fr/web/css/math-style/index.html b/files/fr/web/css/math-style/index.html new file mode 100644 index 0000000000..10d505b534 --- /dev/null +++ b/files/fr/web/css/math-style/index.html @@ -0,0 +1,56 @@ +--- +title: math-style +slug: Web/CSS/math-style +browser-compat: css.properties.math-style +translation_of: 'Web/CSS/math-style' +--- +

{{MDNSidebar}}

+ +

La propriété math-style détermine si les équations MathML devraient être affichées en hauteur normale ou compacte.

+ +

Syntaxe

+ +
/* 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}}

-- cgit v1.2.3-54-g00ecf