Dieser Inhalt wurde automatisch aus dem Englischen übersetzt, und kann Fehler enthalten. Erfahre mehr über dieses Experiment.

View in English Always switch to English

mathcolor

Deprecated

Avoid using this feature in new projects. Only MathML Core (a subset of MathML Full) is designed to work with web technologies, such as CSS. This feature may be a candidate for removal from web standards or browsers.

Consider using the following features instead: MathML.

Das mathcolor globale Attribut legt die Farbe eines MathML-Elements fest.

Hinweis: Verwenden Sie CSS zum Stylen von MathML, wann immer möglich. Das mathcolor-Attribut sollte nur für Anwendungen verwendet werden, die CSS nicht unterstützen und wird von der CSS-Eigenschaft color überschrieben, falls diese gesetzt ist.

Beispiel

html
<math display="block">
  <msqrt mathcolor="tomato">
    <mi mathcolor="darkgreen">x</mi>
  </msqrt>
</math>

Syntax

html
<!-- Keyword values -->
<math mathcolor="currentColor">

<!-- <named-color> values -->
<math mathcolor="red">
<math mathcolor="orange">
<math mathcolor="tan">
<math mathcolor="rebeccapurple">

<!-- <hex-color> values -->
<math mathcolor="#090">
<math mathcolor="#009900">
<math mathcolor="#090a">
<math mathcolor="#009900aa">

<!-- <rgb()> values -->
<math mathcolor="rgb(34, 12, 64, 0.6)">
<math mathcolor="rgb(34 12 64 / 0.6)">
<math mathcolor="rgb(34.6 12 64 / 60%)">

<!-- <hsl()> values -->
<math mathcolor="hsl(30, 100%, 50%, 0.6)">
<math mathcolor="hsl(30 100% 50% / 0.6)">
<math mathcolor="hsl(30.2 100% 50% / 60%)">

<!-- <hwb()> values -->
<math mathcolor="hwb(90 10% 10%)">
<math mathcolor="hwb(90 10% 10% / 0.5)">
<math mathcolor="hwb(90deg 10% 10%)">
<math mathcolor="hwb(1.5708rad 60% 0%)">
<math mathcolor="hwb(.25turn 0% 40% / 50%)">

Werte

<color>

Setzt die Farbe der textlichen und dekorativen Bestandteile des Elements, einschließlich z.B. Bruchstriche oder Wurzelsymbole.

Spezifikationen

Spezifikation
MathML Core
# dfn-mathcolor
  • In MathML 3 und früheren Versionen wurde ein begrenzteres Set von Werten unterstützt. Seit MathML Core entspricht die Syntax den CSS-<color> Werten.

  • Dieses Attribut wurde für MathML-Anwendungen entwickelt, die CSS nicht unterstützen. Seit MathML Core wird stattdessen die Verwendung des entsprechenden CSS empfohlen.

Browser-Kompatibilität

Siehe auch