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/mtr/index.html | 167 +++++++++++++++++++++++++++++ 1 file changed, 167 insertions(+) create mode 100644 files/de/web/mathml/element/mtr/index.html (limited to 'files/de/web/mathml/element/mtr/index.html') 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

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