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/msubsup/index.html | 225 +++++++++++++++++++++++++ 1 file changed, 225 insertions(+) create mode 100644 files/de/web/mathml/element/msubsup/index.html (limited to 'files/de/web/mathml/element/msubsup') diff --git a/files/de/web/mathml/element/msubsup/index.html b/files/de/web/mathml/element/msubsup/index.html new file mode 100644 index 0000000000..fb73f3d95a --- /dev/null +++ b/files/de/web/mathml/element/msubsup/index.html @@ -0,0 +1,225 @@ +--- +title: +slug: Web/MathML/Element/msubsup +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/msubsup +--- +
{{MathMLRef}}
+ +

Das Element <msubsup> wird in MathML eingesetzt, um einen Ausdruck sowohl mit einer tiefergestellten Zahl als auch mit einer höhergestellten Zahl zu versehen.

+ +

Syntax

+ +
<msubsup>base subscript superscript</msubsup>
+ +

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.
+
subscriptshift
+
Maßangabe des Mindestabstandes, um den die tiefergestellte Zahl von der Grundlinie des Ausdrucks abgesenkt wird.
+
superscriptshift
+
Maßangabe des Mindestabstandes, um den der Exponent von der Grundlinie des Ausdrucks angehoben wird.
+
+ +

Beispiele

+ +

Beispiel: x1

+ +

Darstellung in Deinem Browser: 0 1

+ +
<math displaystyle="true">
+
+  <msubsup>
+    <mo> &#x222B;<!--Integral --> </mo>
+    <mn> 0 </mn>
+    <mn> 1 </mn>
+  </msubsup>
+
+</math>
+
+ +

Spezifikationen

+ + + + + + + + + + + + + + + + + + + + + +
StandardStatusBemerkung
{{ SpecName('MathML3', 'chapter3.html#presm.msubsup', 'msubsup') }}{{ Spec2('MathML3') }}Current specification
{{ SpecName('MathML2', 'chapter3.html#presm.msubsup', 'msubsup') }}{{ 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
subscriptshift{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{ CompatNo() }}{{CompatNo}}{{CompatNo}}
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() }}
subscriptshift{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("1.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
superscriptshift{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("1.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
+
+ +

Hinweise zu Gecko

+ + + +

Siehe auch

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