From 4b1a9203c547c019fc5398082ae19a3f3d4c3efe Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:15 -0500 Subject: initial commit --- files/de/web/mathml/element/msup/index.html | 205 ++++++++++++++++++++++++++++ 1 file changed, 205 insertions(+) create mode 100644 files/de/web/mathml/element/msup/index.html (limited to 'files/de/web/mathml/element/msup/index.html') diff --git a/files/de/web/mathml/element/msup/index.html b/files/de/web/mathml/element/msup/index.html new file mode 100644 index 0000000000..d1b526b38a --- /dev/null +++ b/files/de/web/mathml/element/msup/index.html @@ -0,0 +1,205 @@ +--- +title: +slug: Web/MathML/Element/msup +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/msup +--- +
{{MathMLRef}}
+ +

Das Element <msup> wird in MathML eingesetzt, um einen Ausdruck mit einem Exponenten (einer hochgestellten Zahl) zu versehen.

+ +

Syntax

+ +
<msup>base superscript</msup>
+ +

Attribute

+ +
+
class, id, style
+
Zur Einbindung von CSS-Stylesheets und zur direkten Anwendung von CSS-Angaben.
+
href
+
Mit diesem Attribut kann ein Link gesetzt werden.
+
mathbackground
+
Die Hintergrundfarbe. Folgende Notationen sind erlaubt: #rgb, #rrggbb und HTML-Farbnamen.
+
mathcolor
+
Die Textfarbe. Folgende Notationen sind erlaubt: #rgb, #rrggbb und HTML-Farbnamen.
+
superscriptshift
+
Maßangabe des Mindestabstandes, um den der Exponent von der Grundlinie des Ausdrucks angehoben wird.
+
+ +

Beispiele

+ +

Beispiel: x1

+ +

Darstellung in Deinem Browser: X 2

+ +
<math>
+
+  <msup>
+    <mi>X</mi>
+    <mn>2</mn>
+  </msup>
+
+</math>
+
+ +

Spezifikationen

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

Browserkompatibilität

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{ CompatNo() }}{{CompatNo}}5.1
href{{CompatNo}}{{ CompatGeckoDesktop("7.0") }}{{ CompatNo() }}{{CompatNo}}{{CompatNo}}
mathbackground{{CompatNo}}{{ CompatGeckoDesktop("2.0") }}{{ CompatNo() }}{{CompatNo}}5.1
mathcolor{{CompatNo}}{{ CompatGeckoDesktop("2.0") }}{{ CompatNo() }}{{CompatNo}}5.1
superscriptshift{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{ CompatNo() }}{{CompatNo}}{{CompatNo}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("1.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() }}
superscriptshift{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("1.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
+
+ +

Hinweise zu Gecko

+ + + +

Siehe auch

+ + -- cgit v1.2.3-54-g00ecf