diff options
Diffstat (limited to 'files/ja/web/mathml/element/mtr/index.html')
-rw-r--r-- | files/ja/web/mathml/element/mtr/index.html | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/files/ja/web/mathml/element/mtr/index.html b/files/ja/web/mathml/element/mtr/index.html new file mode 100644 index 0000000000..a41b108e6d --- /dev/null +++ b/files/ja/web/mathml/element/mtr/index.html @@ -0,0 +1,63 @@ +--- +title: <mtr> +slug: Web/MathML/Element/mtr +translation_of: Web/MathML/Element/mtr +--- +<p>{{MathMLRef()}}</p> + +<p>MathML の <code><mtr></code> 要素は表組・行列の行を表します。{{ MathMLElement("mtable") }} 要素の中にしか現れません。この要素は <a href="/ja/docs/HTML">HTML</a> の {{ HTMLElement("tr") }} 要素に似ています。</p> + +<h2 id="属性">属性</h2> + +<dl> + <dt id="attr-class-id-style">class, id, style</dt> + <dd>Provided for use with <a href="/ja/docs/CSS">stylesheets</a>.</dd> + <dt id="attr-columnalign">columnalign</dt> + <dd>{{ MathMLElement("mtable") }} で指定された,セルの水平方向の揃えの値をこの行について上書きします。<br> + 取り得る値は <code>left</code>,<code>center,right</code> です。</dd> + <dt>groupalign</dt> + <dt id="attr-href">href</dt> + <dd>Used to set a hyperlink to a specified URI.</dd> + <dt id="attr-mathbackground">mathbackground</dt> + <dd>The background color. You can use <code>#rgb</code>, <code>#rrggbb</code> and <a href="/ja/docs/CSS/color_value#Color_Keywords">HTML color names</a>.</dd> + <dt id="attr-mathcolor">mathcolor</dt> + <dd>The text color. You can use <code>#rgb</code>, <code>#rrggbb</code> and <a href="/ja/docs/CSS/color_value#Color_Keywords">HTML color names</a>.</dd> + <dt id="attr-rowalign">rowalign</dt> + <dd>{{ MathMLElement("mtable") }} で指定された,セルの垂直方向の揃えをこの行について上書きします。<br> + 取り得る値は<code> axis,</code><code>baseline,</code><code>bottom,center</code><code>,top</code> です。</dd> +</dl> + +<h2 id="Specifications" name="Specifications">仕様</h2> + +<table class="standard-table"> + <thead> + <tr> + <th scope="col">Specification</th> + <th scope="col">Status</th> + <th scope="col">Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{ SpecName('MathML3', 'chapter3.html#presm.mtr', 'mtr') }}</td> + <td>{{ Spec2('MathML3') }}</td> + <td>Current specification</td> + </tr> + <tr> + <td>{{ SpecName('MathML2', 'chapter3.html#presm.mtr', 'mtr') }}</td> + <td>{{ Spec2('MathML2') }}</td> + <td>Initial specification</td> + </tr> + </tbody> +</table> + +<h2 id="ブラウザー実装状況"><span class="pl-s">ブラウザー実装状況</span></h2> + +<p>{{Compat("mathml.elements.mtr")}}</p> + +<h2 id="See_also">See also</h2> + +<ul> + <li>{{ MathMLElement("mtable") }}</li> + <li>{{ MathMLElement("mtd") }}</li> +</ul> |