diff options
author | julieng <julien.gattelier@gmail.com> | 2021-11-11 08:25:39 +0100 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-11 09:10:36 +0100 |
commit | 2aadda2dc034816401f35a5bec5795d8a4ab44fd (patch) | |
tree | 81c6daf07963c91365c84d70c51b208a97ae6869 /files/fr/web/mathml/element/munder | |
parent | c391017c96c827a66e007d2eba6992a66b18b6b1 (diff) | |
download | translated-content-2aadda2dc034816401f35a5bec5795d8a4ab44fd.tar.gz translated-content-2aadda2dc034816401f35a5bec5795d8a4ab44fd.tar.bz2 translated-content-2aadda2dc034816401f35a5bec5795d8a4ab44fd.zip |
convert content to md
Diffstat (limited to 'files/fr/web/mathml/element/munder')
-rw-r--r-- | files/fr/web/mathml/element/munder/index.md | 125 |
1 files changed, 50 insertions, 75 deletions
diff --git a/files/fr/web/mathml/element/munder/index.md b/files/fr/web/mathml/element/munder/index.md index d251bcfa16..65d7a153f3 100644 --- a/files/fr/web/mathml/element/munder/index.md +++ b/files/fr/web/mathml/element/munder/index.md @@ -3,86 +3,61 @@ title: <munder> slug: Web/MathML/Element/munder translation_of: Web/MathML/Element/munder --- -<p>{{MathMLRef()}}</p> -<p>L'élément MathML <code><munder></code> est utilisé pour attacher un accent ou une limite sous une expression. La syntaxe est la suivante: <code><munder> <em>base script-en-dessous</em> </munder></code></p> -<h2 id="Attributs">Attributs</h2> -<dl> - <dt id="attr-accentunder"> - accentunder</dt> - <dd> - Lorsqu'il a pour valeur <code>true</code>, l'élément est un <em>accent</em>, qui est affiché plus près de la base.<br> - Lorsqu'il a pour valeur <code>false</code> (valeur par défaut), l'élément est une <em>limite</em> sous la base.</dd> - <dt id="attr-align"> - align</dt> - <dd> - l'alignement du script en dessous. Les valeurs possibles sont: <code>left</code>, <code>center</code>, et <code>right</code>.</dd> - <dt id="attr-class-id-style"> - class, id, style</dt> - <dd> - Afin d'être utilisés avec les <a href="/fr/docs/CSS">feuilles de style</a>.</dd> - <dt id="attr-href"> - href</dt> - <dd> - Un hyperlien pointant vers un URI donné.</dd> - <dt id="attr-mathbackground"> - mathbackground</dt> - <dd> - La couleur de fond. Il est possible d'utiliser les codes au format <code>#rgb</code>, <code>#rrggbb</code> et les <a href="/fr/docs/CSS/valeur_de_couleur#Mots-cl.C3.A9s">noms de couleurs HTML</a>.</dd> - <dt id="attr-mathcolor"> - mathcolor</dt> - <dd> - La couleur du texte. Il est possible d'utiliser les codes au format <code>#rgb</code>, <code>#rrggbb</code> et les <a href="/fr/docs/CSS/valeur_de_couleur#Mots-cl.C3.A9s">noms de couleurs HTML</a>.</dd> -</dl> -<h2 id="Exemples">Exemples</h2> -<p>Exemple de rendu: <img alt="x+y+z" src="munder.png"></p> -<p>Rendu dans votre navigateur: <math> <munder accentunder="true"> <mrow> <mi> x </mi> <mo> + </mo> <mi> y </mi> <mo> + </mo> <mi> z </mi> </mrow> <mo> ⏟ </mo> </munder> </math></p> -<pre class="brush: html"><math> +{{MathMLRef()}} -<munder accentunder="true"> - <mrow> - <mi> x </mi> - <mo> + </mo> - <mi> y </mi> - <mo> + </mo> - <mi> z </mi> - </mrow> - <mo> &#x23DF; <!--BOTTOM CURLY BRACKET--> </mo> -</munder> +L'élément MathML `<munder>` est utilisé pour attacher un accent ou une limite sous une expression. La syntaxe est la suivante: `<munder> base script-en-dessous </munder>` -</math> -</pre> +## Attributs -<h2 id="Specifications">Spécifications</h2> +- accentunder + - : Lorsqu'il a pour valeur `true`, l'élément est un _accent_, qui est affiché plus près de la base. + Lorsqu'il a pour valeur `false` (valeur par défaut), l'élément est une _limite_ sous la base. +- align + - : l'alignement du script en dessous. Les valeurs possibles sont: `left`, `center`, et `right`. +- class, id, style + - : Afin d'être utilisés avec les [feuilles de style](/fr/docs/CSS). +- href + - : Un hyperlien pointant vers un URI donné. +- mathbackground + - : La couleur de fond. Il est possible d'utiliser les codes au format `#rgb`, `#rrggbb` et les [noms de couleurs HTML](/fr/docs/CSS/valeur_de_couleur#Mots-cl.C3.A9s). +- mathcolor + - : La couleur du texte. Il est possible d'utiliser les codes au format `#rgb`, `#rrggbb` et les [noms de couleurs HTML](/fr/docs/CSS/valeur_de_couleur#Mots-cl.C3.A9s). -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Specification</th> - <th scope="col">Status</th> - <th scope="col">Comment</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{ SpecName('MathML3', 'chapter3.html#presm.munder', 'munder') }}</td> - <td>{{ Spec2('MathML3') }}</td> - <td>Current specification</td> - </tr> - <tr> - <td>{{ SpecName('MathML2', 'chapter3.html#presm.munder', 'munder') }}</td> - <td>{{ Spec2('MathML2') }}</td> - <td>Initial specification</td> - </tr> - </tbody> -</table> +## Exemples -<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2> +Exemple de rendu: ![x+y+z](munder.png) -<p>{{Compat("mathml.elements.munder")}}</p> +Rendu dans votre navigateur: <math><munder accentunder="true"><mrow><mi>x </mi><mo>+ </mo><mi>y </mi><mo>+ </mo><mi>z </mi></mrow><mo>⏟</mo></munder></math> -<h2 id="See_also">Voir aussi</h2> +```html +<math> -<ul> - <li>{{ MathMLElement("mover") }} (Overscript)</li> - <li>{{ MathMLElement("munderover") }} (Underscript-overscript pair)</li> -</ul> +<munder accentunder="true"> + <mrow> + <mi> x </mi> + <mo> + </mo> + <mi> y </mi> + <mo> + </mo> + <mi> z </mi> + </mrow> + <mo> ⏟ <!--BOTTOM CURLY BRACKET--> </mo> +</munder> + +</math> +``` + +## Spécifications + +| Specification | Status | Comment | +| ---------------------------------------------------------------------------------------- | ---------------------------- | --------------------- | +| {{ SpecName('MathML3', 'chapter3.html#presm.munder', 'munder') }} | {{ Spec2('MathML3') }} | Current specification | +| {{ SpecName('MathML2', 'chapter3.html#presm.munder', 'munder') }} | {{ Spec2('MathML2') }} | Initial specification | + +## Compatibilité des navigateurs + +{{Compat("mathml.elements.munder")}} + +## Voir aussi + +- {{ MathMLElement("mover") }} (Overscript) +- {{ MathMLElement("munderover") }} (Underscript-overscript pair) |