このページはコミュニティーの尽力で英語から翻訳されました。MDN Web Docs コミュニティーについてもっと知り、仲間になるにはこちらから。

View in English Always switch to English

<mphantom>

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨2023年1月⁩.

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

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

仕様書

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

ブラウザーごとの互換性

関連情報