--- title: slug: Web/MathML/Element/mphantom translation_of: Web/MathML/Element/mphantom ---
{{MathMLRef}}

MathML の <mphantom> 要素は、表示上は不可視だが一定の広がり(高さ、幅、ベースライン位置)を維持した要素です。

属性

class, id, style
Provided for use with stylesheets.
mathbackground
背景色。#rgb, #rrggbb および HTML color names を用いることができる。

Sample rendering: x+  z

Rendering in your browser: x + y + z

<math>

<mrow>
  <mi> x </mi>
  <mo> + </mo>
  <mphantom>
    <mi> y </mi>
    <mo> + </mo>
  </mphantom>
  <mi> z </mi>
</mrow>

</math>

仕様

Specification Status Comment
{{ SpecName('MathML3', 'chapter3.html#presm.mphantom', 'mphantom') }} {{ Spec2('MathML3') }} Current specification
{{ SpecName('MathML2', 'chapter3.html#presm.mphantom', 'mphantom') }} {{ Spec2('MathML2') }} Initial specification

ブラウザーごとの互換性

{{Compat("mathml.elements.mphantom")}}

See also