此页面由社区从英文翻译而来。了解更多并加入 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月⁩.

<mphantom> MathML 元素渲染为不可见内容,但仍保留尺寸(如高度、宽度和基线位置)。

属性

此元素接受全局 MathML 属性

示例

html
<math display="block">
  <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

浏览器兼容性

参见