blob: a41b108e6d82fd1860aa3f7ac0283578f303a7e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
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>
|