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

Das <mphantom>-Element in MathML wird nicht dargestellt, nimmt aber den Platz ein, als wenn es dargestellt würde. (engl. phantom = Trugbild, Erscheinung)

+ +

Attribute

+ +
+
class, id, style
+
Zur Einbindung von CSS-Stylesheets und zur direkten Anwendung von CSS-Angaben.
+
mathbackground
+
Die Hintergrundfarbe. Folgende Notationen sind erlaubt: #rgb, #rrggbb und HTML-Farbnamen.
+
+ +

Beispiele

+ +

Beispiel: x+  z

+ +

Darstellung in Deinem Browser: x + y + z

+ +
<math>
+
+<mrow>
+  <mi> x </mi>
+  <mo> + </mo>
+  <mphantom>
+    <mi> y </mi>
+    <mo> + </mo>
+  </mphantom>
+  <mi> z </mi>
+</mrow>
+
+</math>
+
+ +

Spezifikationen

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

Browserkompatibilität

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}5.1
mathbackground{{CompatNo}}{{ 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}}
mathbackground{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("2.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +

Siehe auch

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