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/index.html | 144 ++++++ files/de/web/mathml/element/maction/index.html | 239 ++++++++++ files/de/web/mathml/element/math/index.html | 308 ++++++++++++ files/de/web/mathml/element/menclose/index.html | 313 +++++++++++++ files/de/web/mathml/element/merror/index.html | 173 +++++++ files/de/web/mathml/element/mfenced/index.html | 194 ++++++++ files/de/web/mathml/element/mfrac/index.html | 207 +++++++++ files/de/web/mathml/element/mi/index.html | 233 ++++++++++ files/de/web/mathml/element/mn/index.html | 232 +++++++++ files/de/web/mathml/element/mo/index.html | 417 +++++++++++++++++ files/de/web/mathml/element/mover/index.html | 225 +++++++++ files/de/web/mathml/element/mpadded/index.html | 211 +++++++++ files/de/web/mathml/element/mphantom/index.html | 142 ++++++ files/de/web/mathml/element/mroot/index.html | 175 +++++++ files/de/web/mathml/element/mrow/index.html | 209 +++++++++ files/de/web/mathml/element/ms/index.html | 243 ++++++++++ files/de/web/mathml/element/mspace/index.html | 167 +++++++ files/de/web/mathml/element/msqrt/index.html | 173 +++++++ files/de/web/mathml/element/mstyle/index.html | 124 +++++ files/de/web/mathml/element/msub/index.html | 205 ++++++++ files/de/web/mathml/element/msubsup/index.html | 225 +++++++++ files/de/web/mathml/element/msup/index.html | 205 ++++++++ files/de/web/mathml/element/mtable/index.html | 542 ++++++++++++++++++++++ files/de/web/mathml/element/mtd/index.html | 188 ++++++++ files/de/web/mathml/element/mtext/index.html | 233 ++++++++++ files/de/web/mathml/element/mtr/index.html | 167 +++++++ files/de/web/mathml/element/munder/index.html | 224 +++++++++ files/de/web/mathml/element/munderover/index.html | 239 ++++++++++ 28 files changed, 6357 insertions(+) create mode 100644 files/de/web/mathml/element/index.html create mode 100644 files/de/web/mathml/element/maction/index.html create mode 100644 files/de/web/mathml/element/math/index.html create mode 100644 files/de/web/mathml/element/menclose/index.html create mode 100644 files/de/web/mathml/element/merror/index.html create mode 100644 files/de/web/mathml/element/mfenced/index.html create mode 100644 files/de/web/mathml/element/mfrac/index.html create mode 100644 files/de/web/mathml/element/mi/index.html create mode 100644 files/de/web/mathml/element/mn/index.html create mode 100644 files/de/web/mathml/element/mo/index.html create mode 100644 files/de/web/mathml/element/mover/index.html create mode 100644 files/de/web/mathml/element/mpadded/index.html create mode 100644 files/de/web/mathml/element/mphantom/index.html create mode 100644 files/de/web/mathml/element/mroot/index.html create mode 100644 files/de/web/mathml/element/mrow/index.html create mode 100644 files/de/web/mathml/element/ms/index.html create mode 100644 files/de/web/mathml/element/mspace/index.html create mode 100644 files/de/web/mathml/element/msqrt/index.html create mode 100644 files/de/web/mathml/element/mstyle/index.html create mode 100644 files/de/web/mathml/element/msub/index.html create mode 100644 files/de/web/mathml/element/msubsup/index.html create mode 100644 files/de/web/mathml/element/msup/index.html create mode 100644 files/de/web/mathml/element/mtable/index.html create mode 100644 files/de/web/mathml/element/mtd/index.html create mode 100644 files/de/web/mathml/element/mtext/index.html create mode 100644 files/de/web/mathml/element/mtr/index.html create mode 100644 files/de/web/mathml/element/munder/index.html create mode 100644 files/de/web/mathml/element/munderover/index.html (limited to 'files/de/web/mathml/element') diff --git a/files/de/web/mathml/element/index.html b/files/de/web/mathml/element/index.html new file mode 100644 index 0000000000..48be844b59 --- /dev/null +++ b/files/de/web/mathml/element/index.html @@ -0,0 +1,144 @@ +--- +title: MathML Element-Referenz +slug: Web/MathML/Element +tags: + - MathML + - Referenz +translation_of: Web/MathML/Element +--- +

Dies ist eine alphabetische Liste aller MathML-Darstellungselemente (engl. presentation markup). Damit können innerhalb einer html-Umgebung mathematische Terme und Gleichungen dargestellt werden.

+ +
+

Hinweis: Damit nicht zu verwechseln ist die inhaltliche Beschreibung eines mathematischen Terms oder einer Gleichung (engl. content markup). Die inhaltliche Beschreibung ist nicht dafür gedacht, unmittelbar vom MathML-Parser innerhalb von html-Seiten dargestellt zu werden.  (siehe {{ bug(276028) }}). Wenn Du mehr über das content markup lernen möchtest, dann besuche Kapitel 4 der MathML 3-Spezifikation.

+
+ +
+

math

+ + + +

A

+ + + +

E

+ + + +

F

+ + + +

G

+ + + +

I

+ + + +

L

+ + + +

M

+ + + +

N

+ + + +

O

+ + + +

P

+ + + +

R

+ + + +

S

+ + + +

T

+ + + +

U

+ + + +

Other elements

+ + +
+ +

Siehe auch

+ + diff --git a/files/de/web/mathml/element/maction/index.html b/files/de/web/mathml/element/maction/index.html new file mode 100644 index 0000000000..178baf57e5 --- /dev/null +++ b/files/de/web/mathml/element/maction/index.html @@ -0,0 +1,239 @@ +--- +title: +slug: Web/MathML/Element/maction +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/maction +--- +
{{MathMLRef}}
+ +
+

Das <maction>-Element verbindet Ausdrücke oder Teile von Ausdrücken mit Aktionen. Die Aktion wird durch das Attribute actiontype benannt. Mit dem Attribut selection kann ein bestimmtes Kind-Element gezielt ausgewählt werden.

+
+ +

Attribute

+ +
+
actiontype
+
Bestimmt, welche Aktion mit diesem Ausdruck verbunden werden soll. Mögliche Werte sind: +
    +
  • statusline: Wenn der expression angeklickt wird oder der Nutzer den Mauszeiger über den Ausdruck bewegt, dann wird message in der Statuszeile des Browsers eingeblendet. Die Syntax ist: <maction actiontype="statusline"> expression message </maction>.
  • +
  • toggle: Wenn der Ausdruck mit der Maus angeklickt wird, dann wechselt die Darstellung zum nächsten der Ausdrücke. Jeder Klick setzt den Wert von selection um eins herauf, nach dem letzten Ausdruck folgt wieder der erste.
    + The syntax is: <maction actiontype="toggle" selection="positive-integer" > expression1 expression2 expressionN </maction>.
  • +
  • tooltip {{ unimplemented_inline() }} : Wenn der Mauszeiger über expression bewegt wird, dann wird ein Tooltip mit dem Text message angezeigt.
    + Die Syntax ist: <maction actiontype="tooltip"> expression message </maction>.
  • +
+
+
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.
+
selection
+
Benennt das Kind-Element für die Aktion. Der Vorgabewert ist 1 für das erste Kind-Element. Die Darstellung beginnt mit dem so benannte Ausdruck. Dieses Attribut wirkt nur bei actiontype=toggle.
+
+ +

Beispiele

+ +

Dieses Beispiel nutzt den "toggle" actiontype, um zwischen drei Ausdrücken zyklisch umzuschalten:

+ +
<math>
+
+<maction actiontype="toggle">
+
+  <mfrac>
+    <mn>6</mn>
+    <mn>8</mn>
+  </mfrac>
+
+  <mfrac>
+    <mrow>
+      <mn>3</mn>
+      <mo>&sdot;</mo>
+      <mn>2</mn>
+    </mrow>
+    <mrow>
+      <mn>4</mn>
+      <mo>&sdot;</mo>
+      <mn>2</mn>
+    </mrow>
+  </mfrac>
+
+  <mfrac>
+    <mn>3</mn>
+    <mn>4</mn>
+  </mfrac>
+
+</maction>
+
+</math>
+
+ +

Spezifikationen

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

Browserkompatibilität

+ +

{{CompatibilityTable}}

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

[1] toggle & statusline. tooltip sind nicht implementiert bug 544001.

+ +

[2] Siehe WebKit bug 85734.

+ +

[3] Siehe WebKit bug 85733.

+ +

Hinweise zu Gecko

+ + diff --git a/files/de/web/mathml/element/math/index.html b/files/de/web/mathml/element/math/index.html new file mode 100644 index 0000000000..6a8b357097 --- /dev/null +++ b/files/de/web/mathml/element/math/index.html @@ -0,0 +1,308 @@ +--- +title: +slug: Web/MathML/Element/math +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/math +--- +
{{MathMLRef}}
+ +

<math> ist das Wurzel-Element der MathML-Auszeichnungssprache . Jeder MathML-Kode, der gültig sein soll, muss in <math>-Tags eingeschlossen sein. Ein <math>-Element darf kein weiteres <math>-Element, aber beliebig viele andere (MathML-)Kind-Elemente enthalten.

+ +

Attribute

+ +

Zusätzlich zu den folgenden Attributen akzeptiert das  <math>-Element auch alle Attribute des {{ MathMLElement("mstyle") }}-Elements.

+ +
+
class, id, style
+
Zur Einbindung von CSS-Stylesheets und zur direkten Anwendung von CSS-Angaben auf einzelne Elemente.
+
dir
+
Allgemeine Schreibrichtung für die Formeln. Mögliche Werte sind ltr (left to right, von links nach rechts) und rtl (right to left, von rechts nach links).
+
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.
+
display
+
Dieses Attribut bestimmt, wie das MathML-Element dargestellt wird. Zwei Werte sind möglich: +
    +
  • block, das Element wird auf der Seite als eigener Block dargestellt, kann weitgehend frei positioniert werden und ist mit dem Text inhaltlich nur lose verbunden.
  • +
  • inline, das Element wird innerhalb des laufenden Textes dargestellt. Es ist eng mit dem Text verknüpft und kann nicht herausgelöst werden ohne die Bedeutung des Textes zu verändern. inline ist der Vorgabewert.
  • +
+
+
mode {{deprecated_inline}}
+
Veraltet und durch das {{anch("display")}}-Attribut ersetzt. Mögliche Werte sind: display (hat den gleichen Effekt wie display="block") und inline.
+
overflow
+
Bestimmt, wie sich der mathematische Ausdruck verhält, wenn er breiter ist als die erlaubte Breite des Elements. Mögliche Werte sind: linebreak (Standard), scroll, elide, truncate, scale.
+
+ +

Beispiele

+ +

Theorem of Pythagoras

+ +

HTML5-Schreibweise

+ +
<!DOCTYPE html>
+<html>
+  <head>
+    <title>MathML in HTML5</title>
+  </head>
+  <body>
+
+  <math>
+    <mrow>
+      <mrow>
+        <msup>
+          <mi>a</mi>
+          <mn>2</mn>
+        </msup>
+        <mo>+</mo>
+        <msup>
+          <mi>b</mi>
+          <mn>2</mn>
+        </msup>
+      </mrow>
+      <mo>=</mo>
+      <msup>
+        <mi>c</mi>
+        <mn>2</mn>
+      </msup>
+    </mrow>
+  </math>
+
+  </body>
+</html>
+
+ +

XHTML-Schreibweise

+ +
<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <title>MathML in XHTML</title>
+</head>
+<body>
+
+  <math xmlns="http://www.w3.org/1998/Math/MathML">
+    <mrow>
+      <mrow>
+        <msup>
+          <mi>a</mi>
+          <mn>2</mn>
+        </msup>
+        <mo>+</mo>
+        <msup>
+          <mi>b</mi>
+          <mn>2</mn>
+        </msup>
+      </mrow>
+      <mo>=</mo>
+      <msup>
+        <mi>c</mi>
+        <mn>2</mn>
+      </msup>
+    </mrow>
+  </math>
+
+</body>
+</html>
+ +

Hinweis: XHTML-Dokumente mit MathML müssen vom Server als application/xhtml+xml ausgliefert werden. Das kannst Du einfach erreichen, indem Du Deinen lokalen Dateien die Endung .xhtml gibst. Beim Apache-Webserver kannst Du entsprechend die .htaccess-Datei konfigurieren, so dass die Dateiendung dem korrekten Mime type zugeordnet wird. Achte in diesem Fall auch darauf, dass die XML-Datei wohlgeformt ist, d.h. den grundsätzlichen Anforderungen an die Formatierung einer XML-Datei genügt.

+ +

Spezifikationen

+ + + + + + + + + + + + + + + + + + + + + +
StandardStatusBemerkung
{{ SpecName('MathML3', 'chapter2.html#interf.toplevel', 'The Top-Level math Element') }}{{ Spec2('MathML3') }}Current specification
{{ SpecName('MathML2', 'chapter7.html#interf.toplevel', 'The Top-Level math Element') }}{{ Spec2('MathML2') }}Initial specification
+ +

Browserkompatibilität

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalChromeFirefox (Gecko)Internet ExplorerOperaSafari
XHTML notation{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}9.55.1
HTML5 notation{{CompatNo}}{{ CompatGeckoDesktop("2.0") }}{{CompatNo}}{{CompatNo}}5.1
dir{{CompatNo}}{{ CompatGeckoDesktop("12.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
href{{CompatNo}}{{ CompatGeckoDesktop("7.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}} [1]
mathbackground{{CompatNo}}{{ CompatGeckoDesktop("2.0") }}{{CompatNo}}{{CompatNo}}5.1
mathcolor{{CompatNo}}{{ CompatGeckoDesktop("2.0") }}{{CompatNo}}{{CompatNo}}5.1
overflow{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
XHTML notation{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
HTML5 notation{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("2.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
dir{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("12.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
href{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("7.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}} [1]
mathbackground{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("2.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
mathcolor{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("2.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
overflow{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +

[1] Siehe bug 85733.

+ +

Hinweise zur Gecko

+ +

Die Gecko Rendering Engine unterstützt seit Version 7.0 {{ geckoRelease("7.0") }} die Verwendung von MathML-Attributen auf das <math>-Element (und hat damit das gleiche Verhalten wie das {{ MathMLElement("mstyle") }}-Element). Das displaystyle-Attribute wurde allerdings erst in Gecko 8.0 {{ geckoRelease("8.0") }} ergänzt. Siehe bug 669719.

+ +

Weder Alternativer Text (alttext) noch der Verweis auf eine alternative Grafik mit den Attributen altimg, altimg-width, altimg-height oder altimg-valign sind in Gecko gegenwärtig implemtiert.

+ +

Siehe auch

+ + diff --git a/files/de/web/mathml/element/menclose/index.html b/files/de/web/mathml/element/menclose/index.html new file mode 100644 index 0000000000..8c41049e54 --- /dev/null +++ b/files/de/web/mathml/element/menclose/index.html @@ -0,0 +1,313 @@ +--- +title: +slug: Web/MathML/Element/menclose +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/menclose +--- +
{{MathMLRef}}
+ +

Das MathML-Element <menclose> stellt seinen Inhalt innerhalb einer Umrandung oder Notation dar, die mit dem Attribut notation festgelegt werden kann. (engl. to enclose = einschließen, umzäunen)

+ +

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.
+
notation
+
Eine Liste von Angaben, durch Leerzeichen getrennt. Alle Angaben werden unabhängig voneinander auf den Ausdruck angewandt, können sich also auch überlappen. Mögliche Werte sind: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WertBeispielDarstellung in Deinem BrowserBeschreibung
longdiv (default)longdiv a2 + b2 langer Bruchstrich
actuarialactuarial a2 + b2 actuarial symbol
radicalradical a2 + b2 Quadratwurzel
boxbox a2 + b2 Rechteckige Umrandung
roundedboxroundedbox a2 + b2 Abgerundete, rechteckige Umrandung
circlecircle a2 + b2 Kreisähnliche Umrandung
leftleft a2 + b2 Senkrechte Linie links
rightright a2 + b2 Senkrechte Linie rechts
toptop a2 + b2 Waagerechte Linie oberhalb
bottombottom a2 + b2 Waagerechte Linie unterhalb
updiagonalstrikeupdiagonalstrike a2 + b2 Von links unten nach rechts oben durchgestrichen
downdiagonalstrikedowndiagonalstrike a2 + b2 Von oben links nach unten rechts durchgestrichen
verticalstrikeverticalstrike a2 + b2 Von oben nach unten durchgestrichen
horizontalstrikehorizontalstrike a2 + b2 Waagerecht durchgestrichen
madruwbmadruwb a2 + b2 Arabic factorial symbol
updiagonalarrow a2 + b2 Pfeil diagonal von links unten nach rechts oben
phasorangleScreenshot of the phasorangle notation a2 + b2 phasor angle
+
+
+ +

Beispiele

+ +
<math>
+
+  <menclose notation="circle box">
+    <mi> x </mi>
+    <mo> + </mo>
+    <mi> y </mi>
+  </menclose>
+
+</math>
+ +

Spezifikationen

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

Browserkompatibilität

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatNo}}{{CompatGeckoDesktop("1.0")}}{{CompatNo}}{{CompatNo}}{{CompatVersionUnknown}}
notation{{CompatNo}}{{CompatGeckoDesktop("1.0")}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
href{{CompatNo}}{{ CompatGeckoDesktop("7.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}} [1]
mathbackground{{CompatNo}}{{ CompatGeckoDesktop("2.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
mathcolor{{CompatNo}}{{ CompatGeckoDesktop("2.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.0") }}{{CompatNo}}{{CompatNo}}{{CompatVersionUnknown}}
notation{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
href{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("7.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}} [1]
mathbackground{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("2.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
mathcolor{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("2.0") }}{{CompatNo}}{{CompatNo}} +

{{CompatNo}}

+
+
+ +

[1] See bug 85733.

+ +

Hinweise zu Gecko

+ +
    +
  • Diese möglichen Werte für notation wurden später hinzugefügt: + +
      +
    • madruwb in Gecko 2.0 {{GeckoRelease("2.0")}}.
    • +
    • updiagonalarrow in Gecko 24.0 {{GeckoRelease("24.0")}}
    • +
    • phasorangle in Gecko 32.0 {{GeckoRelease("32.0")}}
    • +
    +
  • +
diff --git a/files/de/web/mathml/element/merror/index.html b/files/de/web/mathml/element/merror/index.html new file mode 100644 index 0000000000..b17d97e2b6 --- /dev/null +++ b/files/de/web/mathml/element/merror/index.html @@ -0,0 +1,173 @@ +--- +title: +slug: Web/MathML/Element/merror +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/merror +--- +
{{MathMLRef}}
+ +

In MathML wird das <merror>-Element genutzt, um Fehler in einem mathematischen Ausdruck hervorzuheben. In Firefox ähnelt die Darstellung der von XML-Fehlermeldungen.

+ +
+

<merror> betrifft nur die Darstellung des Ausdrucks und hat nichts mit echten Syntaxfehlern in MathML oder XML zu tun. 

+
+ +

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.
+
+ +

Beispiele

+ +
<math>
+
+<merror>
+  <mrow>
+    <mtext> Division by zero: </mtext>
+    <mfrac>
+      <mn> 1 </mn>
+      <mn> 0 </mn>
+    </mfrac>
+  </mrow>
+</merror>
+
+</math>
+
+ +

Spezifikationen

+ + + + + + + + + + + + + + + + + + + + + +
StandardStatusBemerkung
{{ SpecName('MathML3', 'chapter3.html#presm.merror', 'merror') }}{{ Spec2('MathML3') }}Current specification
{{ SpecName('MathML2', 'chapter3.html#presm.merror', 'merror') }}{{ 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
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
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}}
+
diff --git a/files/de/web/mathml/element/mfenced/index.html b/files/de/web/mathml/element/mfenced/index.html new file mode 100644 index 0000000000..9555e5822f --- /dev/null +++ b/files/de/web/mathml/element/mfenced/index.html @@ -0,0 +1,194 @@ +--- +title: +slug: Web/MathML/Element/mfenced +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/mfenced +--- +
{{MathMLRef}}
+ +

Mit dem <mfenced>-Element kann in MathML eine Aufzählung mit öffnenenden und schließenden Zeichen (Klammern) und mit Trennzeichen (Kommas, Semikolons) versehen werden. (engl. to fence = umklammern)

+ +

Attribute

+ +
+
class, id, style
+
Zur Einbindung von CSS-Stylesheets und zur direkten Anwendung von CSS-Angaben auf einzelne Elemente.
+
close
+
Ein Zeichen oder eine Zeichenkette für das schließende Trennzeichen. Ohne Angabe wird eine einfache schließende Klammer ")" gesetzt. Leerzeichen innerhalb des Arguments werden ignoriert.
+
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.
+
open
+
Ein Zeichen oder eine Zeichenkette für das öffnende Trennzeichen. Ohne Angabe wird eine einfache öffnende Klammer "(" gesetzt. Leerzeichen innerhalb des Arguments werden ignoriert.
+
separators
+
Eine Folge von null oder mehr Trennzeichen für den Ausdruck. Mögliche Leerzeichen zwischen den Trennzeichen werden für die Ausgabe ignoriert. Der Vorgabewert ist das Komma ",". Werden mehrere Zeichen angegeben, dann werden diese in der Reihenfolge auf die Argumente des Ausdrucks angewandt. Überschüssige Trennzeichen werden ignoriert. Werden zu wenige Trennzeichen angegeben, dann wird das letzte bis zum Ende der Liste wiederholt.
+
+ +

Beispiele

+ +

Das letzte Trennzeichen wird wiederholt (,)

+ +

Beispieldarstellung: {a;b;c,d,e}

+ +

Darstellung in Deinem Browser: a b c d e

+ +
<math>
+  <mfenced open="{" close="}" separators=";;,">
+    <mi>a</mi>
+    <mi>b</mi>
+    <mi>c</mi>
+    <mi>d</mi>
+    <mi>e</mi>
+  </mfenced>
+</math>
+
+ +

Überschüssige Trennzeichen fallen weg (,)

+ +

Beispieldarstellung: [a|b|c|d|e]

+ +

Darstellung in Deinem Browser: a b c d e

+ +
<math>
+  <mfenced open="[" close="]" separators="||||,">
+    <mi>a</mi>
+    <mi>b</mi>
+    <mi>c</mi>
+    <mi>d</mi>
+    <mi>e</mi>
+  </mfenced>
+</math>
+
+ +

Spezifikationen

+ + + + + + + + + + + + + + + + + + + + + +
StandardStatusBemerkung
{{ SpecName('MathML3', 'chapter3.html#presm.mfenced', 'mfenced') }}{{ Spec2('MathML3') }}Current specification
{{ SpecName('MathML2', 'chapter3.html#presm.mfenced', 'mfenced') }}{{ 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
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
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}}
+
diff --git a/files/de/web/mathml/element/mfrac/index.html b/files/de/web/mathml/element/mfrac/index.html new file mode 100644 index 0000000000..5c9188528f --- /dev/null +++ b/files/de/web/mathml/element/mfrac/index.html @@ -0,0 +1,207 @@ +--- +title: +slug: Web/MathML/Element/mfrac +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/mfrac +--- +
{{MathMLRef}}
+ +

Das Element <mfrac> wird in MathML verwendet, um Brüche darzustellen. (engl. fraction = Bruch, Teil)

+ +

Syntax

+ +
<mfrac>Zähler Nenner</mfrac>
+ +

Attribute

+ +
+
bevelled
+
Dieses Attribut bestimmt die Art der Bruchdarstellung: Wenn es true gesetzt ist, werden Zähler und Nenner nebeneinander gesetzt und durch eine Schrägstrich verbunden. Der Vorgabewert ist false, wobei der Bruch mit einem waagerechten Bruchstrich gesetzt werden.
+
class, id, style
+
Zur Einbindung von CSS-Stylesheets und zur direkten Anwendung von CSS-Angaben.
+
denomalign
+
Die horizontale Ausrichtung des Nenners (unter dem Bruchstrich). Der Standardwert ist center, weiterhin sind left und right möglich.
+
href
+
Mit diesem Attribut kann ein Link gesetzt werden.
+
linethickness
+
Die Dicke des waagerechten Bruchstrichs. Der Vorgabewert ist medium, außerdem können hier thin, thick, und andere Längenangaben gemacht 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.
+
numalign
+
Die horizontale Ausrichtung des Zählers (oberhalb des Bruchstrichs). Der Standardwert ist center, weiterhin sind left und right möglich.
+
+ +

Beispiele

+ +

Beispiel: (a/b)/(c/d)

+ +

Darstellung in Deinem Browser: a b c d

+ +
<math>
+  <mfrac bevelled="true">
+     <mfrac>
+        <mi> a </mi>
+        <mi> b </mi>
+     </mfrac>
+     <mfrac>
+        <mi> c </mi>
+        <mi> d </mi>
+     </mfrac>
+  </mfrac>
+</math>
+
+ +

Spezifikationen

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

Browserkompatibilität

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}5.1
bevelled{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
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
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
bevelled{{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}}
+
+ +

Hinweise zu Gecko

+ +
    +
  • Seit Gecko 7.0 {{ geckoRelease("7.0") }} hat das linethickness-Attribut den korrekten Vorgabewert medium.
  • +
diff --git a/files/de/web/mathml/element/mi/index.html b/files/de/web/mathml/element/mi/index.html new file mode 100644 index 0000000000..25e651d33c --- /dev/null +++ b/files/de/web/mathml/element/mi/index.html @@ -0,0 +1,233 @@ +--- +title: +slug: Web/MathML/Element/mi +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/mi +--- +
{{MathMLRef}}
+ +

Das Element <mi> bestimmt, dass sein Inhalt als Bezeichner (engl. identifier) dargestellt wird, also z.B. als Funktionsname, Variable oder Konstante. Es kann auch einen beliebigen Text, etwa zur Erläuterung eines Terms, enthalten.

+ +

Attribute

+ +
+
class, id, style
+
Zur Einbindung von CSS-Stylesheets und zur direkten Anwendung von CSS-Angaben.
+
dir
+
Allgemeine Schreibrichtung für die Formeln. Mögliche Werte sind ltr (left to right, von links nach rechts) und rtl (right to left, von rechts nach links).
+
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.
+
mathsize
+
Die Größe (Höhe) des Inhalts. Möglich sind diese Angaben: +
    +
  • small: Die Schrift wird kleiner dargestellt als die aktuelle Schrifthöhe.
  • +
  • normal: Dies entspricht 100% des aktuellen Schriftgrades = 1em.
  • +
  • big: Die Schrift wird größer dargestellt als die aktuelle Schrifthöhe.
  • +
  • Eine Längenangabe (siehe length).
  • +
  • Ein einheitenloser Wert der als Faktor auf die aktuelle Schrifthöhe interpretiert wird.
  • +
+
+
mathvariant
+
Dieses Attribut bezeichnet die logische Klasse des Operators. Mit der logischen Klasse ist in der Regel eine bestimmte Typographie verbunden, in erster Linie ist dies aber aber eine semantische Einteilung. Abschnitte der gleichen Klasse werden gleichermaßen behandelt, was einen bestimmten Stil zur Folgen haben kann aber nicht muss. Die folgenden Werte sind erlaubt: +
    +
  • normal (Standardwert für mehr als ein Zeichen) ; Example
  • +
  • bold ; Example
  • +
  • italic (Standardwert für ein einzelnes Zeichen) ; Example
  • +
  • bold-italic ; Example
  • +
+ +
    +
  • double-struck ; Example
  • +
  • bold-fraktur ; Example
  • +
  • script ; Example
  • +
  • bold-script ; Example
  • +
  • fraktur ; Example
  • +
+ +
    +
  • sans-serif ; Example
  • +
  • bold-sans-serif ; Example
  • +
  • sans-serif-italic ; Example
  • +
  • sans-serif-bold-italic ; Example
  • +
  • monospace ; Example
  • +
+ Die folgenden vier Werte betreffen nur arabische Schriften: + +
    +
  • initial ; مثال
  • +
  • tailed ; مثال
  • +
  • looped ; مثال
  • +
  • stretched ; مثال
  • +
+
+
+ +

Beispiele

+ +
<math>
+
+  <mi> y </mi>
+  <mi> sin </mi>
+  <mi mathvariant="monospace"> x </mi>
+  <mi mathvariant="bold"> &pi; </mi>
+
+</math>
+
+ +

Spezifikationen

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

Browserkompatibilität

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}5.1
dir attribute{{CompatNo}}{{ CompatGeckoDesktop("12.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
href attribute{{CompatNo}}{{ CompatGeckoDesktop("7.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
mathsize attribute{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}5.1
mathvariant attribute{{CompatNo}}{{ CompatGeckoDesktop("28.0") }}{{CompatNo}}{{CompatNo}}5.1
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.9.2") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
dir attribute{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("12.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
href attribute{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("7.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
mathsize attribute{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.9.2") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
mathvariant attribute{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("28.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +

Hinweise zu Gecko

+ +
    +
  • Seit Gecko 20.0 {{geckoRelease("20.0")}} sind einheitenlose Wertangaben für  mathsize erlaubt.
  • +
  • Einige mathvariant sind erst seit Gecko 28.0 (Firefox 28.0 / Thunderbird 28.0 / SeaMonkey 2.25) umgesetzt und erfordern passende Schriftarten für MathML.
  • +
diff --git a/files/de/web/mathml/element/mn/index.html b/files/de/web/mathml/element/mn/index.html new file mode 100644 index 0000000000..31ced244ac --- /dev/null +++ b/files/de/web/mathml/element/mn/index.html @@ -0,0 +1,232 @@ +--- +title: +slug: Web/MathML/Element/mn +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/mn +--- +
{{MathMLRef}}
+ +

Das Element <mn> stellt einen numerischen Wert dar. In der Regel ist das ein Zahlenwert, der als Trennzeichen Punkte oder Kommas enthalten kann. Zusätzliche sind beliebige Texte erlaubt, die einem Zahlenwert entsprechen, z.B. "zwölf".

+ +

Attribute

+ +
+
class, id, style
+
Zur Einbindung von CSS-Stylesheets und zur direkten Anwendung von CSS-Angaben.
+
dir
+
Allgemeine Schreibrichtung für die Formeln. Mögliche Werte sind ltr (left to right, von links nach rechts) und rtl (right to left, von rechts nach links).
+
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.
+
mathsize
+
Die Größe (Höhe) des Inhalts. Möglich sind diese Angaben: +
    +
  • small: Die Schrift wird kleiner dargestellt als die aktuelle Schrifthöhe.
  • +
  • normal: Dies entspricht 100% des aktuellen Schriftgrades = 1em.
  • +
  • big: Die Schrift wird größer dargestellt als die aktuelle Schrifthöhe.
  • +
  • Eine Längenangabe (siehe length).
  • +
  • Ein einheitenloser Wert der als Faktor auf die aktuelle Schrifthöhe interpretiert wird.
  • +
+
+
mathvariant
+
Dieses Attribut bezeichnet die logische Klasse der Zahl. Mit der logischen Klasse ist in der Regel eine bestimmte Typographie verbunden, in erster Linie ist dies aber aber eine semantische Einteilung. Abschnitte der gleichen Klasse werden gleichermaßen behandelt, was einen bestimmten Stil zur Folgen haben kann aber nicht muss. Die folgenden Werte sind erlaubt: +
    +
  • normal (Standardwert) ; Beispiel
  • +
  • bold ; Beispiel
  • +
  • italic ; Beispiel
  • +
  • bold-italic ; Beispiel
  • +
+ +
    +
  • double-struck ; Beispiel
  • +
  • bold-fraktur ; Beispiel
  • +
  • script ; Beispiel
  • +
  • bold-script ; Beispiel
  • +
  • fraktur ; Beispiel
  • +
+ +
    +
  • sans-serif ; Beispiel
  • +
  • bold-sans-serif ; Beispiel
  • +
  • sans-serif-italic ; Beispiel
  • +
  • sans-serif-bold-italic ; Beispiel
  • +
  • monospace ; Beispiel
  • +
+ Die folgenden vier Werte betreffen nur arabische Schriften: + +
    +
  • initial ; مثال
  • +
  • tailed ; مثال
  • +
  • looped ; مثال
  • +
  • stretched ; مثال
  • +
+
+
+ +

Beispiele

+ +
<math>
+  <mn>0</mn>
+  <mn>1.337</mn>
+  <mn>twelve</mn>
+  <mn>XVI</mn>
+  <mn>2e10</mn>
+</math>
+
+ +

Spezifikationen

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

Browserkompatibilität

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}5.1
dir{{CompatNo}}{{ CompatGeckoDesktop("12.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
href{{CompatNo}}{{ CompatGeckoDesktop("7.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
mathsize{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}5.1
mathvariant{{CompatNo}}{{ CompatGeckoDesktop("28.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.9.2") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
dir{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("12.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
href{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("7.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
mathsize{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.9.2") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
mathvariant{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("28.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +

Hinweise zu Gecko

+ +
    +
  • Seit Gecko 20.0 {{geckoRelease("20.0")}} sind einheitenlose Wertangaben für  mathsize erlaubt.
  • +
  • Einige mathvariant sind erst seit Gecko 28.0 {{ geckoRelease("28.0") }} umgesetzt und erfordern passende Schriftarten für MathML.
  • +
diff --git a/files/de/web/mathml/element/mo/index.html b/files/de/web/mathml/element/mo/index.html new file mode 100644 index 0000000000..f4a4d496aa --- /dev/null +++ b/files/de/web/mathml/element/mo/index.html @@ -0,0 +1,417 @@ +--- +title: +slug: Web/MathML/Element/mo +tags: + - MathML + - 'MathML:Element' + - NeedsLiveSample + - Referenz +translation_of: Web/MathML/Element/mo +--- +
{{MathMLRef}}
+ +

Das Element <mo> stellt einen Operator dar. Neben Rechenzeichen im strengen mathmatischen Sinne gehören dazu auch Klammern, Trennzeichen wie Kommas oder Semikolons und Betragszeichen.

+ +

Attribute

+ +
+
accent
+
Ein Boolescher Wert, der festlegt, ob das Rechenzeichen als Akzentzeichen behandelt werden soll, falls der Operator als underscript oder overscript markiert wurde. Erlaubte Werte sind true und false.
+
class, id, style
+
Zur Einbindung von CSS-Stylesheets und zur direkten Anwendung von CSS-Angaben.
+
dir
+
Allgemeine Schreibrichtung für die Formeln. Mögliche Werte sind ltr (left to right, von links nach rechts) und rtl (right to left, von rechts nach links).
+
fence
+
Boolescher Wert, der festlegt, ob der Operator eine Begrenzung (z.B. ein Paar Klammern) ist. Dieses Attribut wird selbst nicht bildlich dargestellt. Erlaubte Werte sind true und false. Siehe auch separator.
+
{{ unimplemented_inline() }} form
+
Legt die Funktion des Operators in z.B. einem Klammerausdruck fest. Die Angabe beeinflusst horizontale Abstände und andere Eigenschaften. Für die meisten Rechenzeichen (+, - usw.) brauchst Du dieses Attribut dank passender Vorgabewerte nicht explizit zu setzen.
+ Mögliche Werte sind: +
    +
  • prefix, für öffnende Begrenzer. (Vorgabewert, falls der Operator das erste Argument in einem {{ MathMLElement("mrow") }} Element mit mehr als einem Argument.)
  • +
  • infix, für Trenner. (Vorgabewert, falls der Operator nicht innerhalb von {{ MathMLElement("mrow") }} auftritt.)
  • +
  • postfix, für schließende Begrenzer. (Vorgabewert, falls der Operator das letzte Argument in einem {{ MathMLElement("mrow") }} Element mit mehr als einem Argument.)
  • +
+
+
href
+
Mit diesem Attribut kann ein Link gesetzt werden.
+
largeop
+
Legt fest, ob das Rechenzeichen größer als üblich dargestellt werden soll. Erlaubte Werte sind true und false.
+
lspace
+
Bestimmt die Breite des Leerzeichens vor einem Rechenzeichen. (Siehe Maßangaben für mögliche Werte, Vorgabewert ist die Konstante thickmathspace = 5/18em.) Siehe auch rspace.
+
mathbackground
+
Die Hintergrundfarbe. Folgende Notationen sind erlaubt: #rgb, #rrggbb und HTML-Farbnamen.
+
mathcolor
+
Die Textfarbe. Folgende Notationen sind erlaubt: #rgb, #rrggbb und HTML-Farbnamen.
+
mathsize
+
Die Größe (Höhe) des Inhalts. Möglich sind diese Angaben: +
    +
  • small: Die Schrift wird kleiner dargestellt als die aktuelle Schrifthöhe.
  • +
  • normal: Dies entspricht 100% des aktuellen Schriftgrades = 1em.
  • +
  • big: Die Schrift wird größer dargestellt als die aktuelle Schrifthöhe.
  • +
  • Eine Längenangabe (siehe length).
  • +
  • Ein einheitenloser Wert der als Faktor auf die aktuelle Schrifthöhe interpretiert wird.
  • +
+
+
mathvariant
+
Dieses Attribut bezeichnet die logische Klasse des Operators. Mit der logischen Klasse ist in der Regel eine bestimmte Typographie verbunden, in erster Linie ist dies aber aber eine semantische Einteilung. Abschnitte der gleichen Klasse werden gleichermaßen behandelt, was einen bestimmten Stil zur Folgen haben kann aber nicht muss. Die folgenden Werte sind erlaubt: +
    +
  • normal (Standardwert) ; Beispiel
  • +
  • bold ; Beispiel
  • +
  • italic ; Beispiel
  • +
  • bold-italic ; Beispiel
  • +
+ +
    +
  • double-struck ; Beispiel
  • +
  • bold-fraktur ; Beispiel
  • +
  • script ; Beispiel
  • +
  • bold-script ; Beispiel
  • +
  • fraktur ; Beispiel
  • +
+ +
    +
  • sans-serif ; Beispiel
  • +
  • bold-sans-serif ; Beispiel
  • +
  • sans-serif-italic ; Beispiel
  • +
  • sans-serif-bold-italic ; Beispiel
  • +
  • monospace ; Beispiel
  • +
+ Die folgenden vier Werte betreffen nur arabische Schriften: + +
    +
  • initial ; مثال
  • +
  • tailed ; مثال
  • +
  • looped ; مثال
  • +
  • stretched ; مثال
  • +
+
+
+ +
+
maxsize
+
Falls stretchy auf true gesetzt ist, dann gibt maxsize die maximale Größe des Operators an. Erlaubte Werte sind infinity und eine Längenangabe.
+
minsize
+
Falls stretchy auf true gesetzt ist, dann gibt minsize die minimale Größe des Operators an. Erlaubte Werte sind infinity und eine Längenangabe.
+
movablelimits
+
Falls displaystyle auf false gesetzt ist, dann gibt moveblelimits an, ob underscripts und overscripts an den Positionen von subcripts bzw. superscripts angezeigt werden. Erlaubte Werte sind true und false.
+
rspace
+
Bestimmt die Breite des Leerzeichens nach einem Operator. (Siehe Maßangaben für mögliche Werte, Vorgabewert ist die Konstante thickmathspace = 5/18em.) Siehe auch lspace.
+
separator
+
Dieses Attribut bestimmt, ob der Operator ein Trennzeichen (z.B. ein Komma ist). Das Attribut selbst wird nicht dargestellt. Erlaubte Werte sind true und false. Siehe auch fence.
+
stretchy
+
Gibt an, ob der Operator an die Größe der benachbarten Elemente angepasst (vergrößert) wird. Erlaubte Werte sind true und false.
+
symmetric
+
Falls stretchy auf true gesetzt ist, dann gibt symmetric an, ob der Operator (z.B. ein Bruchstrich) vertikal an der imaginären Mittellinie ausgerichtet wird. Falls stretchy auf true gesetzt gesetzt ist, dann ist der Vorgabewert für symmetric ebenfalls true, ansonsten false.
+
+ +

Beispiele

+ +
<math>
+
+  <mrow>
+    <mn>5</mn>
+    <mo>+</mo>
+    <mn>5</mn>
+  </mrow>
+
+  <mrow>
+    <mo> [ </mo> <!-- default form value: prefix -->
+      <mrow>
+        <mn> 0 </mn>
+        <mo> ; </mo> <!-- default form value: infix -->
+        <mn> 1 </mn>
+      </mrow>
+    <mo> ) </mo> <!-- default form value: postfix -->
+  </mrow>
+
+</math>
+
+ +

Spezifikationen

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

Browserkompatibilität

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}5.1
accent{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
dir{{CompatNo}}{{ CompatGeckoDesktop("12.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
form{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
href{{CompatNo}}{{ CompatGeckoDesktop("7.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
largeop{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
lspace, rspace{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
mathsize{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}5.1
mathvariant{{CompatNo}}{{ CompatGeckoDesktop("28.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
maxsize, minsize{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
movablelimits{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
stretchy{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}5.1
symmetric{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.9.2") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
accent{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.9.2") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
dir{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("12.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
form{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
href{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("7.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
largeop{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
lspace, rspace{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.9.2") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
mathsize{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.9.2") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
mathvariant{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("28.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
maxsize, minsize{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.9.2") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
movablelimits{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.9.2") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
stretchy{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.9.2") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
symmetric{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.9.2") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +

Hinweise zu Gecko

+ +
    +
  • Mit Gecko 16.0 {{ geckoRelease("16.0") }} wurden die Standardwerte für lspace und rspace korrigiert. Entsprechend der MathML3-Spezifikation ist der Vorgabewert jetzt 5/18em, das ist der Wert der Konstante thickmathspace.
  • +
  • Seit Gecko 20.0 {{geckoRelease("20.0")}} sind einheitenlose Wertangaben für  mathsize erlaubt.
  • +
  • Einige mathvariant sind erst seit Gecko 28.0 (Firefox 28.0 / Thunderbird 28.0 / SeaMonkey 2.25) umgesetzt und erfordern passende Schriftarten für MathML.
  • +
  • Es sind noch keine Attribute für Zeilenumbrüche oder Einrückungen implementiert. Siehe {{ bug("534962") }}.
  • +
diff --git a/files/de/web/mathml/element/mover/index.html b/files/de/web/mathml/element/mover/index.html new file mode 100644 index 0000000000..882dc6c302 --- /dev/null +++ b/files/de/web/mathml/element/mover/index.html @@ -0,0 +1,225 @@ +--- +title: +slug: Web/MathML/Element/mover +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/mover +--- +
{{MathMLRef}}
+ +

Das Element <mover> wird in MathML für Akzente und die Angabe von Grenzwerten oberhalb von Ausdrücken eingesetzt.

+ +

Syntax

+ +
<mover>base overscript</mover>
+ +

Attribute

+ +
+
accent
+
Wenn true, dann wird das overscript als Akzent und damit etwas näher am Ausdruck dargestellt.
+ Wenn false (Vorgabewert), dann wird das overscript als Grenzwert über dem Ausdruck dargestellt.
+
align
+
Die Ausrichtung des overscript. Mögliche Werte sind: left, center, und right.
+
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.
+
+

Beispiele

+
+
+ +

Beispiel: x+y+z

+ +

Darstellung in Deinem Browser: 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>
+
+ +

Spezifikationen

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

Browserkompatibilität

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}5.1
accent{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
align{{CompatNo}}{{ CompatGeckoDesktop("12.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
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
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalAndroidChrome 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}}
+
+ +

Siehe auch

+ +
    +
  • {{ MathMLElement("munder") }} (Underscript)
  • +
  • {{ MathMLElement("munderover") }} (Underscript-overscript pair)
  • +
diff --git a/files/de/web/mathml/element/mpadded/index.html b/files/de/web/mathml/element/mpadded/index.html new file mode 100644 index 0000000000..ff4f10b05f --- /dev/null +++ b/files/de/web/mathml/element/mpadded/index.html @@ -0,0 +1,211 @@ +--- +title: +slug: Web/MathML/Element/mpadded +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/mpadded +--- +
{{MathMLRef}}
+ +

Das Element <mpadded> wird in MathML genutzt, um einen Ausdruck mit zusätzlichem Innenabstand zu versehen und um Position und Größe einzustellen. (engl. to pad = auspolstern)

+ +

Die Ausdehnung der umgebenden Box eines mathematischen Ausdrucks wird zuerst von seiner typographischen Breite und Höhe bestimmt. Der Bezugspunkt des Ausdrucks (Kind-Element) liegt anfangs auf dem Bezugspunkt des umgebenden <mpadded>-Elements.

+ +

Mit Hilfe von <mpadded> kann die Breite und Höhe der umgebenden Box verändert (vergrößert) werden. Zusätzlich kann innerhalb dieser Box der Ausdruck horizontal und vertikal positioniert werden.

+ +

Attribute

+ +
+
class, id, style
+
Zur Einbindung von CSS-Stylesheets und zur direkten Anwendung von CSS-Angaben.
+
depth
+
Setzt oder ändert die vertikale Ausdehnung der umgebenden Box von <mpadded> unterhalb der Grundlinie. Eine (nichtnegative) Längenangabe, die weder mit - noch mit + beginnt, setzt den Wert. Eine Längenangabe, die mit - oder + beginnt, verringert bzw. erhöht den Wert entsprechend. (Eine Verringerung von depth kann zu Überlappung mit dem Ausdruck darunter führen und sollte vermieden werden.)
+
height
+
Setzt oder ändert die vertikale Ausdehnung der umgebenden Box von <mpadded> oberhalb der Grundlinie. Eine (nichtnegative) Längenangabe, die weder mit - noch mit + beginnt, setzt den Wert. Eine Längenangabe, die mit - oder + beginnt, verringert bzw. erhöht den Wert entsprechend. (Eine Verringerung von height kann zu Überlappung mit dem Ausdruck darüber führen und sollte vermieden werden.)
+
href
+
Mit diesem Attribut kann ein Link gesetzt werden.
+
lspace
+
Setzt oder ändert den horizontalen Abstand des Bezugspunktes der Kind-Elemente zum Bezugspunkt von <mpadded> selbst. Eine (nichtnegative) Längenangabe, die weder mit - noch mit + beginnt, setzt den Wert. Eine Längenangabe, die mit - oder + beginnt, verringert bzw. erhöht den Wert entsprechend. (Eine Verringerung von lspace kann dazu führen, dass der Term links herausragt und sollte vermieden werden. Erhöhung sollte im Einklang mit der Erhöhung von width stehen.) (engl. leading = führend, vorangestellt)
+
mathbackground
+
Die Hintergrundfarbe. Folgende Notationen sind erlaubt: #rgb, #rrggbb und HTML-Farbnamen.
+
mathcolor
+
Die Textfarbe. Folgende Notationen sind erlaubt: #rgb, #rrggbb und HTML-Farbnamen.
+
voffset
+
Setzt oder ändert den vertikalen Abstand des Bezugspunktes der Kind-Elemente zum Bezugspunkt von <mpadded> selbst. Eine (nichtnegative) Längenangabe, die weder mit - noch mit + beginnt, setzt den Wert. Eine Längenangabe, die mit - oder + beginnt, verringert bzw. erhöht den Wert entsprechend. (Eine Verringerung von voffset kann dazu führen, dass der Term nach unten überlappt und sollte mit der Vergrößerung von depth in Einklang stehen. Eine Erhöhung von voffset kann zu einer Überlappung nach oben führen und sollte mit der Erhöhung von height im Einklang stehen.)
+
width
+
Setzt oder ändert den horizontalen Abstand des Bezugspunktes der <mpadded>-Box zum Bezugspunkt der folgenden Box. Eine (nichtnegative) Längenangabe, die weder mit - noch mit + beginnt, setzt den Wert. Eine Längenangabe, die mit - oder + beginnt, verringert bzw. erhöht den Wert entsprechend. (Eine Verringerung von width kann zu Überlappung mit dem folgenden Ausdruck führen und sollte vermieden werden.)
+
+ +

Pseudo-Einheiten

+ +

Für die Attribute depth, height, lspace, voffset, and width können die Schlüsselwörter "depth", "height" und "width" genutzt werden. Sie repräsentieren jeweils den Wert, den sie benennen.

+ +

Beispiele

+ +
<math>
+
+  <mpadded height="+150px" width="100px" lspace="2height">
+    <mi> x </mi>
+    <mo> + </mo>
+    <mi> y </mi>
+  </mpadded>
+
+</math>
+
+ +

Spezifikationen

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

Browserkompatibilität

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
href{{CompatNo}}{{ CompatGeckoDesktop("7.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
mathbackground{{CompatNo}}{{ CompatGeckoDesktop("2.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
mathcolor{{CompatNo}}{{ CompatGeckoDesktop("2.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
voffset{{CompatNo}}{{ CompatGeckoDesktop("7.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}}
voffset{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("7.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +

Hinweise zu Gecko

+ +

Bis Gecko 7.0 {{ geckoRelease("7.0") }} war die MathML2 Pseudo-Einheit lspace zulässig. Diese ist nicht mehr Bestandteil der MathML3 Recommendation und wurde entfernt.

+ +

Siehe auch

+ +
    +
  • {{ MathMLElement("mphantom") }}
  • +
  • {{ MathMLElement("mspace") }}
  • +
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

+ +
    +
  • {{ MathMLElement("mspace") }}
  • +
  • {{ MathMLElement("mpadded") }}
  • +
diff --git a/files/de/web/mathml/element/mroot/index.html b/files/de/web/mathml/element/mroot/index.html new file mode 100644 index 0000000000..2f0385b5ea --- /dev/null +++ b/files/de/web/mathml/element/mroot/index.html @@ -0,0 +1,175 @@ +--- +title: +slug: Web/MathML/Element/mroot +tags: + - MathML + - 'MathML:Element' + - 'MathML:General Lay' + - Referenz +translation_of: Web/MathML/Element/mroot +--- +
{{MathMLRef}}
+ +

Das <mroot>-Element wird in MathML benutzt, um Wurzeln mit einem beliebigen Exponenten darzustellen. Zwei Argumente werden akzeptiert, was zu der Syntaxis führt: <mroot> Basis Exponent </mroot>.

+ +

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 Farbe für Text und Wurzelzeichen. Folgende Notationen sind erlaubt: #rgb, #rrggbb und HTML-Farbnamen.
+
+ +

Beispiele

+ +

Beispiel: x

+ +

Darstellung in Deinem Browser: x 3

+ +
<math>
+
+ <mroot>
+    <mi>x</mi>
+    <mn>3</mn>
+ </mroot>
+
+</math>
+
+ +

Spezifikationen

+ + + + + + + + + + + + + + + + + + + + + +
StandardStatusComment
{{ SpecName('MathML3', 'chapter3.html#presm.mroot', 'mroot') }}{{ Spec2('MathML3') }}jetzige Specification
{{ SpecName('MathML2', 'chapter3.html#presm.mroot', 'mroot') }}{{ Spec2('MathML2') }}anfängliche 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
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
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}}
+
+ +

Siehe auch

+ +
    +
  • {{ MathMLElement("msqrt") }} (Quadratwurzel, ohne Exponent)
  • +
diff --git a/files/de/web/mathml/element/mrow/index.html b/files/de/web/mathml/element/mrow/index.html new file mode 100644 index 0000000000..4a0cbc0b5e --- /dev/null +++ b/files/de/web/mathml/element/mrow/index.html @@ -0,0 +1,209 @@ +--- +title: +slug: Web/MathML/Element/mrow +tags: + - MathML + - Referenz +translation_of: Web/MathML/Element/mrow +--- +
{{MathMLRef}}
+ +

Das Element <mrow> wird genutzt, um Ausdrücke (mathematische Terme) zu gruppieren. Ausdrücke enthalten in der Regel einen oder mehrere Rechenzeichen oder Operatoren (engl. operator, siehe <mo>) und die dazugehörigen Zahlenwerte (engl. number, siehe <mn>) und Variablen (engl. identifier, siehe <mi>). Der Inhalt von <mrow> wird in einer Zeile dargestellt.

+ +

Beim Schreiben von MathML-Ausdrücken solltest Du die Bestandteile des Terms so in <mrow>-Elementen zusammenfassen, wie es der mathematischen Aussage entspricht. Passende Gruppierung erleichtert die Darstellung auf mehrere Weisen:

+ +
    +
  • Möglicherweise kann die Darstellung durch passende Zwischenräume verbessert werden.
  • +
  • Es erleichtert mögliche Zeilenumbrüche und Einrückungen.
  • +
  • Es vereinfacht die Interpretation des Ausdrucks durch Sprachausgabegeräte und Rechensysteme.
  • +
  • Es erleichtert die Formatierung des Quelltextes durch erkennbare Zusammenfassungen und passende Einrückungen
  • +
+ +

Attribute

+ +
+
class, id, style
+
Zur Einbindung von CSS-Stylesheets und zur direkten Anwendung von CSS-Angaben.
+
dir
+
Allgemeine Schreibrichtung für die Formeln. Mögliche Werte sind ltr (left to right, von links nach rechts) und rtl (right to left, von rechts nach links).
+
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.
+
+ +

Beispiele

+ +
<math>
+
+  <mrow>
+    <mn>1</mn>
+    <mo>+</mo>
+    <mn>1</mn>
+  </mrow>
+
+  <mrow>
+    <mo>(</mo>
+    <mrow>
+      <mi>x</mi>
+      <mo>,</mo>
+      <mi>y</mi>
+    </mrow>
+    <mo>)</mo>
+  </mrow>
+
+</math>
+
+ +

Spezifikationen

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

Browserkompatibilität

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}5.1
dir{{CompatNo}}{{ CompatGeckoDesktop("12.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
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
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
dir{{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}}
+
+ +

Siehe auch

+ +
    +
  • Gruppieren von HTML-Elementen: <div> und <span>
  • +
  • Gruppieren von Elementen in SVG: <g>
  • +
diff --git a/files/de/web/mathml/element/ms/index.html b/files/de/web/mathml/element/ms/index.html new file mode 100644 index 0000000000..582e15264e --- /dev/null +++ b/files/de/web/mathml/element/ms/index.html @@ -0,0 +1,243 @@ +--- +title: +slug: Web/MathML/Element/ms +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/ms +--- +
{{MathMLRef}}
+ +

Das Element <ms> erzeugt in MathML die Darstellung eines string literal, also einer (buchstabengetreuen) Zeichenkette, wie sie z.B. in Programmiersprachen Anwendung findet.
+ Standardmäßig werden solche Zeichenketten in doppelten Anführungszeichen (&quot;) eingeschlossen.
+ Mit den Attributen lquote und rquote können eigene Zeichen für die öffnenden und schließenden Zeichen festgelegt werden.

+ +
+

Die Zeichenkette sollte ohne Anführungszeichen geschrieben werden, es sei denn, Anführungszeichen sind Bestandteil der Zeichenkette. Das <ms>-Element kann eine beliebige Folge von Zeichen, {{ MathMLElement("mglyph") }}- und {{ MathMLElement("malignmark") }}-Elementen enthalten.

+
+ +

Attribute

+ +
+
class, id, style
+
Zur Einbindung von CSS-Stylesheets und zur direkten Anwendung von CSS-Angaben.
+
dir
+
Allgemeine Schreibrichtung für die Formeln. Mögliche Werte sind ltr (left to right, von links nach rechts) und rtl (right to left, von rechts nach links).
+
lquote
+
Das öffnende Anführungszeichen (abhängig von dir). Der Vorgabewert ist "&quot;".
+
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.
+
mathsize
+
Die Größe (Höhe) des Inhalts. Möglich sind diese Angaben: +
    +
  • small: Die Schrift wird kleiner dargestellt als die aktuelle Schrifthöhe.
  • +
  • normal: Dies entspricht 100% des aktuellen Schriftgrades = 1em.
  • +
  • big: Die Schrift wird größer dargestellt als die aktuelle Schrifthöhe.
  • +
  • Eine Längenangabe (siehe length).
  • +
  • Ein einheitenloser Wert der als Faktor auf die aktuelle Schrifthöhe interpretiert wird.
  • +
+
+
 
+
mathvariant
+
Dieses Attribut bezeichnet die logische Klasse des Operators. Mit der logischen Klasse ist in der Regel eine bestimmte Typographie verbunden, in erster Linie ist dies aber aber eine semantische Einteilung. Abschnitte der gleichen Klasse werden gleichermaßen behandelt, was einen bestimmten Stil zur Folgen haben kann aber nicht muss. Die folgenden Werte sind erlaubt: +
    +
  • normal (Standardwert für mehr als ein Zeichen) ; Example
  • +
  • bold ; Example
  • +
  • italic (Standardwert für ein einzelnes Zeichen) ; Example
  • +
  • bold-italic ; Example
  • +
+ +
    +
  • double-struck ; Example
  • +
  • bold-fraktur ; Example
  • +
  • script ; Example
  • +
  • bold-script ; Example
  • +
  • fraktur ; Example
  • +
+ +
    +
  • sans-serif ; Example
  • +
  • bold-sans-serif ; Example
  • +
  • sans-serif-italic ; Example
  • +
  • sans-serif-bold-italic ; Example
  • +
  • monospace ; Example
  • +
+ Die folgenden vier Werte betreffen nur arabische Schriften: + +
    +
  • initial ; مثال
  • +
  • tailed ; مثال
  • +
  • looped ; مثال
  • +
  • stretched ; مثال
  • +
+
+
rquote
+
Das schließende Anführungszeichen (abhängig von dir). Der Vorgabewert ist "&quot;".
+
+ +

Beispiel

+ +
<math>
+
+  <ms lquote="„" rquote="“"> abc </ms>
+
+</math>
+
+ +

Spezifikationen

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

Browserkompatibilität

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
dir{{CompatNo}}{{ CompatGeckoDesktop("12.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
href{{CompatNo}}{{ CompatGeckoDesktop("7.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
mathsize{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
mathvariant{{CompatNo}}{{ CompatGeckoDesktop("28.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.9.2") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
dir{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("12.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
href{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("7.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
mathsize{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.9.2") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
mathvariant{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("28.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +

Hinweise zu Gecko

+ +
    +
  • Seit Gecko 20.0 {{geckoRelease("20.0")}} sind einheitenlose Wertangaben für  mathsize erlaubt.
  • +
  • Einige mathvariant sind erst seit Gecko 28.0 (Firefox 28.0 / Thunderbird 28.0 / SeaMonkey 2.25) umgesetzt und erfordern passende Schriftarten für MathML.
  • +
+ +

 

diff --git a/files/de/web/mathml/element/mspace/index.html b/files/de/web/mathml/element/mspace/index.html new file mode 100644 index 0000000000..a3a2b0f195 --- /dev/null +++ b/files/de/web/mathml/element/mspace/index.html @@ -0,0 +1,167 @@ +--- +title: +slug: Web/MathML/Element/mspace +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/mspace +--- +
{{MathMLRef}}
+ +

Das MathML-Element <mspace> erzeugt einen Weißraum, dessen Größe durch Attribute bestimmt wird.

+ +

Attribute

+ +
+
class, id, style
+
Zur Einbindung von CSS-Stylesheets und zur direkten Anwendung von CSS-Angaben.
+
depth
+
Die Ausdehnung des Leerraums unterhalb der Grundlinie. Mögliche Angaben: siehe Längenangaben.
+
height
+
Die Ausdehnung des Leerraums oberhalb der Grundlinie. Mögliche Angaben: siehe Längenangaben.
+
linebreak
+
Gibt an, wie wünschenswert ein Zeilenumbruch an dieser Stelle ist. Mögliche Werte sind: auto (Vorgabewert), newline, nobreak, goodbreak, badbreak.
+ Seit MathML 3 soll der Zeilenumbruch bevorzugt mit dem {{ MathMLElement("mo") }}-Element gesteuert werden.
+
mathbackground
+
Die Hintergrundfarbe. Folgende Notationen sind erlaubt: #rgb, #rrggbb und HTML-Farbnamen.
+
width
+
Die Breite des Leerraums. Mögliche Angaben: siehe Längenangaben.
+
+ +

Beachte, dass die Attribute mathcolor, mathvariant und dir keine Auswirkung auf <mspace> haben.

+ +

Beispiele

+ +
<math>
+
+  <mspace depth="40px" height="20px" />
+
+  <mspace width="100px" />
+
+</math>
+
+ +

Spezifikationen

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

Browserkompatibilität

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
linebreak{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
depth, height, width{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.9.2") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
linebreak{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
depth, height, width{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.9.2") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +

Hinweise zu Gecko

+ +
    +
  • Attribute zur Kontrolle des Einzugs Indentation attributes werden noch nicht unterstützt (für Gecko siehe {{ bug("534962") }}).
  • +
  • width kann seit Gecko 23.0 {{geckoRelease("23.0")}} negative Werte haben.
  • +
+ +

Siehe auch

+ +
    +
  • {{ MathMLElement("mpadded") }}
  • +
  • {{ MathMLElement("mphantom") }}
  • +
diff --git a/files/de/web/mathml/element/msqrt/index.html b/files/de/web/mathml/element/msqrt/index.html new file mode 100644 index 0000000000..592f33cd4a --- /dev/null +++ b/files/de/web/mathml/element/msqrt/index.html @@ -0,0 +1,173 @@ +--- +title: +slug: Web/MathML/Element/msqrt +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/msqrt +--- +
{{MathMLRef}}
+ +

Das Element <msqrt> wird in MathML eingesetzt, um eine (Quadrat-)Wurzel darzustellen, wobei der Exponent 2 nicht ausgeschrieben wird. Die Wurzel benötigt nur ein Argument, was zu folgender Schreibweise führt: <msqrt> Basis </msqrt>.

+ +

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 Farbe für Basis und Wurzelzeichen. Folgende Notationen sind erlaubt: #rgb, #rrggbb und HTML-Farbnamen.
+
+ +

Beispiele

+ +

Beispiel: root-x

+ +

Darstellung in Deinem Browser: x

+ +
<math>
+
+  <msqrt>
+    <mi>x</mi>
+  </msqrt>
+
+</math>
+
+ +

Spezifikationen

+ + + + + + + + + + + + + + + + + + + + + +
StandardStatusBemerkung
{{ SpecName('MathML3', 'chapter3.html#presm.msqrt', 'msqrt') }}{{ Spec2('MathML3') }}Current specification
{{ SpecName('MathML2', 'chapter3.html#presm.msqrt', 'msqrt') }}{{ 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
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
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}}
+
+ +

Siehe auch

+ +
    +
  • {{ MathMLElement("mroot") }} (Wurzel, mit beliebigem Exponent)
  • +
diff --git a/files/de/web/mathml/element/mstyle/index.html b/files/de/web/mathml/element/mstyle/index.html new file mode 100644 index 0000000000..19e41a29f3 --- /dev/null +++ b/files/de/web/mathml/element/mstyle/index.html @@ -0,0 +1,124 @@ +--- +title: +slug: Web/MathML/Element/mstyle +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/mstyle +--- +
{{MathMLRef}}
+ +

Das Element <mstyle> wird in MathML eingesetzt, um die Darstellung seiner Kind-Elemente zu verändern. Es akzeptiert alle Attribute der MathML-Darstellungselemente (mit wenigen Ausnahmen) und die zusätzlichen Attribute, die unten aufgelistet sind:

+ +

Attribute

+ +
+
dir
+
Allgemeine Schreibrichtung für die Formeln. Mögliche Werte sind ltr (left to right, von links nach rechts) und rtl (right to left, von rechts nach links).
+
decimalpoint
+
Benennt das Zeichen für die Ausrichtung innerhalb von {{ MathMLElement("mstack") }}- und {{ MathMLElement("mtable") }}-Spalten, für den Fall, dass diese am decimalpoint ausgerichtet werden.
+
displaystyle
+
Ein Boolescher Wert für den Darstellungsstil einer Gleichung. Bei true wird zusätzlicher vertikaler Zwischenraum eingefügt; bei false wird die Formel dagegen kompakter dargestellt. Der hauptsächliche Effekt besteht darin, dass größere Versionen der Operatoren angezeigt werden, falls displaystyle auf true gesetzt ist. Siehe auch largeop and movablelimits bei {{ MathMLElement("mo") }}.
+
infixlinebreakstyle
+
Gibt an, welcher linebreakstyle auf infix-Operatoren angewandt wird. Erlaubt sind die Werte before, after und duplicate.
+
scriptlevel
+
Steuert im wesentlichen die Schriftgröße. Je größer der scriptlevel, umso kleiner die Schriftgröße. Dieses Attribute akzeptiert nichtnegative, ganze Zahlen und die Zeichen "+" und "-", was den aktuellen Wert jeweils um eine Stufe erhöht oder verringert. scriptlevel kann die Schriftgröße nicht unter die mit  {{anch("scriptminsize")}} angegebene minimale Schriftgröße setzen. Das verhindert unleserlich kleine Schriftgrößen. Siehe auch {{anch("scriptsizemultiplier")}}.
+
scriptminsize
+
Gibt die minimale Schriftgröße an, die nach Änderungen mit {{anch("scriptlevel")}} dargestellt wird. Der Vorgabewert ist 8pt.
+
scriptsizemultiplier
+
Gibt den Faktor an, um den die Schriftgröße mit {{anch("scriptlevel")}} vergrößert oder verkleinert wird. Der Standardwert ist 0.71, d.h. mit zwei Stufen wird die Schriftgröße verdoppelt bzw. halbiert.
+
+ +

Das <mstyle>-Element akzeptiert alle Attribute aller Darstellungselemente mit diesen Ausnahmen:

+ +
    +
  • height, depth und width lassen sich nicht auf {{ MathMLELement("mglyph") }}, {{ MathMLELement("mpadded") }} und {{ MathMLELement("mtable") }} anwenden.
  • +
  • rowalign, columnalign, und groupalign lassen sich nicht auf {{ MathMLELement("mtr") }}, {{ MathMLELement("mlabeledtr") }}, {{ MathMLELement("mtd") }} und {{ MathMLELement("maligngroup") }} anwenden.
  • +
  • lspace und voffset lassen sich nicht auf {{ MathMLELement("mpadded") }} anwenden.
  • +
  • fontfamily wirkt nicht auf {{ MathMLELement("mglyph") }}.
  • +
  • align lässt sich nicht auf {{ MathMLELement("mtable") }} und {{ MathMLELement("mstack") }} anwenden.
  • +
  • index kann nicht in <mstyle> gesetzt werden.
  • +
  • src und alt auf das {{ MathMLElement("mglyph" ) }}-Element können nicht in <mstyle> gesetzt werden.
  • +
  • actiontype auf das {{ MathMLElement("maction") }} kann nicht in <mstyle> gesetzt werden.
  • +
+ +

Beispiele

+ +

displaystyle und mathcolor werden eingesetzt, um die Darstellung der gesamten Summe zu beeinflussen.

+ +
<math>
+
+  <mstyle displaystyle="true" mathcolor="teal">
+    <mrow>
+
+      <munderover>
+        <mo stretchy="true" form="prefix">&sum;</mo>
+        <mrow>
+          <mi>i</mi>
+          <mo form="infix">=</mo>
+          <mn>1</mn>
+        </mrow>
+        <mi>n</mi>
+      </munderover>
+
+      <mstyle displaystyle="true">
+        <mfrac>
+          <mn>1</mn>
+          <mi>n</mi>
+        </mfrac>
+      </mstyle>
+
+    </mrow>
+  </mstyle>
+
+</math>
+
+ +

Spezifikationen

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

Browserkompatibilität

+ + + +

{{Compat("mathml.elements.mstyle")}}

+ +

Hinweise zu Gecko

+ +
    +
  • Vor Gecko 6.0 {{ geckoRelease("6.0") }} war <mstyle> nur unvollständig umgesetzt (siehe Bugzilla). Im einzelnen waren die folgenden Attribute wirkungslos, wenn sie auf <mstyle> angewandt wurden: + +
      +
    • bevelled, angewandt auf {{ MathMLElement("mfrac") }}
    • +
    • notation, angewandt auf {{ MathMLElement("menclose") }}
    • +
    • open, close und separators, angewandt auf {{ MathMLElement("mfenced") }}
    • +
    • accent und accentunder, angewandt auf {{ MathMLElement("mover") }}, {{ MathMLElement("munder") }} und {{ MathMLElement("munderover") }}
    • +
    • selection, angewandt auf {{ MathMLElement("maction") }}
    • +
    • mathvariant, angewant auf {{ MathMLElement("mi") }}
    • +
    +
  • +
  • Beginnend mit Gecko 20.0 {{geckoRelease("20.0")}} sind für scriptminsize Werte ohne Einheit und Prozentangaben erlaubt und werden als Vielfache von "8pt" berechnet.
  • +
  • Seit Gecko 29.0 {{geckoRelease("29.0")}} sind für <mstyle> nur noch Attribute erlaubt, die in der Praxis auch angewendet werden: id, class, style, href, mathcolor, mathbackground, scriptlevel, displaystyle, scriptsizemultiplier, scriptminsize, dir, mathsize, mathvariant, fontfamily, fontweight, fontstyle, fontsize, color, background.
  • +
diff --git a/files/de/web/mathml/element/msub/index.html b/files/de/web/mathml/element/msub/index.html new file mode 100644 index 0000000000..995ae488d4 --- /dev/null +++ b/files/de/web/mathml/element/msub/index.html @@ -0,0 +1,205 @@ +--- +title: +slug: Web/MathML/Element/msub +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/msub +--- +
{{MathMLRef}}
+ +

Das Element <msub> wird in MathML eingesetzt, um einen Ausdruck mit einem Index (einer tiefergestellten Zahl) zu versehen.

+ +

Syntax

+ +
<msub>base subscript</msub>
+ +

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.
+
+ +

Beispiele

+ +

Beispiel: x1

+ +

Darstellung in Deinem Browser: X 1

+ +
<math>
+
+  <msub>
+    <mi>X</mi>
+    <mn>1</mn>
+  </msub>
+
+</math>
+
+ +

Spezifikationen

+ + + + + + + + + + + + + + + + + + + + + +
StandardStatusBemerkung
{{ SpecName('MathML3', 'chapter3.html#presm.msub', 'msub') }}{{ Spec2('MathML3') }}Current specification
{{ SpecName('MathML2', 'chapter3.html#presm.msub', 'msub') }}{{ 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}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
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() }}
+
+ +

Hinweis zu Gecko

+ +
    +
  • Seit Gecko 26.0 (Firefox 26 / Thunderbird 26 / SeaMonkey 2.23 / Firefox OS 1.2) kann <none /> nicht mehr als Kind-Element eingesetzt werden. Die Darstellung ist jetzt an die von <msup> und <mmultiscripts> angeglichen.
  • +
+ +

Siehe auch

+ +
    +
  • {{ MathMLElement("msup") }} (Superscript)
  • +
  • {{ MathMLElement("msubsup") }} (Subscript-superscript pair)
  • +
  • {{ MathMLElement("mmultiscripts") }} (Prescripts and tensor indices)
  • +
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

+ +
    +
  • Starting with Gecko 26.0 {{geckoRelease("26")}} it is no longer possible to use <none /> as a child element. The rendering has been made more consistent with equivalent configurations of {{MathMLElement("msub")}}, {{MathMLElement("msup")}} and {{MathMLElement("mmultiscripts")}} .
  • +
+ +

Siehe auch

+ +
    +
  • {{ MathMLElement("msub") }} (Subscript)
  • +
  • {{ MathMLElement("msup") }} (Superscript)
  • +
  • {{ MathMLElement("mmultiscripts") }} (Prescripts and tensor indices)
  • +
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

+ +
    +
  • Seit Gecko 26.0 {{geckoRelease("26")}} kann <none /> nicht mehr als Kind-Element eingesetzt werden. Die Darstellung ist jetzt an die von {{MathMLElement("msub")}} und {{MathMLElement("mmultiscripts")}} angeglichen.
  • +
+ +

Siehe auch

+ +
    +
  • {{ MathMLElement("msub") }} (Subscript)
  • +
  • {{ MathMLElement("msubsup") }} (Subscript-superscript pair)
  • +
  • {{ MathMLElement("mmultiscripts") }} (Prescripts and tensor indices)
  • +
diff --git a/files/de/web/mathml/element/mtable/index.html b/files/de/web/mathml/element/mtable/index.html new file mode 100644 index 0000000000..12d94c6a8d --- /dev/null +++ b/files/de/web/mathml/element/mtable/index.html @@ -0,0 +1,542 @@ +--- +title: +slug: Web/MathML/Element/mtable +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/mtable +--- +
{{MathMLRef}}
+ +

Das <mtable>-Element wird genutzt, um in MathML Tabellen und Matrizen darzustellen und Gleichungen korrekt untereinander anzuordnen. Innerhalb von <mtable> sind nur {{ MathMLElement("mtr") }}-Elemente für die Zeilen der Tabelle und innerhalb dieser Zeilen nur {{ MathMLElement("mtd") }}-Elemente für die Zellen erlaubt. Diese Elemente ähneln {{ HTMLElement("table") }} , {{ HTMLElement("tr") }} und {{ HTMLElement("td") }} in HTML.

+ +
+

Note: <mtable> setzt das Attribut displaystyle auf false zurück. Für den Einsatz in einem inline-block könnte <mtable displaystyle="true">...</mtable> sinnvoll sein.

+
+ +

Attribute

+ +
+
align
+
Gibt die vertikale Ausrichtung der Tabelle im Bezug auf die Umgebung an.
+ Mögliche Werte sind: +
    +
  • axis (Vorgabewert): Die vertikale Mitte (das Minuszeichen) liegt auf der Höhe der Achse der Umgebung.
  • +
  • baseline: Die vertikele Mitte der Tabelle liegt auf der Höhe der Grundlinie der Umgebung.
  • +
  • bottom: Der untere Rand der Tabelle liegt auf der Höhe der Grundlinie der Umgebung.
  • +
  • center: gleichbedeutend mit baseline.
  • +
  • top: Der obere Rand der Tabelle liegt auf der Höhe der Grundlinie der Umgebung.
  • +
+ Darüberhinaus können die Werte des Attributes von align auch mit einer Zeilennummer enden, z.B. align="center 3". Dadurch wird die angegebene Tabellenzeile und nicht die Tabelle als ganzes an der Umgebung ausgerichtet. Bei Angabe einer negativen, ganzen Zahl werden die Tabellenzeilen von unten nach oben gezählt.
+
alignmentscope
+
{{ unimplemented_inline() }}
+
class, id, style
+
Zur Einbindung von CSS-Stylesheets und zur direkten Anwendung von CSS-Angaben auf einzelne Elemente.
+
columnalign
+
Gibt die horizontale Ausrichtung des Inhalts der Tabellenzellen an. Die Angabe mehrerer Werte ist erlaubt, diese werden in der angegebenen Reihenfolge auf die Spalten angewandt (z.B. columnalign="left right center"). Mögliche Werte sind left, center (default) und right.
+
columnlines
+
Gibt die Umrandung der Spalten an. Die Angabe mehrerer Werte ist erlaubt, diese werden dann der Reihe nach auf die Spalten angewandt, (z.B. columnlines="none none solid"). Mögliche Werte sind none (default), solid und dashed.
+
columnspacing
+
Gibt den Zwischenraum zwischen den Tabellenspalten an.
+
{{ unimplemented_inline() }} columnwidth
+
Gibt die Breite der Tabellenspalten an.
+
displaystyle
+
Ein Boolescher Wert für den Darstellungsstil einer Gleichung. Bei true wird zusätzlicher vertikaler Zwischenraum eingefügt; bei false wird die Formel dagegen kompakter dargestellt. Der hauptsächliche Effekt besteht darin, dass größere Versionen der Operatoren angezeigt werden, falls displaystyle auf true gesetzt ist. Siehe auch largeop and movablelimits bei <mo>.
+
{{ unimplemented_inline() }} equalcolumns
+
Ein Boolescher Wert, mit dem erzwungen werden kann, dass alle Spalten die gleiche Breite haben. Der Vorgabewert ist false.
+
{{ unimplemented_inline() }} equalrows
+
Ein Boolescher Wert, mit dem erzwungen werden kann, dass alle Zeilen die gleiche Höhe haben. Der Vorgabewert ist false.
+
frame
+
Dieses Attribut bestimmt die Umrandung der Tabelle als ganzes. Mögliche Werte sind none (default), solid und dashed.
+
framespacing
+
Dieses Attribut gibt an, welcher zusätzliche Abstand zwischen der Tabelle und ihrer Umrandung (frame) eingefügt wird. Diese Angabe wirkt nur, sofern frame nicht none ist. Der erste Wert betrifft den linken und rechten Abstand, der zweite den Abstand nach oben und unten. Vorgabewerte sind .4em .5ex.
+
groupalign
+
{{ unimplemented_inline() }}
+
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.
+
{{ unimplemented_inline() }} minlabelspacing
+
Eine Längenangabe für den Mindestabstand zwischen label und der angrenzenden Zelle.
+
rowalign
+
Gibt die vertikale Ausrichtung des Inhalts der Tabellenzellen an. Die Angabe mehrerer Werte ist erlaubt, diese werden dann in der angegebenen Reihenfolge auf die Zeilen angewandt, (z.B. rowalign="top bottom axis"). Mögliche Werte sind axis, baseline (default), bottom, center und top.
+
rowlines
+
Legt die Umrandung der Tabellenzeilen fest. Die Angabe mehrerer Werte ist erlaubt, diese werden dann der Reihe nach auf die Zeilen angewandt, (z.B. rowlines="none none solid"). Mögliche Werte sind none (default), solid und dashed.
+
{{ unimplemented_inline() }} rowspacing
+
Gibt den Zwischenraum zwischen den Zeilen der Tabelle an.
+
{{ unimplemented_inline() }} side
+
Specifies the position where {{ MathMLElement("mlabeledtr") }} label elements should be placed. Possible values are: left, right (default), leftoverlap and rightoverlap.
+
width
+
Legt die Breite der Tabelle fest. Siehe Maßangaben für mögliche Werte.
+
+ +

Beispiele

+ +

Vertikale Ausrichtung mit Zeilennummer

+ +

+ +
<math>
+
+    <mi>X</mi>
+    <mo>=</mo>
+    <mtable frame="solid" rowlines="solid" align="axis 3">
+        <mtr>
+             <mtd><mi>A</mi></mtd>
+             <mtd><mi>B</mi></mtd>
+        </mtr>
+        <mtr>
+             <mtd><mi>C</mi></mtd>
+             <mtd><mi>D</mi></mtd>
+        </mtr>
+        <mtr>
+             <mtd><mi>E</mi></mtd>
+             <mtd><mi>F</mi></mtd>
+        </mtr>
+    </mtable>
+
+</math>
+
+ +

Spezifikationen

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

Browserkompatibilität

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{ CompatNo() }}{{CompatNo}}5.1
align{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{ CompatNo() }}{{CompatNo}}{{ CompatNo() }}
alignmentscope{{CompatNo}}{{CompatNo}}{{ CompatNo() }}{{CompatNo}}{{ CompatNo() }}
columnalign{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{ CompatNo() }}{{CompatNo}}5.1
columnlines{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{ CompatNo() }}{{CompatNo}}5.1
columnspacing{{CompatNo}}{{ CompatGeckoDesktop("33.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
columnwidth{{CompatNo}}{{CompatNo}}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
displaystyle{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
equalcolumns{{CompatNo}}{{CompatNo}}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
equalrows{{CompatNo}}{{CompatNo}}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
frame{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{ CompatNo() }}{{CompatNo}}5.1
framespacing{{CompatNo}}{{ CompatGeckoDesktop("33.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
groupalign{{CompatNo}}{{CompatNo}}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
href{{CompatNo}}{{ CompatGeckoDesktop("7.0") }}{{ CompatNo() }}{{ CompatNo() }}{{CompatNo}}
mathbackground{{CompatNo}}{{ CompatGeckoDesktop("2.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
mathcolor{{CompatNo}}{{ CompatGeckoDesktop("2.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
minlabelspacing{{CompatNo}}{{CompatNo}}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
rowalign{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{ CompatNo() }}{{CompatNo}}5.1
rowlines{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{ CompatNo() }}{{CompatNo}}5.1
rowspacing{{CompatNo}}{{ CompatGeckoDesktop("33.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
side{{CompatNo}}{{CompatNo}}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
width{{CompatNo}}{{ CompatGeckoDesktop("13.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("1.9.2") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
align{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("1.9.2") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
alignmentscope{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
columnalign{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("1.9.2") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
columnlines{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("1.9.2") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
columnspacing{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("33.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
columnwidth{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
displaystyle{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("1.9.2") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
equalcolumns{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
equalrows{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
frame{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("1.9.2") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
framespacing{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("33.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
groupalign{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ 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() }}
minlabelspacing{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
rowalign{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("1.9.2") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
rowlines{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("1.9.2") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
rowspacing{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("33.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
side{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
width{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("13.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
+
+ +

Siehe auch

+ +
    +
  • {{ MathMLElement("mtd") }} (Table cell)
  • +
  • {{ MathMLElement("mtr") }} (Table row)
  • +
diff --git a/files/de/web/mathml/element/mtd/index.html b/files/de/web/mathml/element/mtd/index.html new file mode 100644 index 0000000000..50d1373a36 --- /dev/null +++ b/files/de/web/mathml/element/mtd/index.html @@ -0,0 +1,188 @@ +--- +title: +slug: Web/MathML/Element/mtd +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/mtd +--- +
{{MathMLRef}}
+ +

Das <mtd>-Element erzeugt eine Zelle in einer Tabelle oder Matrix. Es ist innerhalb von {{ MathMLElement("mtr") }} erlaubt. <mtd> ähnelt dem {{ HTMLElement("td") }}-Element in HTML.

+ +

Attribute

+ +
+
class, id, style
+
Zur Einbindung von CSS-Stylesheets und zur direkten Anwendung von CSS-Angaben auf einzelne Elemente.
+
columnalign
+
Gibt die horizontale Ausrichtung des Inhalts der Tabellenzellen an. Dieses Attribut für die Zeile <mtr> überschreibt entsprechende Angaben für columnalign für das Elternelement <mtr> und dessen Elternelement <mtable>. Die Angabe mehrerer Werte ist erlaubt, diese werden in der angegebenen Reihenfolge auf die Spalten angewandt (z.B. columnalign="left right center"). Mögliche Werte sind left, center und right.
+
columnspan
+
Eine nichtnegative Zahl gibt hier an, über wieviele Spalten sich diese Zelle erstreckt.
+
groupalign
+
{{ unimplemented_inline() }}
+
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.
+
rowalign
+
Gibt die vertikale Ausrichtung des Inhalts der Tabellenzellen an. Dieses Attribut für die Zeile <mtr> überschreibt entsprechende Angaben für rowalign für das Elternelement <mtr> und dessen Elternelement <mtable>. Die Angabe mehrerer Werte ist erlaubt, diese werden dann in der angegebenen Reihenfolge auf die Zeilen angewandt, (z.B. rowalign="top bottom axis"). Mögliche Werte sind axis, baseline, bottom, center und top.
+
rowspan
+
Eine nichtnegative Zahl gibt hier an, über wieviele Zeilen sich diese Zelle erstreckt.
+
+ +

Spezifikationen

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

Browserkompatibilität

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}9.55.1
columnalign and
+ rowalign
{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}9.55.1
groupalign{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
href{{CompatNo}}{{ CompatGeckoDesktop("7.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
rowspan and columnspan{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}{{CompatVersionUnknown}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("1.9.2") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
columnalign and
+ rowalign
{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("1.9.2") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
groupalign{{ CompatNo() }}{{ CompatNo() }}{{CompatNo}}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
href{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("7.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
rowspan and columnspan{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("1.9.2") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
+
+ +

Siehe auch

+ +
    +
  • {{ MathMLElement("mtable") }}
  • +
  • {{ MathMLElement("mtr") }}
  • +
diff --git a/files/de/web/mathml/element/mtext/index.html b/files/de/web/mathml/element/mtext/index.html new file mode 100644 index 0000000000..7c4c326532 --- /dev/null +++ b/files/de/web/mathml/element/mtext/index.html @@ -0,0 +1,233 @@ +--- +title: +slug: Web/MathML/Element/mtext +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/mtext +--- +
{{MathMLRef}}
+ +

In MathML wird das <mtext>-Element eingesetzt, um Textanmerkungen zu setzen, die zusätzliche oder erläuternde Informationen zum mathematischen Ausdruck beinhalten.
+ Um Text als Bestandteil der Formel darzustellen, werden alternativ die Elemente {{ MathMLElement("mi") }} und {{ MathMLElement("mo") }} genutzt.

+ +

Attribute

+ +
+
class, id, style
+
Zur Einbindung von CSS-Stylesheets und zur direkten Anwendung von CSS-Angaben.
+
dir
+
Allgemeine Schreibrichtung für die Formeln. Mögliche Werte sind ltr (left to right, von links nach rechts) und rtl (right to left, von rechts nach links).
+
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.
+
mathsize
+
Die Größe (Höhe) des Inhalts. Möglich sind diese Angaben: +
    +
  • small: Die Schrift wird kleiner dargestellt als die aktuelle Schrifthöhe.
  • +
  • normal: Dies entspricht 100% des aktuellen Schriftgrades = 1em.
  • +
  • big: Die Schrift wird größer dargestellt als die aktuelle Schrifthöhe.
  • +
  • Eine Längenangabe (siehe length).
  • +
  • Ein einheitenloser Wert der als Faktor auf die aktuelle Schrifthöhe interpretiert wird.
  • +
+
+
mathvariant
+
Dieses Attribut bezeichnet die logische Klasse des Operators. Mit der logischen Klasse ist in der Regel eine bestimmte Typographie verbunden, in erster Linie ist dies aber aber eine semantische Einteilung. Abschnitte der gleichen Klasse werden gleichermaßen behandelt, was einen bestimmten Stil zur Folgen haben kann aber nicht muss. Die folgenden Werte sind erlaubt: +
    +
  • normal (Standardwert für mehr als ein Zeichen) ; Example
  • +
  • bold ; Example
  • +
  • italic (Standardwert für ein einzelnes Zeichen) ; Example
  • +
  • bold-italic ; Example
  • +
+ +
    +
  • double-struck ; Example
  • +
  • bold-fraktur ; Example
  • +
  • script ; Example
  • +
  • bold-script ; Example
  • +
  • fraktur ; Example
  • +
+ +
    +
  • sans-serif ; Example
  • +
  • bold-sans-serif ; Example
  • +
  • sans-serif-italic ; Example
  • +
  • sans-serif-bold-italic ; Example
  • +
  • monospace ; Example
  • +
+ Die folgenden vier Werte betreffen nur arabische Schriften: + +
    +
  • initial ; مثال
  • +
  • tailed ; مثال
  • +
  • looped ; مثال
  • +
  • stretched ; مثال
  • +
+
+
+ +

Beispiele

+ +
<math>
+
+  <mtext> Theorem of Pythagoras </mtext>
+
+  <mtext> /* comment here */ </mtext>
+
+</math>
+
+ +

Spezifikationen

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

Browserkompatibilität

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}5.1
dir{{CompatNo}}{{ CompatGeckoDesktop("12.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
href{{CompatNo}}{{ CompatGeckoDesktop("7.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
mathsize{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}5.1
mathvariant{{CompatNo}}{{ CompatGeckoDesktop("28.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("1.9.2") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
dir{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("12.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
href{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("7.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
mathsize{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("1.9.2") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
mathvariant{{ CompatNo() }}{{ CompatNo() }}{{ CompatGeckoMobile("28.0") }}{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
+
+ +

Hinweise zu Gecko

+ +
    +
  • Seit Gecko 20.0 {{geckoRelease("20.0")}} sind einheitenlose Wertangaben für  mathsize erlaubt.
  • +
  • Einige mathvariant sind erst seit Gecko 28.0 (Firefox 28.0 / Thunderbird 28.0 / SeaMonkey 2.25) umgesetzt und erfordern passende Schriftarten für MathML.
  • +
diff --git a/files/de/web/mathml/element/mtr/index.html b/files/de/web/mathml/element/mtr/index.html new file mode 100644 index 0000000000..f11a8b23ce --- /dev/null +++ b/files/de/web/mathml/element/mtr/index.html @@ -0,0 +1,167 @@ +--- +title: +slug: Web/MathML/Element/mtr +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/mtr +--- +
{{MathMLRef}}
+ +

Das <mtr>-Element erzeugt eine Zeile in einer Tabelle oder Matrix. Es ist innerhalb von {{ MathMLElement("mtable") }} erlaubt. <mtr> ähnelt dem {{ HTMLElement("tr") }}-Element in HTML.

+ +

Attribute

+ +
+
class, id, style
+
Zur Einbindung von CSS-Stylesheets und zur direkten Anwendung von CSS-Angaben auf einzelne Elemente.
+
columnalign
+
Gibt die horizontale Ausrichtung des Inhalts der Tabellenzellen an. Dieses Attribut für die Zeile <mtr> überschreibt entsprechende Angaben für columnalign für das Elternelement <mtable>. Die Angabe mehrerer Werte ist erlaubt, diese werden in der angegebenen Reihenfolge auf die Spalten angewandt (z.B. columnalign="left right center"). Mögliche Werte sind left, center und right.
+
groupalign
+
{{ unimplemented_inline() }}
+
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.
+
rowalign
+
Gibt die vertikale Ausrichtung des Inhalts der Tabellenzellen an. Dieses Attribut für die Zeile <mtr> überschreibt entsprechende Angaben für rowalign für das Elternelement <mtable>. Die Angabe mehrerer Werte ist erlaubt, diese werden dann in der angegebenen Reihenfolge auf die Zeilen angewandt, (z.B. rowalign="top bottom axis"). Mögliche Werte sind axis, baseline, bottom, center und top.
+
+ +

Spezifikationen

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

Browserkompatibilität

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}5.1
columnalign and
+ rowalign
{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}5.1
groupalign{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
href{{CompatNo}}{{ CompatGeckoDesktop("7.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalAndroidChrome for AndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Basic support{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.9.2") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
columnalign and
+ rowalign
{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("1.9.2") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
groupalign{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
href{{CompatNo}}{{CompatNo}}{{ CompatGeckoMobile("7.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
+
+ +

Siehe auch

+ +
    +
  • {{ MathMLElement("mtable") }}
  • +
  • {{ MathMLElement("mtd") }}
  • +
diff --git a/files/de/web/mathml/element/munder/index.html b/files/de/web/mathml/element/munder/index.html new file mode 100644 index 0000000000..105e883063 --- /dev/null +++ b/files/de/web/mathml/element/munder/index.html @@ -0,0 +1,224 @@ +--- +title: +slug: Web/MathML/Element/munder +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/munder +--- +
{{MathMLRef}}
+ +

Das Element <munder> wird in MathML für Akzente und die Angabe von Grenzwerten unterhalb von Ausdrücken eingesetzt.

+ +

Syntax

+ +
<munder>base underscript</munder>
+ +

Attribute

+ +
+
accentunder
+
Wenn true, dann wird das underscript als Akzent und damit etwas näher am Ausdruck dargestellt.
+ Wenn false (Vorgabewert), dann wird das underscript als Grenzwert unter dem Ausdruck dargestellt.
+
align
+
Die Ausrichtung des underscript. Mögliche Werte sind: left, center, und right.
+
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.
+
+ +

Beispiele

+ +

Beispiel: x+y+z

+ +

Darstellung in Deinem Browser: 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>
+
+ +

Spezifikationen

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

Browserkompatibilität

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{ CompatNo() }}{{CompatNo}}5.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}}
mathbackground{{CompatNo}}{{ CompatGeckoDesktop("2.0") }}{{ CompatNo() }}{{CompatNo}}5.1
mathcolor{{CompatNo}}{{ CompatGeckoDesktop("2.0") }}{{ CompatNo() }}{{CompatNo}}5.1
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalAndroidChrome 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() }}
+
+ +

Siehe auch

+ +
    +
  • {{ MathMLElement("mover") }} (Overscript)
  • +
  • {{ MathMLElement("munderover") }} (Underscript-overscript pair)
  • +
diff --git a/files/de/web/mathml/element/munderover/index.html b/files/de/web/mathml/element/munderover/index.html new file mode 100644 index 0000000000..c5f66f980b --- /dev/null +++ b/files/de/web/mathml/element/munderover/index.html @@ -0,0 +1,239 @@ +--- +title: +slug: Web/MathML/Element/munderover +tags: + - MathML + - 'MathML:Element' + - Referenz +translation_of: Web/MathML/Element/munderover +--- +
{{MathMLRef}}
+ +

Das Element <munderover> wird in MathML eingesetzt, um Akzente und Grenzwerte sowohl ober- als auch unterhalb von Ausdrücken zu platzieren.

+ +

Syntax

+ +
<munderover>base underscript overscript</munderover>
+ +

Attribute

+ +
+
accentunder
+
Wenn true, dann wird das underscript als Akzent und damit etwas näher am Ausdruck dargestellt.
+ Wenn false (Vorgabewert), dann wird das underscript als Grenzwert unter dem Ausdruck dargestellt.
+
accent
+
Wenn true, dann wird das overscript als Akzent und damit etwas näher am Ausdruck dargestellt.
+ Wenn false (Vorgabewert), dann wird das overscript als Grenzwert über dem Ausdruck dargestellt.
+
align
+
Die Ausrichtung von underscript und overscript. Mögliche Werte sind: left, center, und right.
+
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.
+
+ +

Beispiele

+ +

Beispiel: integral-0-infinity

+ +

Darstellung in Deinem Browser: 0

+ +
<math displaystyle="true">
+
+  <munderover >
+    <mo> &#x222B; <!--INTEGRAL--> </mo>
+    <mn> 0 </mn>
+    <mi> &#x221E; <!--INFINITY--> </mi>
+  </munderover>
+
+</math>
+
+ +

Spezifikationen

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

Browserkompatibilität

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}5.1
accent{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
accentunder{{CompatNo}}{{ CompatGeckoDesktop("1.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
align{{CompatNo}}{{ CompatGeckoDesktop("12.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
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
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MerkmalAndroidChrome 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() }}
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() }}
+
+ +

Siehe auch

+ +
    +
  • {{ MathMLElement("munder") }} (Underscript)
  • +
  • {{ MathMLElement("mover") }} (Overscript)
  • +
-- cgit v1.2.3-54-g00ecf