<mphantom>

Baseline 2023

Newly available

Since January 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

Das <mphantom> MathML-Element wird unsichtbar gerendert, aber die Dimensionen (wie Höhe, Breite und Basislinienposition) bleiben erhalten.

Attribute

Dieses Element akzeptiert die globalen MathML-Attribute.

Beispiele

html
<math display="block">
  <mrow>
    <mi>x</mi>
    <mo>+</mo>
    <mphantom>
      <mi>y</mi>
      <mo>+</mo>
    </mphantom>
    <mi>z</mi>
  </mrow>
</math>

Technische Zusammenfassung

Spezifikationen

Specification
MathML Core
# making-sub-expressions-invisible-mphantom

Browser-Kompatibilität

BCD tables only load in the browser

Siehe auch