--- 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:
Wert Beispiel Darstellung in Deinem Browser Beschreibung
longdiv (default) longdiv a2 + b2 langer Bruchstrich
actuarial actuarial a2 + b2 actuarial symbol
radical radical a2 + b2 Quadratwurzel
box box a2 + b2 Rechteckige Umrandung
roundedbox roundedbox a2 + b2 Abgerundete, rechteckige Umrandung
circle circle a2 + b2 Kreisähnliche Umrandung
left left a2 + b2 Senkrechte Linie links
right right a2 + b2 Senkrechte Linie rechts
top top a2 + b2 Waagerechte Linie oberhalb
bottom bottom a2 + b2 Waagerechte Linie unterhalb
updiagonalstrike updiagonalstrike a2 + b2 Von links unten nach rechts oben durchgestrichen
downdiagonalstrike downdiagonalstrike a2 + b2 Von oben links nach unten rechts durchgestrichen
verticalstrike verticalstrike a2 + b2 Von oben nach unten durchgestrichen
horizontalstrike horizontalstrike a2 + b2 Waagerecht durchgestrichen
madruwb madruwb a2 + b2 Arabic factorial symbol
updiagonalarrow a2 + b2 Pfeil diagonal von links unten nach rechts oben
phasorangle Screenshot 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

Standard Status Bemerkung
{{ 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}}

Merkmal Chrome Firefox (Gecko) Internet Explorer Opera Safari
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}}
Merkmal Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari 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