--- title: slug: Web/MathML/Element/mphantom tags: - MathML - 'MathML:Element' - 'MathML:General Layout Schemata' - Referência de MathML translation_of: Web/MathML/Element/mphantom ---
{{MathMLRef}}

O elemento de MathML <mphantom> é feito invisível, mas as suas dimensões (como a altura, largura e posição base) são mantidas.

Atributos

class, id, style
Para uso com stylesheets.
mathbackground
A cor de fundo. Pode usar #rgb, #rrggbb e nomes de cores de HTML.

Exemplos

Exemplo: x+  z

Exemplo renderizado no seu navegador: x + y + z

<math>

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

</math>

Especificações

Especificação Estado Comentário
{{ SpecName('MathML3', 'chapter3.html#presm.mphantom', 'mphantom') }} {{ Spec2('MathML3') }} Especificação atual
{{ SpecName('MathML2', 'chapter3.html#presm.mphantom', 'mphantom') }} {{ Spec2('MathML2') }} Especificação inicial

Compatibilidade

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

Ver também