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/mover/index.html | 213 +++++++++++++++++++++++++++ 1 file changed, 213 insertions(+) create mode 100644 files/fr/web/mathml/element/mover/index.html (limited to 'files/fr/web/mathml/element/mover') diff --git a/files/fr/web/mathml/element/mover/index.html b/files/fr/web/mathml/element/mover/index.html new file mode 100644 index 0000000000..fa0d02b872 --- /dev/null +++ b/files/fr/web/mathml/element/mover/index.html @@ -0,0 +1,213 @@ +--- +title: +slug: Web/MathML/Element/mover +translation_of: Web/MathML/Element/mover +--- +

{{MathMLRef()}}

+

L'élément MathML <mover> est utilisé pour attacher un accent ou une limite au-dessus d'une expression. La syntaxe est la suivante: <mover> base overscript </mover>

+

Attributs

+
+
+ accent
+
+ Lorsqu'il vaut true le script au-dessus est un accent, qui est affiché plus près de la base.
+ Lorsqu'il vaut false (valeur par défaut) le script au-dessus est une limite au-dessus de la base.
+
+ align
+
+ L'alignement du script au-dessus. Les valeurs possibles sont : left, center, et right.
+
+ class, id, style
+
+ Afin d'être utilisés avec les feuilles de styles.
+
+ 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>
+
+<mover accent="true">
+  <mrow>
+    <mi> x </mi>
+    <mo> + </mo>
+    <mi> y </mi>
+    <mo> + </mo>
+    <mi> z </mi>
+  </mrow>
+  <mo> &#x23DE; <!--TOP CURLY BRACKET--> </mo>
+</mover>
+
+</math>
+
+

Compatibilité des navigateurs

+

{{ CompatibilityTable() }}

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{ CompatNo() }} (24 only){{ CompatGeckoDesktop("1.0") }}{{ CompatNo() }}9.55.1
accent{{ CompatNo() }}{{ CompatGeckoDesktop("1.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
align{{ CompatNo() }}{{ CompatGeckoDesktop("12.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
href{{ CompatNo() }} {{webkitbug(85733)}}{{ 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() }}
accent{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("1.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
align{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("7.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

+ + + + + + + + + + + + + + + + + + + + +
SpécificationStatutCommentaire
{{ SpecName('MathML3', 'chapter3.html#presm.mover', 'mover') }}{{ Spec2('MathML3') }}Spécification courante
{{ SpecName('MathML2', 'chapter3.html#presm.mover', 'mover') }}{{ Spec2('MathML2') }}Spécification initiale
+

Voir aussi

+ -- cgit v1.2.3-54-g00ecf