From 149319bb8c7b1394a443f0877c3460cd362aa815 Mon Sep 17 00:00:00 2001 From: julieng Date: Fri, 17 Sep 2021 20:58:15 +0200 Subject: move *.html to *.md --- files/fr/web/css/math-style/index.html | 56 ---------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 files/fr/web/css/math-style/index.html (limited to 'files/fr/web/css/math-style/index.html') diff --git a/files/fr/web/css/math-style/index.html b/files/fr/web/css/math-style/index.html deleted file mode 100644 index 10d505b534..0000000000 --- a/files/fr/web/css/math-style/index.html +++ /dev/null @@ -1,56 +0,0 @@ ---- -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