aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/math-style/index.html
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-09-17 20:58:15 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-12 07:57:33 +0200
commit149319bb8c7b1394a443f0877c3460cd362aa815 (patch)
treed534abb0cbc87d5e224836e9d6b888aa58564aa0 /files/fr/web/css/math-style/index.html
parenteb9de0363cb273b54d3f5402bbf4e3bc03c60971 (diff)
downloadtranslated-content-149319bb8c7b1394a443f0877c3460cd362aa815.tar.gz
translated-content-149319bb8c7b1394a443f0877c3460cd362aa815.tar.bz2
translated-content-149319bb8c7b1394a443f0877c3460cd362aa815.zip
move *.html to *.md
Diffstat (limited to 'files/fr/web/css/math-style/index.html')
-rw-r--r--files/fr/web/css/math-style/index.html56
1 files changed, 0 insertions, 56 deletions
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'
----
-<p>{{MDNSidebar}}</p>
-
-<p>La propriété <code>math-style</code> détermine si les équations MathML devraient être affichées en hauteur normale ou compacte.</p>
-
-<h2 id="syntax">Syntaxe</h2>
-
-<pre class="brush: 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;
-</pre>
-
-<h3 id="values">Valeurs</h3>
-
-<dl>
- <dt><code>normal</code></dt>
- <dd>La valeur initiale, indiquant un rendu normal.</dd>
- <dt><code>compact</code></dt>
- <dd>La mise en page des éléments de l'équation est faite de manière à réduire la hauteur de l'ensemble.</dd>
-</dl>
-
-<h2 id="formal_definition">Définition formelle</h2>
-
-<p>{{cssinfo}}</p>
-
-<h2 id="formal_syntax">Syntaxe formelle</h2>
-
-<p>{{CSSSyntax}}</p>
-
-<h2 id="examples">Exemple</h2>
-
-<h3 id="css">CSS</h3>
-
-<pre><em>math {
- math-style: compact;
-}</em>
-</pre>
-
-<h2 id="specifications">Spécifications</h2>
-
-<p>{{Specifications}}</p>
-
-<h2 id="browser_compatibility">Compatibilité des navigateurs</h2>
-
-<p>{{Compat}}</p>