diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-11 08:24:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-11 08:24:36 +0100 |
commit | 0a56ada037f89999c426d0b238c2679d2819656a (patch) | |
tree | 6f4219f7630adc0402939be5e2324a9351a6c6d5 /files/fr/web/mathml/element/index.html | |
parent | f5bc500bbe47d197cf8cb7d54b313534bcb3f3bf (diff) | |
download | translated-content-0a56ada037f89999c426d0b238c2679d2819656a.tar.gz translated-content-0a56ada037f89999c426d0b238c2679d2819656a.tar.bz2 translated-content-0a56ada037f89999c426d0b238c2679d2819656a.zip |
Prepare Web MathML section for Markdown conversion (#3020)
* Fix md conversion errors
* Fix typo from manual update :x
Diffstat (limited to 'files/fr/web/mathml/element/index.html')
-rw-r--r-- | files/fr/web/mathml/element/index.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/files/fr/web/mathml/element/index.html b/files/fr/web/mathml/element/index.html index 1a80ef8405..085c63a1be 100644 --- a/files/fr/web/mathml/element/index.html +++ b/files/fr/web/mathml/element/index.html @@ -10,9 +10,8 @@ translation_of: Web/MathML/Element <p>Ce document est une liste, par ordre alphabétique, des éléments de <strong>présentation</strong> MathML.</p> -<p>La locution « <strong>élement de présentation</strong> » est utilisée pour décrire l'organisation et la mise en forme d'une formule mathématique. Les <strong>éléments de contenus</strong>, quant à eux, fournissent le sens mathématique inhérent à la formule et ne sont pas censés être affichés par l'interpréteur MathML parser (voir {{ bug(276028) }}). Si vous souhaitez avoir plus d'informations sur les éléments de contenus, il est conseillé de lire le <a class="external" href="http://www.w3.org/TR/MathML3/chapter4.html">chapitre 4</a> de la spécification <a class="external" href="http://www.w3.org/TR/MathML3/">MathML 3</a>.</p> +<p>La locution « <strong>élement de présentation</strong> » est utilisée pour décrire l'organisation et la mise en forme d'une formule mathématique. Les <strong>éléments de contenus</strong>, quant à eux, fournissent le sens mathématique inhérent à la formule et ne sont pas censés être affichés par l'interpréteur MathML parser (voir {{ bug(276028) }}). Si vous souhaitez avoir plus d'informations sur les éléments de contenus, il est conseillé de lire le <a href="http://www.w3.org/TR/MathML3/chapter4.html">chapitre 4</a> de la spécification <a href="http://www.w3.org/TR/MathML3/">MathML 3</a>.</p> -<div class="multiColumnList"> <h3 id="math">math</h3> <ul> @@ -134,7 +133,6 @@ translation_of: Web/MathML/Element <li><a href="/fr/docs/MathML/Element/semantics"><code><annotation></code></a> (annotation de données)</li> <li><a href="/fr/docs/MathML/Element/semantics"><code><annotation-xml></code></a> (annotation XML)</li> </ul> -</div> <h2 id="Éléments_de_présentation_de_MathML_par_catégories">Éléments de présentation de MathML par catégories</h2> @@ -225,6 +223,6 @@ translation_of: Web/MathML/Element <h2 id="Voir_aussi">Voir aussi</h2> <ul> - <li><a href="/fr/docs/Web/MathML" title="/fr/docs/Web/MathML">MathML</a></li> - <li><a href="/fr/docs/Web/MathML/Attribute" title="/fr/docs/Web/MathML/Attribute">Référence des attributs MathML</a></li> + <li><a href="/fr/docs/Web/MathML">MathML</a></li> + <li><a href="/fr/docs/Web/MathML/Attribute">Référence des attributs MathML</a></li> </ul> |