Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

<mphantom>

この翻訳は不完全です。英語から この記事を翻訳 してください。

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
MathML 3.0
The definition of 'mphantom' in that specification.
勧告 Current specification
MathML 2.0
The definition of 'mphantom' in that specification.
勧告 Initial specification

ブラウザーごとの互換性

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support 未サポート 1.0 (1.7 or earlier) 未サポート 未サポート 5.1
mathbackground 未サポート 4.0 (2.0) 未サポート 未サポート 5.1
Feature Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support 未サポート 未サポート 1.0 (1.0) 未サポート 未サポート 未サポート
mathbackground 未サポート 未サポート 4.0 (2.0) 未サポート 未サポート 未サポート

See also

ドキュメントのタグと貢献者

 このページの貢献者: Fajrovulpo
 最終更新者: Fajrovulpo,