From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/fr/web/mathml/element/munder/index.html | 214 ++++++++++++++++++++++++++ 1 file changed, 214 insertions(+) create mode 100644 files/fr/web/mathml/element/munder/index.html (limited to 'files/fr/web/mathml/element/munder') diff --git a/files/fr/web/mathml/element/munder/index.html b/files/fr/web/mathml/element/munder/index.html new file mode 100644 index 0000000000..fad321574e --- /dev/null +++ b/files/fr/web/mathml/element/munder/index.html @@ -0,0 +1,214 @@ +--- +title: +slug: Web/MathML/Element/munder +translation_of: Web/MathML/Element/munder +--- +

{{MathMLRef()}}

+

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>

+

Attributs

+
+
+ 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.
+
+ 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.
+
+ mathcolor
+
+ La couleur du texte. Il est possible d'utiliser les codes au format #rgb, #rrggbb et les noms de couleurs HTML.
+
+

Exemples

+

Exemple de rendu: x+y+z

+

Rendu dans votre navigateur: x + y + z

+
<math>
+
+<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>
+
+</math>
+
+

Compatibilité des navigateurs

+

{{ CompatibilityTable() }}

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{ CompatNo() }} (24 only){{ CompatGeckoDesktop("1.0") }}{{ CompatNo() }}9.55.1
accentunder{{ CompatNo() }}{{ CompatGeckoDesktop("1.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
align{{ CompatNo() }}{{ CompatGeckoDesktop("12.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
href{{ CompatNo() }}{{ CompatGeckoDesktop("7.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
+ {{webkitbug(85733)}}
mathbackground{{ CompatNo() }} (24 only){{ CompatGeckoDesktop("2.0") }}{{ CompatNo() }}{{ CompatNo() }}5.1
mathcolor{{ CompatNo() }} (24 only){{ CompatGeckoDesktop("2.0") }}{{ CompatNo() }}{{ CompatNo() }}5.1
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("1.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
accentunder{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("1.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
align{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("12.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
href{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("7.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
mathbackground{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("2.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
mathcolor{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("2.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
+
+

Spécifications

+ + + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{ SpecName('MathML3', 'chapter3.html#presm.munder', 'munder') }}{{ Spec2('MathML3') }}Current specification
{{ SpecName('MathML2', 'chapter3.html#presm.munder', 'munder') }}{{ Spec2('MathML2') }}Initial specification
+

Voir aussi

+ -- cgit v1.2.3-54-g00ecf