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

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

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