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.

<mtable>

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

MathML の <mtable> 要素は表や行列を作るのに使えます。<mtable> の中には <mtr><mtd> のみが書けます。これらの要素の関係は,HTML<table><tr><td> の関係に似ています。

属性

align
Specifies the vertical alignment of the table with respect to its environment.
Possible values are:
  • axis (default): The vertical center of the table aligns on the environment's axis (typically the minus sign).
  • baseline: The vertical center of the table aligns on the environment's baseline.
  • bottom: The bottom of the table aligns on the environments baseline.
  • center: See baseline.
  • top: The top of the table aligns on the environments baseline.
In addition, values of the align attribute can end with a rownumber (e.g. align="center 3"). This allows you to align the specified row of the table rather than the whole table. A negative Integer value counts rows from the bottom of the table. Starting with Gecko 8.0 (Firefox 8.0 / Thunderbird 8.0 / SeaMonkey 2.5) the interpretation of negative values has been corrected (バグ 601436). In Gecko 17.0 (Firefox 17.0 / Thunderbird 17.0 / SeaMonkey 2.14) the parsing has been updated to treat whitespace correctly.
alignmentscope
class, id, style
Provided for use with stylesheets.
columnalign
セル内の水平方向の揃えを指定します。スペース区切りで複数の値を書くこともでき,その場合,対応する列に適用されます(例:columnalign="left right center")取り得る値は left,center(既定値)と right です。
columnlines
列間罫線を指定します。スペース区切りで複数の値を書くこともでき,その場合,対応する列の間に適用されます(例:columnlines="none none solid")。取り得る値は none(既定値),soliddashed です。
columnspacing
列間スペースを指定します。
columnwidth
列幅を指定します。
displaystyle
A Boolean value specifying whether more vertical space is used for displayed equations or, if set to false, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle is set to true.
equalcolumns
全列の幅(訳注:原文は total height とあるが total width の誤りだろう)を強制的に同じにするか否かを示す真偽値。既定値は false
equalrows
全行の高さを強制的に同じにするか否かを示す真偽値。既定値は  false。
frame
Specifies borders of the entire table. Possible values are: none (default), solid and dashed.
framespacing
Specifies additional space added between the table and frame.
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.
minlabelspacing
A length value specifing the minimum space between a label and the adjacent cell in the row.
rowalign
セルの垂直方向の揃えを指定します。スペース区切りで複数の値を書くこともでき,その場合,対応する行に適用されます(例:rowalign="top bottom axis")。取り得る値は axis,baseline(既定値),bottom,centertop です。
rowlines
行間罫線を指定します。スペース区切りで複数の値を書くこともでき,その場合,対応する列の間に適用されます。(例:rowlines="none none solid")。取り得る値は none(既定値),soliddashed です。
rowspacing
行間スペースを指定します。
side
<mlabeledtr> ラベル要素を置く場所を指定します。 取り得る値は leftright(既定値),leftoverlaprightoverlap です。
width
Specifies the width of the entire table. Accepts length values.

Example 1: 揃える位置を行番号で指定する

Rendering:

<math>
    
    <mi>X</mi>
    <mo>=</mo>
    <mtable frame="solid" rowlines="solid" align="axis 3">
        <mtr>
             <mtd><mi>A</mi></mtd>
             <mtd><mi>B</mi></mtd>
        </mtr>
        <mtr>
             <mtd><mi>C</mi></mtd>
             <mtd><mi>D</mi></mtd>
        </mtr>
        <mtr>
             <mtd><mi>E</mi></mtd>
             <mtd><mi>F</mi></mtd>
        </mtr>
    </mtable>

</math>

ブラウザ毎の互換性

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support 未サポート (24 only) 1.0 (1.7 or earlier) 未サポート 未サポート 5.1
align 未サポート 1.0 (1.7 or earlier) 未サポート 未サポート 未サポート
alignmentscope 未サポート 未サポート 未サポート 未サポート 未サポート
columnalign 未サポート (24 only) 1.0 (1.7 or earlier) 未サポート 9.5 5.1
columnlines 未サポート (24 only) 1.0 (1.7 or earlier) 未サポート 9.5 5.1
columnspacing 未サポート 未サポート 未サポート 未サポート 未サポート
columnwidth 未サポート 未サポート 未サポート 未サポート 未サポート
displaystyle 未サポート 1.0 (1.7 or earlier) 未サポート 未サポート 未サポート
equalcolumns 未サポート 未サポート 未サポート 未サポート 未サポート
equalrows 未サポート 未サポート 未サポート 未サポート 未サポート
frame 未サポート (24 only) 1.0 (1.7 or earlier) 未サポート 9.5 5.1
framespacing 未サポート 未サポート 未サポート 未サポート 未サポート
groupalign 未サポート 未サポート バグ 122253 未サポート 未サポート 未サポート
href 未サポート 7.0 (7.0) 未サポート 未サポート 未サポート
WebKit bug 85733
mathbackground 未サポート 4.0 (2.0) 未サポート 未サポート 未サポート
mathcolor 未サポート 4.0 (2.0) 未サポート 未サポート 未サポート
minlabelspacing 未サポート 未サポート 未サポート 未サポート 未サポート
rowalign 未サポート (24 only) 1.0 (1.7 or earlier) 未サポート 9.5 5.1
rowlines 未サポート (24 only) 1.0 (1.7 or earlier) 未サポート 9.5 5.1
rowspacing 未サポート 未サポート バグ 330964 未サポート 未サポート 未サポート
side 未サポート 未サポート 未サポート 未サポート 未サポート
width 未サポート 13.0 (13.0) 未サポート 未サポート 未サポート
Feature Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support 未サポート 未サポート 1.0 (1.9.2) 未サポート 未サポート 未サポート
align 未サポート 未サポート 1.0 (1.9.2) 未サポート 未サポート 未サポート
alignmentscope 未サポート 未サポート 未サポート 未サポート 未サポート 未サポート
columnalign 未サポート 未サポート 1.0 (1.9.2) 未サポート 未サポート 未サポート
columnlines 未サポート 未サポート 1.0 (1.9.2) 未サポート 未サポート 未サポート
columnspacing 未サポート 未サポート 未サポート 未サポート 未サポート 未サポート
columnwidth 未サポート 未サポート 未サポート 未サポート 未サポート 未サポート
displaystyle 未サポート 未サポート 1.0 (1.9.2) 未サポート 未サポート 未サポート
equalcolumns 未サポート 未サポート 未サポート 未サポート 未サポート 未サポート
equalrows 未サポート 未サポート 未サポート 未サポート 未サポート 未サポート
frame 未サポート 未サポート 1.0 (1.9.2) 未サポート 未サポート 未サポート
framespacing 未サポート 未サポート 未サポート 未サポート 未サポート 未サポート
groupalign 未サポート 未サポート 未サポート 未サポート 未サポート 未サポート
href 未サポート 未サポート 7.0 (7.0) 未サポート 未サポート 未サポート
mathbackground 未サポート 未サポート 4.0 (2.0) 未サポート 未サポート 未サポート
mathcolor 未サポート 未サポート 4.0 (2.0) 未サポート 未サポート 未サポート
minlabelspacing 未サポート 未サポート 未サポート 未サポート 未サポート 未サポート
rowalign 未サポート 未サポート 1.0 (1.9.2) 未サポート 未サポート 未サポート
rowlines 未サポート 未サポート 1.0 (1.9.2) 未サポート 未サポート 未サポート
rowspacing 未サポート 未サポート 未サポート 未サポート 未サポート 未サポート
side 未サポート 未サポート 未サポート 未サポート 未サポート 未サポート
width 未サポート 未サポート 13.0 (13.0) 未サポート 未サポート 未サポート

仕様

Specification Status Comment
MathML 3.0
The definition of 'mtable' in that specification.
勧告 Current specification
MathML 2.0
The definition of 'mtable' in that specification.
勧告 Initial specification

See also

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

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