<mtd>
属性
- class, id, style
- Provided for use with stylesheets.
- columnalign
- セル内の水平方向の揃えを指定します。
<mtable>
や<mtr>
で指定された値を上書きします。
取り得る値はleft,
center,
right
です。 - columnspan
- セルが何列分を占めるかを非負整数で指定します。
- groupalign
- href
- Used to set a hyperlink to a specified URI.
- mathbackground
- The background color. You can use
#rgb
,#rrggbb
and HTML color names. - mathcolor
- The text color. You can use
#rgb
,#rrggbb
and HTML color names. - rowalign
- セル内の垂直方向の揃えを指定します。
<mtable>
や<mtr>
で指定された値を上書きします。
取り得る値はaxis
,baseline
,bottom,center,top
です。 - rowspan
- セルが何行分を占めるかを非負整数で指定します。
ブラウザごとの互換性
BCD tables only load in the browser
仕様
Specification | Status | Comment |
---|---|---|
MathML 3.0 mtd の定義 |
勧告 | Current specification |
MathML 2.0 mtd の定義 |
勧告 | Initial specification |