<mtd>

Baseline 2023 *
Newly available

Since January 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

* Some parts of this feature may have varying levels of support.

MathML の <mtd> 要素は表組み・行列のセルを表します。<mtr> 要素の中にしか現れません。この要素は HTML<td> 要素に似ています。

属性

class, id, style

Provided for use with stylesheets.

columnalign

セル内の水平方向の揃えを指定します。<mtable><mtr> で指定された値を上書きします。 取り得る値は left,centerright` です。

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> で指定された値を上書きします。 取り得る値は axisbaselinebottom,center,top です。

rowspan

セルが何行分を占めるかを非負整数で指定します。

ブラウザーの互換性

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
mtd
columnalign
Non-standard
columnspan
rowalign
Non-standard
rowspan

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support
No support
No support
Non-standard. Check cross-browser support before using.

仕様書

Specification
MathML Core
# entry-in-table-or-matrix-mtd

関連情報