aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/mathml/element
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/web/mathml/element
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/web/mathml/element')
-rw-r--r--files/ja/web/mathml/element/index.html125
-rw-r--r--files/ja/web/mathml/element/math/index.html163
-rw-r--r--files/ja/web/mathml/element/merror/index.html73
-rw-r--r--files/ja/web/mathml/element/mfenced/index.html95
-rw-r--r--files/ja/web/mathml/element/mfrac/index.html91
-rw-r--r--files/ja/web/mathml/element/mi/index.html117
-rw-r--r--files/ja/web/mathml/element/mmultiscripts/index.html130
-rw-r--r--files/ja/web/mathml/element/mn/index.html124
-rw-r--r--files/ja/web/mathml/element/mo/index.html179
-rw-r--r--files/ja/web/mathml/element/mover/index.html88
-rw-r--r--files/ja/web/mathml/element/mphantom/index.html75
-rw-r--r--files/ja/web/mathml/element/mroot/index.html85
-rw-r--r--files/ja/web/mathml/element/mspace/index.html84
-rw-r--r--files/ja/web/mathml/element/msqrt/index.html75
-rw-r--r--files/ja/web/mathml/element/msub/index.html84
-rw-r--r--files/ja/web/mathml/element/msubsup/index.html89
-rw-r--r--files/ja/web/mathml/element/msup/index.html84
-rw-r--r--files/ja/web/mathml/element/mtable/index.html131
-rw-r--r--files/ja/web/mathml/element/mtd/index.html70
-rw-r--r--files/ja/web/mathml/element/mtext/index.html120
-rw-r--r--files/ja/web/mathml/element/mtr/index.html63
-rw-r--r--files/ja/web/mathml/element/munder/index.html87
-rw-r--r--files/ja/web/mathml/element/semantics/index.html125
23 files changed, 2357 insertions, 0 deletions
diff --git a/files/ja/web/mathml/element/index.html b/files/ja/web/mathml/element/index.html
new file mode 100644
index 0000000000..dddfefeeaa
--- /dev/null
+++ b/files/ja/web/mathml/element/index.html
@@ -0,0 +1,125 @@
+---
+title: MathML 要素リファレンス
+slug: Web/MathML/Element
+tags:
+ - MathML
+ - MathML Reference
+translation_of: Web/MathML/Element
+---
+<p>これは、MathML <strong>プレゼンテーション</strong> 要素のアルファベット順のリストです。</p>
+
+<p><strong>プレゼンテーションマークアップ</strong> という用語は、数学的表記のレイアウト構造を記述するために使用するのに対して、<strong>コンテンツマークアップ</strong> という用語は、その基礎をなす数学的な意味を提供します。これは、MarhML パーザーによる描画を想定するものではありません ({{bug(276028)}} 参照)。コンテンツマークアップについて詳しく学びたい場合は、 <a class="external" href="http://www.w3.org/TR/MathML3/" title="http://www.w3.org/TR/MathML3/">MathML 3 仕様</a> の <a class="external" href="http://www.w3.org/TR/MathML3/chapter4.html" title="http://www.w3.org/TR/MathML3/chapter4.html">第 4 章</a> を調べてください。</p>
+<div class="multiColumnList">
+<h3 id="math">math</h3>
+<ul>
+ <li>{{ MathMLElement("math") }} (トップレベル要素)</li>
+</ul>
+
+<h3 id="A">A</h3>
+<ul>
+ <li>{{ MathMLElement("maction") }} (部分式にバインドされたアクション)</li>
+ <li>{{ MathMLElement("maligngroup") }} (揃えグループ)</li>
+ <li>{{ MathMLElement("malignmark") }} (揃えポイント)</li>
+</ul>
+
+<h3 id="E">E</h3>
+<ul>
+ <li>{{ MathMLElement("menclose") }} (囲みコンテンツ)</li>
+ <li>{{ MathMLElement("merror") }} (囲み構文エラーメッセージ)</li>
+</ul>
+
+<h3 id="F">F</h3>
+<ul>
+ <li>{{ MathMLElement("mfenced") }} (括弧)</li>
+ <li>{{ MathMLElement("mfrac") }} (分数)</li>
+</ul>
+
+<h3 id="G">G</h3>
+<ul>
+ <li>{{ MathMLElement("mglyph") }} (非標準記号の表示)</li>
+</ul>
+
+<h3 id="I">I</h3>
+<ul>
+ <li>{{ MathMLElement("mi") }} (識別子)</li>
+</ul>
+
+<h3 id="L">L</h3>
+<ul>
+ <li>{{ MathMLElement("mlabeledtr") }} (表または行列のラベル付き行)</li>
+ <li>{{ MathMLElement("mlongdiv") }} (割り算の筆算表記)</li>
+</ul>
+
+<h3 id="M">M</h3>
+<ul>
+ <li>{{ MathMLElement("mmultiscripts") }} (前置字とテンソル添字)</li>
+</ul>
+
+<h3 id="N">N</h3>
+<ul>
+ <li>{{ MathMLElement("mn") }} (数字)</li>
+</ul>
+
+<h3 id="O">O</h3>
+<ul>
+ <li>{{ MathMLElement("mo") }} (演算子)</li>
+ <li>{{ MathMLElement("mover") }} (真上付き)</li>
+</ul>
+
+<h3 id="P">P</h3>
+<ul>
+ <li>{{ MathMLElement("mpadded") }} (コンテンツまわりの空白)</li>
+ <li>{{ MathMLElement("mphantom") }} (予約スペースを持つ不可視コンテンツ)</li>
+</ul>
+
+<h3 id="R">R</h3>
+<ul>
+ <li>{{ MathMLElement("mroot") }} (累乗根)</li>
+ <li>{{ MathMLElement("mrow") }} (グループ化された部分式)</li>
+</ul>
+
+<h3 id="S">S</h3>
+<ul>
+ <li>{{ MathMLElement("ms") }} (文字列リテラル)</li>
+ <li>{{ MathMLElement("mscarries") }} (carries などのアノテーション)</li>
+ <li>{{ MathMLElement("mscarry") }} (Single carry, {{ MathMLElement("mscarries") }} の子要素)</li>
+ <li>{{ MathMLElement("msgroup") }} ({{ MathMLElement("mstack") }} および {{ MathMLElement("mlongdiv") }} 要素のグループ化された行)</li>
+ <li>{{ MathMLElement("msline") }} ({{ MathMLElement("mstack") }} 要素内の水平線)</li>
+ <li>{{ MathMLElement("mspace") }} (空白)</li>
+ <li>{{ MathMLElement("msqrt") }} (平方根)</li>
+ <li>{{ MathMLElement("msrow") }} ({{ MathMLElement("mstack") }} 要素の行)</li>
+ <li>{{ MathMLElement("mstack") }} (スタック揃え)</li>
+ <li>{{ MathMLElement("mstyle") }} (書式変更)</li>
+ <li>{{ MathMLElement("msub") }} (下付き)</li>
+ <li>{{ MathMLElement("msup") }} (上付き)</li>
+ <li>{{ MathMLElement("msubsup") }} (下付き上付きの組)</li>
+</ul>
+
+<h3 id="T">T</h3>
+<ul>
+ <li>{{ MathMLElement("mtable") }} (表または行列)</li>
+ <li>{{ MathMLElement("mtd") }} (表または行列のセル)</li>
+ <li>{{ MathMLElement("mtext") }} (テキスト)</li>
+ <li>{{ MathMLElement("mtr") }} (表または行列の列)</li>
+</ul>
+
+<h3 id="U">U</h3>
+<ul>
+ <li>{{ MathMLElement("munder") }} (真下付き)</li>
+ <li>{{ MathMLElement("munderover") }} (真下付きと真上付きの組)</li>
+</ul>
+
+<h3 id="Other_elements" name="Other_elements">他の要素</h3>
+<ul>
+ <li>{{ MathMLElement("semantics") }} (セマンティックアノテーション用のコンテナ)</li>
+ <li><a href="/docs/MathML/Element/semantics"><code>&lt;annotation&gt;</code></a> (Data アノテーション)</li>
+ <li><a href="/docs/MathML/Element/semantics"><code>&lt;annotation-xml&gt;</code></a> (XML アノテーション)</li>
+</ul>
+</div>
+
+<h2 id="See_also" name="See_also">関連情報</h2>
+
+<ul>
+ <li><a href="/docs/Web/MathML">MathML</a></li>
+ <li><a href="/docs/Web/MathML/Attribute">MathML 属性リファレンス</a></li>
+</ul>
diff --git a/files/ja/web/mathml/element/math/index.html b/files/ja/web/mathml/element/math/index.html
new file mode 100644
index 0000000000..cdd20dbf90
--- /dev/null
+++ b/files/ja/web/mathml/element/math/index.html
@@ -0,0 +1,163 @@
+---
+title: <math>
+slug: Web/MathML/Element/math
+tags:
+ - MathML
+ - MathML Reference
+ - 'MathML:Element'
+ - 'MathML:要素'
+translation_of: Web/MathML/Element/math
+---
+<div>{{MathMLRef}}</div>
+
+<p class="summary">MathML における最上位の要素は <code>&lt;math&gt;</code> です。有効な MathML のインスタンスはすべて <code>&lt;math&gt;</code> タグに囲まれています。加えて、 <code>&lt;math&gt;</code> 要素を入れ子状に配置してはなりませんが、中にその他の子要素をいくつでも持つことができます。</p>
+
+<h2 id="Attributes" name="Attributes">属性</h2>
+
+<p>以下に示す属性に加え、 <code>&lt;math&gt;</code> 要素は {{ MathMLElement("mstyle") }} 要素のすべての属性を受け入れます。</p>
+
+<dl>
+ <dt id="attr-class-id-style">class, id, style</dt>
+ <dd><a href="/ja/docs/CSS">スタイルシート</a>と一緒に使用するために提供されます。</dd>
+ <dt id="attr-dir">dir</dt>
+ <dd>数式全体の書字方向。値として <code>ltr</code> (左書き) と <code>rtl</code> (右書き) が指定可能です。</dd>
+ <dt id="attr-href">href</dt>
+ <dd>指定された URI へのハイパーリンクの設定に使用されます。</dd>
+ <dt id="attr-mathbackground">mathbackground</dt>
+ <dd>背景色。 <code>#rgb</code>, <code>#rrggbb</code>, <a href="/ja/docs/CSS/color_value#Color_Keywords">HTML 色名</a>が使用できます。</dd>
+ <dt id="attr-mathcolor">mathcolor</dt>
+ <dd>文字色。 <code>#rgb</code>, <code>#rrggbb</code>, <a href="/ja/docs/CSS/color_value#Color_Keywords">HTML 色名</a>が使用できます。</dd>
+ <dt id="attr-display">display</dt>
+ <dd>この列挙属性は、囲まれた MathML マークアップをレンダリングする方法を指定します。これは、次のいずれかの値を持つことができます。
+ <ul>
+ <li><code>block</code> は、この要素が現在のテキストの区間の外に、テキストの意味を変えることなく任意の場所に配置することができるブロックとして表示されることを意味します。</li>
+ <li><code>inline</code> は、この要素が現在のテキストの区間の内側に表示され、そのテキストの意味を変えることなくその区間の外に移動することができないことを意味します。</li>
+ </ul>
+
+ <p>存在しない場合、既定値は <code>inline</code> です。</p>
+ </dd>
+ <dt id="attr-mode">mode {{deprecated_inline}}</dt>
+ <dd>非推奨であり、 <a href="/ja/docs/MathML/Element/math#attr-display">display 属性</a>で置き換えられました。<br>
+ 取りうる値は <code>display</code> (これは <code>display="block"</code> と同じ効果を持ちます) および <code>inline</code> です。</dd>
+ <dt id="attr-overflow">overflow</dt>
+ <dd>許可された幅に収まらないほど長い場合に、式がどのように動作するかを指定します。<br>
+ 取りうる値は <code>linebreak</code> (既定値), <code>scroll</code>, <code>elide</code>, <code>truncate</code>, <code>scale</code> です。</dd>
+</dl>
+
+<h2 id="Examples" name="Examples">例</h2>
+
+<p><img alt="Theorem of Pythagoras" src="/files/3157/math.jpg"></p>
+
+<h3 id="HTML5_notation" name="HTML5_notation">HTML5 表記</h3>
+
+<pre class="brush: html notranslate">&lt;!DOCTYPE html&gt;
+&lt;html&gt;
+  &lt;head&gt;
+    &lt;title&gt;MathML in HTML5&lt;/title&gt;
+  &lt;/head&gt;
+  &lt;body&gt;
+
+ &lt;math&gt;
+ &lt;mrow&gt;
+ &lt;mrow&gt;
+ &lt;msup&gt;
+ &lt;mi&gt;a&lt;/mi&gt;
+ &lt;mn&gt;2&lt;/mn&gt;
+ &lt;/msup&gt;
+ &lt;mo&gt;+&lt;/mo&gt;
+ &lt;msup&gt;
+ &lt;mi&gt;b&lt;/mi&gt;
+ &lt;mn&gt;2&lt;/mn&gt;
+ &lt;/msup&gt;
+ &lt;/mrow&gt;
+ &lt;mo&gt;=&lt;/mo&gt;
+ &lt;msup&gt;
+ &lt;mi&gt;c&lt;/mi&gt;
+ &lt;mn&gt;2&lt;/mn&gt;
+ &lt;/msup&gt;
+ &lt;/mrow&gt;
+ &lt;/math&gt;
+
+  &lt;/body&gt;
+&lt;/html&gt;
+</pre>
+
+<h3 id="XHTML_notation" name="XHTML_notation">XHTML 表記</h3>
+
+<pre class="brush: xml notranslate">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd"&gt;
+&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
+&lt;head&gt;
+ &lt;title&gt;MathML in XHTML&lt;/title&gt;
+&lt;/head&gt;
+&lt;body&gt;
+
+ &lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt;
+ &lt;mrow&gt;
+ &lt;mrow&gt;
+ &lt;msup&gt;
+ &lt;mi&gt;a&lt;/mi&gt;
+ &lt;mn&gt;2&lt;/mn&gt;
+ &lt;/msup&gt;
+ &lt;mo&gt;+&lt;/mo&gt;
+ &lt;msup&gt;
+ &lt;mi&gt;b&lt;/mi&gt;
+ &lt;mn&gt;2&lt;/mn&gt;
+ &lt;/msup&gt;
+ &lt;/mrow&gt;
+ &lt;mo&gt;=&lt;/mo&gt;
+ &lt;msup&gt;
+ &lt;mi&gt;c&lt;/mi&gt;
+ &lt;mn&gt;2&lt;/mn&gt;
+ &lt;/msup&gt;
+ &lt;/mrow&gt;
+ &lt;/math&gt;
+
+&lt;/body&gt;
+&lt;/html&gt;</pre>
+
+<p><strong>メモ</strong>: MathML をもつ XHTML 文書は <code>application/xhtml+xml</code> として配信しなければなりません。これは、ローカルファイルに <code>.xhtml</code> 拡張子を追加することで、簡単に達成できます。 Apache サーバーの場合は、 <a class="external" href="http://httpd.apache.org/docs/2.4/mod/mod_mime.html#addtype"><code>.htaccess</code> ファイルを設定する</a>ことで拡張子を正しい MIME タイプに対応付けることができます。 XML 文書で MathML を表記するので、整形式の XML 文書を必ず記述してください。</p>
+
+<h2 id="Specifications" name="Specifications">仕様書</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">仕様書</th>
+ <th scope="col">状態</th>
+ <th scope="col">備考</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{ SpecName('MathML3', 'chapter2.html#interf.toplevel', 'The Top-Level math Element') }}</td>
+ <td>{{ Spec2('MathML3') }}</td>
+ <td>現在の仕様</td>
+ </tr>
+ <tr>
+ <td>{{ SpecName('MathML2', 'chapter7.html#interf.toplevel', 'The Top-Level math Element') }}</td>
+ <td>{{ Spec2('MathML2') }}</td>
+ <td>初期の仕様</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
+
+<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
+
+<p>{{Compat("mathml.elements.math")}}</p>
+
+<h2 id="Firefox-specific_notes" name="Firefox-specific_notes">Firefox 固有のメモ</h2>
+
+<p>Firefox 7 では、最上位の math 要素がすべての MathML 属性を受け入れる対応を導入しました (すなわち {{ MathMLElement("mstyle") }} 要素と同じ動作)。しかし、 <code>displaystyle</code> 属性が含まれておらず、 Firefox 8 で<a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=669719">追加されました</a>。</p>
+
+<p>テキストの代替 (<code>alttext</code>) または <code>altimg</code>, <code>altimg-width</code>, <code>altimg-height</code>, <code>altimg-valign</code> の各属性を使用する代替画像の参照は、現在は Firefox に実装されていません。</p>
+
+<h2 id="See_also" name="See_also">関連情報</h2>
+
+<ul>
+ <li>HTML の最上位要素: {{ HTMLElement("html") }}</li>
+ <li>SVG の最上位要素: {{ SVGElement("svg") }}</li>
+ <li><a href="http://eyeasme.com/Joe/MathML/MathML_browser_test.html">MathML ブラウザーテスト</a></li>
+</ul>
diff --git a/files/ja/web/mathml/element/merror/index.html b/files/ja/web/mathml/element/merror/index.html
new file mode 100644
index 0000000000..39e576b71f
--- /dev/null
+++ b/files/ja/web/mathml/element/merror/index.html
@@ -0,0 +1,73 @@
+---
+title: <merror>
+slug: Web/MathML/Element/merror
+tags:
+ - MathML
+ - MathML Reference
+ - 'MathML:Element'
+ - 'MathML:General Layout Schemata'
+translation_of: Web/MathML/Element/merror
+---
+<div>{{MathMLRef}}</div>
+
+<p class="summary">MathML <code>&lt;merror&gt;</code> 要素は、エラーメッセージとしてコンテンツを表示するために使用されます。Firefox でこのエラーメッセージは、典型的な XML エラーメッセージのようにレンダリングされます。MathML マークアップが間違っているか整形式でない XML のときに、このエラーがスロー<strong>されない</strong>ことに注意してください。<code>&lt;merror&gt;</code> とは何の関係もない、(MathML の XHTML 表記の場合に)依然として XML 解析エラーが発生します。</p>
+
+<h2 id="属性">属性</h2>
+
+<dl>
+ <dt id="attr-class-id-style">class, id, style</dt>
+ <dd><a href="/ja/docs/CSS">スタイルシート</a>と一緒に用いて提供されます。</dd>
+ <dt id="attr-href">href</dt>
+ <dd>指定された URI へのハイパーリンクの設定に使用されます。</dd>
+ <dt id="attr-mathbackground">mathbackground</dt>
+ <dd>背景色。<code>#rgb</code>、<code>#rrggbb</code>および<a href="/ja/docs/CSS/color_value#Color_Keywords">HTML色名</a>を使用できます。</dd>
+ <dt id="attr-mathcolor">mathcolor</dt>
+ <dd>文字色と分数の線の色。<code>#rgb</code>、<code>#rrggbb</code>および<a href="/ja/docs/CSS/color_value#Color_Keywords">HTML色名</a>を使用できます。</dd>
+</dl>
+
+<h2 id="例">例</h2>
+
+<pre class="brush: html">&lt;math&gt;
+
+&lt;merror&gt;
+ &lt;mrow&gt;
+ &lt;mtext&gt; Division by zero: &lt;/mtext&gt;
+ &lt;mfrac&gt;
+ &lt;mn&gt; 1 &lt;/mn&gt;
+ &lt;mn&gt; 0 &lt;/mn&gt;
+ &lt;/mfrac&gt;
+ &lt;/mrow&gt;
+&lt;/merror&gt;
+
+&lt;/math&gt;
+</pre>
+
+<h2 id="仕様">仕様</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">仕様</th>
+ <th scope="col">状態</th>
+ <th scope="col">コメント</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{ SpecName('MathML3', 'chapter3.html#presm.merror', 'merror') }}</td>
+ <td>{{ Spec2('MathML3') }}</td>
+ <td>現在の仕様</td>
+ </tr>
+ <tr>
+ <td>{{ SpecName('MathML2', 'chapter3.html#presm.merror', 'merror') }}</td>
+ <td>{{ Spec2('MathML2') }}</td>
+ <td>初期の仕様</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="ブラウザー互換性">ブラウザー互換性</h2>
+
+
+
+<p>{{Compat("mathml.elements.merror")}}</p>
diff --git a/files/ja/web/mathml/element/mfenced/index.html b/files/ja/web/mathml/element/mfenced/index.html
new file mode 100644
index 0000000000..e931d5dc22
--- /dev/null
+++ b/files/ja/web/mathml/element/mfenced/index.html
@@ -0,0 +1,95 @@
+---
+title: <mfenced>
+slug: Web/MathML/Element/mfenced
+tags:
+ - MathML
+translation_of: Web/MathML/Element/mfenced
+---
+<div>{{MathMLRef}}</div>
+
+<p class="summary">MathML <code>&lt;mfenced&gt;</code> 要素は、独自の括弧類 (角括弧など) や区切り記号 (カンマやセミコロンなど) を数式に追加する機能を提供します。</p>
+
+<h2 id="属性">属性</h2>
+
+<dl>
+ <dt id="attr-class-id-style">class, id, style</dt>
+ <dd><a href="/ja/docs/CSS">スタイルシート</a>で使用するために用意されます。</dd>
+ <dt id="attr-close">close</dt>
+ <dd>閉じ記号の文字列を与えます。既定値は ")" です。空白文字はすべて無くされます。</dd>
+ <dt id="attr-href">href</dt>
+ <dd>指定されたURIへのハイパーリンクを設定するために使用されます。</dd>
+ <dt id="attr-mathbackground">mathbackground</dt>
+ <dd>背景色。#<code>#rgb</code>、<code>#rrggbb</code>、および<a href="/en-US/docs/CSS/color_value#Color_Keywords">HTMLの色名</a>を使用できます。</dd>
+ <dt id="attr-mathcolor">mathcolor</dt>
+ <dd>テキストの色と分数数線の色。 <code>#rgb</code>、<code>#rrggbb</code>、および<a href="/en-US/docs/CSS/color_value#Color_Keywords">HTMLの色名</a>を使用できます。</dd>
+ <dt id="attr-open">open</dt>
+ <dd>開き記号の文字列を与えます。既定値は "(" です。空白文字はすべて無くされます。</dd>
+ <dt id="attr-separators">separators</dt>
+ <dd>区切り記号を表すゼロ個以上の文字の列を与えます。空白で区切っても構いません。空白は無視されます。既定値は  "," です。複数指定することにより,各子要素間に別個の区切り記号を当てることが出来ます。余分に指定した分は無視されます。少なく指定した場合は,最後のものが繰り返されます。</dd>
+</dl>
+
+<h2 id="例">例</h2>
+
+<h3 id="最後の区切り記号()は繰り返される">最後の区切り記号(<code>,</code>)は繰り返される</h3>
+
+<p>サンプルレンダリング: <img alt="{a;b;c,d,e}" src="/files/3193/mfenced01.png"></p>
+
+<p>ブラウザーでのレンダリング: <math> <mfenced close="}" open="{" separators=";;,"> <mi>a</mi> <mi>b</mi> <mi>c</mi> <mi>d</mi> <mi>e</mi> </mfenced> </math></p>
+
+<pre class="brush: html">&lt;math&gt;
+ &lt;mfenced open="{" close="}" separators=";;,"&gt;
+ &lt;mi&gt;a&lt;/mi&gt;
+ &lt;mi&gt;b&lt;/mi&gt;
+ &lt;mi&gt;c&lt;/mi&gt;
+ &lt;mi&gt;d&lt;/mi&gt;
+ &lt;mi&gt;e&lt;/mi&gt;
+ &lt;/mfenced&gt;
+&lt;/math&gt;
+</pre>
+
+<h3 id="余分な区切り記号()は無視される">余分な区切り記号(<code>,</code>)は無視される</h3>
+
+<p>サンプルレンダリング: <img alt="[a|b|c|d|e]" src="https://wiki.developer.mozilla.org/files/3195/mfenced02.png"></p>
+
+<p>ブラウザーでのレンダリング: <math> <mfenced close="]" open="[" separators="||||,"> <mi>a</mi> <mi>b</mi> <mi>c</mi> <mi>d</mi> <mi>e</mi> </mfenced> </math></p>
+
+<pre class="brush: html">&lt;math&gt;
+ &lt;mfenced open="[" close="]" separators="||||,"&gt;
+ &lt;mi&gt;a&lt;/mi&gt;
+ &lt;mi&gt;b&lt;/mi&gt;
+ &lt;mi&gt;c&lt;/mi&gt;
+ &lt;mi&gt;d&lt;/mi&gt;
+ &lt;mi&gt;e&lt;/mi&gt;
+ &lt;/mfenced&gt;
+&lt;/math&gt;
+</pre>
+
+<h2 id="Specifications">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.mfenced', 'mfenced') }}</td>
+ <td>{{ Spec2('MathML3') }}</td>
+ <td>Current specification</td>
+ </tr>
+ <tr>
+ <td>{{ SpecName('MathML2', 'chapter3.html#presm.mfenced', 'mfenced') }}</td>
+ <td>{{ Spec2('MathML2') }}</td>
+ <td>Initial specification</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="ブラウザー互換性">ブラウザー互換性</h2>
+
+
+
+<p>{{Compat("mathml.elements.mfenced")}}</p>
diff --git a/files/ja/web/mathml/element/mfrac/index.html b/files/ja/web/mathml/element/mfrac/index.html
new file mode 100644
index 0000000000..567cf6bb87
--- /dev/null
+++ b/files/ja/web/mathml/element/mfrac/index.html
@@ -0,0 +1,91 @@
+---
+title: <mfrac>
+slug: Web/MathML/Element/mfrac
+tags:
+ - MathML
+ - MathML Reference
+ - 'MathML:Element'
+ - 'MathML:General Layous Schemata'
+translation_of: Web/MathML/Element/mfrac
+---
+<div>{{MathMLRef()}}</div>
+
+<p>MathML の <code>&lt;mfrac&gt;</code> 要素は分数を表示するのに使います。</p>
+
+<h2 id="Syntax" name="Syntax">構文</h2>
+
+<pre class="syntaxbox">&lt;mfrac&gt;<em>numerator</em> <em>denominator</em>&lt;/mfrac&gt;</pre>
+
+<h2 id="Attributes" name="Attributes">属性</h2>
+
+<dl>
+ <dt id="attr-bevelled"><code>bevelled</code> {{deprecated_inline}}</dt>
+ <dd>分数を表示する方法を指定します。<code>true</code> のとき分数線は斜線になります。つまりこの場合、分子・分母がスラッシュ (/) を挟んで左右に並ぶことになります。既定値の <code>false</code> の場合、分子は分母の上に載ります。<br>
+ この属性は、非推奨で将来削除される予定です。代わりに U+2044 (fraction slash) を使用してください。</dd>
+ <dt id="attr-class-id-style"><code>class</code>, <code>id</code>, <code>style</code></dt>
+ <dd><a href="/ja/docs/CSS">スタイルシート</a> で装飾を行なう際に使われます。</dd>
+ <dt id="attr-denomalign"><code>denomalign</code> {{deprecated_inline}}</dt>
+ <dd>分数の下に分母をどう揃えるかを指定します。取り得る値は <code>left</code>、<code>center</code> (既定値) と <code>right</code> です。<br>
+ この属性は、非推奨で近日中に廃止されます。代わりに CSS を用いて <code><a href="ja/docs/Web/CSS/text-align">text-align</a></code> を指定してください。</dd>
+ <dt id="attr-href"><code>href</code></dt>
+ <dd>特定の URI へのハイパーリンクを設定するのに使われます。</dd>
+ <dt id="attr-linethickness"><code>linethickness</code></dt>
+ <dd>分数の水平線の太さ。既定値は <code>medium</code> で、<code>thin</code>、<code>thick</code> や、それ以外の <a href="/ja/docs/CSS/length">length 値</a> が取り得ます。</dd>
+ <dt id="attr-mathbackground"><code>mathbackground</code></dt>
+ <dd>数式の背景色を指定するために使われます。<code>#rgb</code>、<code>#rrggbb</code>のような16進表現のほか、HTMLで定められた<a href="/ja/docs/Web/CSS/color_value#Color_keywords">色キーワード</a>を使用できます。</dd>
+ <dt id="attr-mathcolor"><code>mathcolor</code></dt>
+ <dd>数式自体 (テキストと分数線) の色を設定するために使われます。<code>#rgb</code>、<code>#rrggbb</code> のような 16 進表現のほか、HTMLで定められた<a href="/ja/docs/Web/CSS/color_value#Color_keywords">色キーワード</a>を使用できます。</dd>
+ <dt id="attr-numalign"><code>numalign</code> {{deprecated_inline}}</dt>
+ <dd>分数の上に分子をどう揃えるかを指定します。取り得る値は <code>left</code>、<code>center</code> (既定値) と <code>right</code> です。<br>
+ この属性は、非推奨で将来削除される予定です。代わりに CSS の <code><a href="/ja/docs/Web/CSS/text-align">text-align</a></code> を使用してください。</dd>
+</dl>
+
+<h2 id="Examples" name="Examples">例</h2>
+
+<p>レンダリングのサンプル (画像): <img alt="(a/b)/(c/d)" src="/files/3194/mfrac.png" style="margin-left: 10px; vertical-align: middle;"></p>
+
+<p>ブラウザーのレンダリング結果: <math> <mfrac bevelled="true"> <mfrac> <mi> a </mi> <mi> b </mi> </mfrac> <mfrac> <mi> c </mi> <mi> d </mi> </mfrac> </mfrac> </math></p>
+
+<pre class="brush: html">&lt;math&gt;
+ &lt;mfrac bevelled="true"&gt;
+ &lt;mfrac&gt;
+ &lt;mi&gt; a &lt;/mi&gt;
+ &lt;mi&gt; b &lt;/mi&gt;
+ &lt;/mfrac&gt;
+ &lt;mfrac&gt;
+ &lt;mi&gt; c &lt;/mi&gt;
+ &lt;mi&gt; d &lt;/mi&gt;
+ &lt;/mfrac&gt;
+ &lt;/mfrac&gt;
+&lt;/math&gt;
+</pre>
+
+<h2 id="Specifications" name="Specifications">仕様</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">仕様</th>
+ <th scope="col">ステータス</th>
+ <th scope="col">Comment</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{ SpecName('MathML3', 'chapter3.html#presm.mfrac', 'mfrac') }}</td>
+ <td>{{ Spec2('MathML3') }}</td>
+ <td>現在の仕様</td>
+ </tr>
+ <tr>
+ <td>{{ SpecName('MathML2', 'chapter3.html#presm.mfrac', 'mfrac') }}</td>
+ <td>{{ Spec2('MathML2') }}</td>
+ <td>初回の仕様</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザー実装状況</h2>
+
+
+
+<p>{{Compat("mathml.elements.mfrac")}}</p>
diff --git a/files/ja/web/mathml/element/mi/index.html b/files/ja/web/mathml/element/mi/index.html
new file mode 100644
index 0000000000..ee4ed66910
--- /dev/null
+++ b/files/ja/web/mathml/element/mi/index.html
@@ -0,0 +1,117 @@
+---
+title: <mi>
+slug: Web/MathML/Element/mi
+translation_of: Web/MathML/Element/mi
+---
+<div>{{MathMLRef}}</div>
+
+<p class="summary">MathML の <code>&lt;mi&gt;</code> 要素は、関数名や変数、記号定数(訳注:数値リテラルでなく文字で表された定数)などの<strong>識別子</strong>としてレンダリングされるべきコンテンツを表します。項をマークアップするために任意のテキストを入れることもできます。</p>
+
+<h2 id="属性">属性</h2>
+
+<dl>
+ <dt id="attr-class-id-style">class, id, style</dt>
+ <dd><a href="/ja/docs/CSS">スタイルシート</a>と一緒に用いて提供されます。</dd>
+ <dt id="attr-dir">dir</dt>
+ <dd>数式全体の書字方向。値として <code>ltr</code> (左から右へ)と <code>rtl</code> (右から左へ) が指定可能です。</dd>
+ <dt id="attr-href">href</dt>
+ <dd>指定された URI へのハイパーリンクの設定に使用されます。</dd>
+ <dt id="attr-mathbackground">mathbackground</dt>
+ <dd>背景色。<code>#rgb</code>、<code>#rrggbb</code>および<a href="/ja/docs/CSS/color_value#Color_Keywords">HTML色名</a>を使用できます。</dd>
+ <dt id="attr-mathcolor">mathcolor</dt>
+ <dd>文字色。<code>#rgb</code>、<code>#rrggbb</code>および<a href="/ja/docs/CSS/color_value#Color_Keywords">HTML色名</a>を使用できます。</dd>
+ <dt id="attr-mathsize">mathsize</dt>
+ <dd>The size of the content. Possible values are:
+ <ul>
+ <li><code>small:</code> Font is rendered smaller than the current font size.</li>
+ <li><code>normal:</code> Equivalent to 100% or 1em.</li>
+ <li><code>big:</code> Font is rendered larger than the current font size.</li>
+ <li>a custom <a href="/en-US/docs/CSS/length">length</a>.</li>
+ <li>or a unitless value which multiplies the default.</li>
+ </ul>
+ </dd>
+ <dt id="attr-mathvariant">mathvariant</dt>
+ <dd>This logical class of the identifier, which varies in typography. That is, although the names suggest the typographic style for the class, semantically, items with the same class are treated "the same" within an expression, which might or might not involve displaying them with the named typography. The following values are allowed:
+ <ul>
+ <li><code>normal</code> (Default value for <em>more than one character</em>) ; <math><mi mathvariant="normal">Example</mi></math></li>
+ <li><code>bold</code> ; <math><mi mathvariant="bold">Example</mi></math></li>
+ <li><code>italic</code> (Default value for <em>a single character</em>) ; <math><mi mathvariant="italic">Example</mi></math></li>
+ <li><code>bold-italic</code> ; <math><mi mathvariant="bold-italic">Example</mi></math></li>
+ </ul>
+
+ <ul>
+ <li><code>double-struck</code> ; <math><mi mathvariant="double-struck">Example</mi></math></li>
+ <li><code>bold-fraktur</code> ; <math><mi mathvariant="bold-fraktur">Example</mi></math></li>
+ <li><code>script</code> ; <math><mi mathvariant="script">Example</mi></math></li>
+ <li><code>bold-script</code> ; <math><mi mathvariant="bold-script">Example</mi></math></li>
+ <li><code>fraktur</code> ; <math><mi mathvariant="fraktur">Example</mi></math></li>
+ </ul>
+
+ <ul>
+ <li><code>sans-serif</code> ; <math><mi mathvariant="sans-serif">Example</mi></math></li>
+ <li><code>bold-sans-serif</code> ; <math><mi mathvariant="bold-sans-serif">Example</mi></math></li>
+ <li><code>sans-serif-italic</code> ; <math><mi mathvariant="sans-serif-italic">Example</mi></math></li>
+ <li><code>sans-serif-bold-italic</code> ; <math><mi mathvariant="sans-serif-bold-italic">Example</mi></math></li>
+ <li><code>monospace</code> ; <math><mi mathvariant="monospace">Example</mi></math></li>
+ </ul>
+
+ <ul>
+ <li><code>initial</code> ; <math><mi mathvariant="initial">مثال</mi></math></li>
+ <li><code>tailed</code> ; <math><mi mathvariant="tailed">مثال</mi></math></li>
+ <li><code>looped</code> ; <math><mi mathvariant="looped">مثال</mi></math></li>
+ <li><code>stretched</code> ; <math><mi mathvariant="stretched">مثال</mi></math></li>
+ </ul>
+ </dd>
+</dl>
+
+<h2 id="例">例</h2>
+
+<pre class="brush: html">&lt;math&gt;
+
+ &lt;mi&gt; y &lt;/mi&gt;
+
+ &lt;mi&gt; sin &lt;/mi&gt;
+
+ &lt;mi mathvariant="monospace"&gt; x &lt;/mi&gt;
+
+ &lt;mi mathvariant="bold"&gt; &amp;pi; &lt;/mi&gt;
+
+&lt;/math&gt;
+</pre>
+
+<h2 id="仕様">仕様</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">仕様</th>
+ <th scope="col">状態</th>
+ <th scope="col">コメント</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{ SpecName('MathML3', 'chapter3.html#presm.mi', 'mi') }}</td>
+ <td>{{ Spec2('MathML3') }}</td>
+ <td>現在の仕様</td>
+ </tr>
+ <tr>
+ <td>{{ SpecName('MathML2', 'chapter3.html#presm.mi', 'mi') }}</td>
+ <td>{{ Spec2('MathML2') }}</td>
+ <td>初期の仕様</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="ブラウザー互換性">ブラウザー互換性</h2>
+
+
+
+<p>{{Compat("mathml.elements.mi")}}</p>
+
+<h2 id="Gecko_固有の注記">Gecko 固有の注記</h2>
+
+<ul>
+ <li>Starting with Gecko 20.0 {{geckoRelease("20.0")}} a unitless value for <code>mathsize</code> is allowed.</li>
+ <li>Some <code>mathvariant</code> values are only implemented starting with Gecko 28.0 {{ geckoRelease("28.0") }} and require appropriate <a href="/en-US/docs/Mozilla/MathML_Project/Fonts">math fonts</a>.</li>
+</ul>
diff --git a/files/ja/web/mathml/element/mmultiscripts/index.html b/files/ja/web/mathml/element/mmultiscripts/index.html
new file mode 100644
index 0000000000..d195e1c8cb
--- /dev/null
+++ b/files/ja/web/mathml/element/mmultiscripts/index.html
@@ -0,0 +1,130 @@
+---
+title: <mmultiscripts>
+slug: Web/MathML/Element/mmultiscripts
+translation_of: Web/MathML/Element/mmultiscripts
+---
+<div>{{MathMLRef}}</div>
+
+<p class="summary">MathML の <code>&lt;mmultiscripts&gt;</code> 要素によって、テンソル的なものを作ることができます。見た目は、 <a class="external" href="http://ja.wikipedia.org/wiki/テンソル" title="http://en.wikipedia.org/wiki/Tensor">テンソル</a> は多次元の行列です(数学的には不正確だが喩えて言えば)。テンソルの階数は、それを表す配列の次元によって決まります。例えば、数は0次元の配列であり、0階のテンソルです。1次元配列(つまり数ベクトル)は1階のテンソルです。同様に、2階のテンソルは四角い行列(訳注:ふつうの意味での行列のこと)で表すことになります。テンソルの数学的背景についてもっと知りたければ、 <a class="external" href="http://ja.wikipedia.org/wiki/テンソル" title="http://en.wikipedia.org/wiki/Tensor">ウィキペディアの記事</a> を参照してください。</p>
+
+<p>MathML は、基部(base expression)に対する後付け(postscripts)および前付け(prescripts)の下付き/上付きの添字を表すために次のような特定の構文を使います:</p>
+
+<pre class="syntaxbox">&lt;mmultiscripts&gt;
+ <em>base</em>
+ (<em>subscript superscript</em>)*
+ [ &lt;mprescripts/&gt; (<em>presubscript presuperscript</em>)* ]
+&lt;/mmultiscripts&gt;
+</pre>
+
+<p>基部のあとに後付けの下付き添字と後付けの上付き添字を指定することができます(訳注:下付き/上付きの組は2個以上繰り返すこともできる)。前付けは任意で、空タグ <code>&lt;mprescripts/&gt;</code> で区切って置きます(&lt;mprescripts /&gt; 要素は一つしか置くことができず、これを破ると <a href="/ja/docs/Error_Console" title="/en-US/docs/Error_Console">エラーコンソール</a> で <code>DuplicateMprescripts</code> エラーとなり、表示は "invalid-markup" となります)。また、空の添字にはプレースホルダーとして <code>&lt;none/&gt;</code> を置くことができます(基部には使えません)。正しい使い方は例をご覧ください。</p>
+
+<h2 id="属性">属性</h2>
+
+<dl>
+ <dt id="attr-class-id-style">class, id, style</dt>
+ <dd>Provided for use with <a href="/en-US/docs/CSS">stylesheets</a>.</dd>
+ <dt id="attr-href">href</dt>
+ <dd>特定の URI へのハイパーリンクをセットするのに使います。</dd>
+ <dt id="attr-mathbackground">mathbackground</dt>
+ <dd>背景色。<code>#rgb</code>, <code>#rrggbb</code> および <a href="/en-US/docs/CSS/color_value#Color_Keywords">HTML color names</a> が使えます。</dd>
+ <dt id="attr-mathcolor">mathcolor</dt>
+ <dd>文字色。<code>#rgb</code>, <code>#rrggbb</code> および <a href="/en-US/docs/CSS/color_value#Color_Keywords">HTML color names</a> が使えます。</dd>
+ <dt id="attr-subscriptshift">subscriptshift</dt>
+ <dd>The minimum space by which to shift the subscript below the baseline of the expression, as a <a href="/en-US/docs/CSS/length">CSS length</a>.</dd>
+ <dt id="attr-superscriptshift">superscriptshift</dt>
+ <dd>The minimum space by which to shift the superscript above the baseline of the expression, as a <a href="/en-US/docs/CSS/length">CSS length</a>.</dd>
+</dl>
+
+<h2 id="例">例</h2>
+
+<h3 id="&lt;mprescripts>_の使い方"><code>&lt;mprescripts/&gt; の使い方</code></h3>
+
+<p>Sample rendering: <img alt="" src="/files/3223/mmultiscripts_prescripts.png" style="margin-left: 10px; vertical-align: middle;"></p>
+
+<p>Rendering in your browser: <math> <mmultiscripts> <mi>X</mi> <mi>d</mi> <mi>c</mi> <mprescripts></mprescripts> <mi>b</mi> <mi>a</mi> </mmultiscripts> </math></p>
+
+<pre class="brush: html">&lt;math&gt;
+
+ &lt;mmultiscripts&gt;
+
+ &lt;mi&gt;X&lt;/mi&gt; &lt;!-- base expression --&gt;
+
+ &lt;mi&gt;d&lt;/mi&gt; &lt;!-- postsubscript --&gt;
+ &lt;mi&gt;c&lt;/mi&gt; &lt;!-- postsuperscript --&gt;
+
+ &lt;mprescripts /&gt;
+ &lt;mi&gt;b&lt;/mi&gt; &lt;!-- presubscript --&gt;
+ &lt;mi&gt;a&lt;/mi&gt; &lt;!-- presuperscript --&gt;
+
+ &lt;/mmultiscripts&gt;
+
+&lt;/math&gt;
+</pre>
+
+<h3 id="&lt;none>_の使い方"><code>&lt;none/&gt; の使い方</code></h3>
+
+<p>Sample rendering: <img alt="" src="/files/3222/mmultiscripts_none.png" style="margin-left: 10px; vertical-align: middle;"></p>
+
+<p>Rendering in your browser: <math> <mmultiscripts> <mi>X</mi> <none></none> <mi>c</mi> <mprescripts></mprescripts> <mi>b</mi> <none></none> </mmultiscripts> </math></p>
+
+<pre class="brush: html">&lt;math&gt;
+
+ &lt;mmultiscripts&gt;
+
+ &lt;mi&gt;X&lt;/mi&gt; &lt;!-- base expression --&gt;
+
+ &lt;none /&gt; &lt;!-- postsubscript --&gt;
+ &lt;mi&gt;c&lt;/mi&gt; &lt;!-- postsuperscript --&gt;
+
+ &lt;mprescripts /&gt;
+ &lt;mi&gt;b&lt;/mi&gt; &lt;!-- presubscript --&gt;
+ &lt;none /&gt; &lt;!-- presuperscript --&gt;
+
+ &lt;/mmultiscripts&gt;
+
+&lt;/math&gt;
+</pre>
+
+<h2 id="仕様">仕様</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.mmultiscripts', 'mmultiscripts') }}</td>
+ <td>{{ Spec2('MathML3') }}</td>
+ <td>Current specification</td>
+ </tr>
+ <tr>
+ <td>{{ SpecName('MathML2', 'chapter3.html#presm.mmultiscripts', 'mmultiscripts') }}</td>
+ <td>{{ Spec2('MathML2') }}</td>
+ <td>Initial specification</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="ブラウザ実装状況">ブラウザ実装状況</h2>
+
+
+
+<p>{{Compat("mathml.elements.mmultiscripts")}}</p>
+
+<h2 id="Gecko-specific_notes">Gecko-specific notes</h2>
+
+<ul>
+ <li>Starting with Gecko 26.0 {{geckoRelease("26")}} it is no longer possible to use <code>&lt;none /&gt;</code> as the base element. The rendering has been made more consistent with equivalent configurations of {{MathMLElement("msup")}} and {{MathMLElement("msubsup")}}. A bug with the incorrect application of <code>subscriptshift</code> and <code>superscriptshift</code> attributes has been fixed (see {{bug("827713")}} for details).</li>
+</ul>
+
+<h2 id="See_also">See also</h2>
+
+<ul>
+ <li>{{ MathMLElement("msub") }}(下付き)</li>
+ <li>{{ MathMLElement("msup") }}(上付き)</li>
+ <li>{{ MathMLElement("msubsup") }}(下付き/上付きの組)</li>
+</ul>
diff --git a/files/ja/web/mathml/element/mn/index.html b/files/ja/web/mathml/element/mn/index.html
new file mode 100644
index 0000000000..21d4fb2b84
--- /dev/null
+++ b/files/ja/web/mathml/element/mn/index.html
@@ -0,0 +1,124 @@
+---
+title: <mn>
+slug: Web/MathML/Element/mn
+tags:
+ - MathML
+ - MathML Reference
+ - 'MathML:Element'
+ - 'MathML:Token Elements'
+translation_of: Web/MathML/Element/mn
+---
+<div>{{MathMLRef}}</div>
+
+<p class="summary">MathML の <code>&lt;mn&gt;</code> 要素は、通常は可能な区切り記号(ピリオドかカンマ)をもつ数字列である、数値リテラルを表します。しかし、「eleven」のような数量を表す任意のテキストを書くこともできます。</p>
+
+<h2 id="属性">属性</h2>
+
+<dl>
+ <dt id="attr-class-id-style">class, id, style</dt>
+ <dd><a href="/ja/docs/CSS">スタイルシート</a>と一緒に用いて提供されます。</dd>
+ <dt id="attr-dir">dir</dt>
+ <dd>数式全体の書字方向。値として <code>ltr</code> (左から右へ)と <code>rtl</code> (右から左へ) が指定可能です。</dd>
+ <dt id="attr-href">href</dt>
+ <dd>指定された URI へのハイパーリンクの設定に使用されます。</dd>
+ <dt id="attr-mathbackground">mathbackground</dt>
+ <dd>背景色。<code>#rgb</code>、<code>#rrggbb</code>および<a href="/ja/docs/CSS/color_value#Color_Keywords">HTML色名</a>を使用できます。</dd>
+ <dt id="attr-mathcolor">mathcolor</dt>
+ <dd>文字色。<code>#rgb</code>、<code>#rrggbb</code>および<a href="/ja/docs/CSS/color_value#Color_Keywords">HTML色名</a>を使用できます。</dd>
+ <dt id="attr-mathsize">mathsize</dt>
+ <dd>The size of the content. Possible values are:
+ <ul>
+ <li><code>small</code>: Font is rendered smaller than the current font size.</li>
+ <li><code>normal</code>: Equivalent to 100% or 1em.</li>
+ <li><code>big</code>Font is rendered larger than the current font size.</li>
+ <li>a custom <a href="/en-US/docs/CSS/length">length</a>.</li>
+ <li>or a unitless value which multiplies the default.</li>
+ </ul>
+ </dd>
+ <dt id="attr-mathvariant">mathvariant</dt>
+ <dd>This attribute specifies the logical class of the number which varies in typography. That is, although the names suggest the typographic style for the class, semantically, items with the same class are treated "the same" within an expression, which might or might not involve displaying them with the named typography. The following values are allowed:
+ <ul>
+ <li><code>normal</code> (Default value) ; <math><mn mathvariant="normal">Example</mn></math></li>
+ <li><code>bold</code> ; <math><mn mathvariant="bold">Example</mn></math></li>
+ <li><code>italic</code> ; <math><mn mathvariant="italic">Example</mn></math></li>
+ <li><code>bold-italic</code> ; <math><mn mathvariant="bold-italic">Example</mn></math></li>
+ </ul>
+
+ <ul>
+ <li><code>double-struck</code> ; <math><mn mathvariant="double-struck">Example</mn></math></li>
+ <li><code>bold-fraktur</code> ; <math><mn mathvariant="bold-fraktur">Example</mn></math></li>
+ <li><code>script</code> ; <math><mn mathvariant="script">Example</mn></math></li>
+ <li><code>bold-script</code> ; <math><mn mathvariant="bold-script">Example</mn></math></li>
+ <li><code>fraktur</code> ; <math><mn mathvariant="fraktur">Example</mn></math></li>
+ </ul>
+
+ <ul>
+ <li><code>sans-serif</code> ; <math><mn mathvariant="sans-serif">Example</mn></math></li>
+ <li><code>bold-sans-serif</code> ; <math><mn mathvariant="bold-sans-serif">Example</mn></math></li>
+ <li><code>sans-serif-italic</code> ; <math><mn mathvariant="sans-serif-italic">Example</mn></math></li>
+ <li><code>sans-serif-bold-italic</code> ; <math><mn mathvariant="sans-serif-bold-italic">Example</mn></math></li>
+ <li><code>monospace</code> ; <math><mn mathvariant="monospace">Example</mn></math></li>
+ </ul>
+
+ <ul>
+ <li><code>initial</code> ; <math><mn mathvariant="initial">مثال</mn></math></li>
+ <li><code>tailed</code> ; <math><mn mathvariant="tailed">مثال</mn></math></li>
+ <li><code>looped</code> ; <math><mn mathvariant="looped">مثال</mn></math></li>
+ <li><code>stretched</code> ; <math><mn mathvariant="stretched">مثال</mn></math></li>
+ </ul>
+ </dd>
+</dl>
+
+<h2 id="例">例</h2>
+
+<pre class="brush: html">&lt;math&gt;
+
+ &lt;mn&gt; 0 &lt;/mn&gt;
+
+ &lt;mn&gt; 1.337 &lt;/mn&gt;
+
+ &lt;mn&gt; twelve &lt;/mn&gt;
+
+ &lt;mn&gt; XVI &lt;/mn&gt;
+
+ &lt;mn&gt; 2e10 &lt;/mn&gt;
+
+&lt;/math&gt;
+</pre>
+
+<h2 id="仕様">仕様</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.mn', 'mn') }}</td>
+ <td>{{ Spec2('MathML3') }}</td>
+ <td>現在の仕様</td>
+ </tr>
+ <tr>
+ <td>{{ SpecName('MathML2', 'chapter3.html#presm.mn', 'mn') }}</td>
+ <td>{{ Spec2('MathML2') }}</td>
+ <td>初期の仕様</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="ブラウザ実装状況">ブラウザ実装状況</h2>
+
+
+
+<p>{{Compat("mathml.elements.mn")}}</p>
+
+<h2 id="Gecko_固有の注記">Gecko 固有の注記</h2>
+
+<ul>
+ <li>Starting with Gecko 20.0 {{geckoRelease("20.0")}} a unitless value for <code>mathsize</code> is allowed.</li>
+ <li>Some <code>mathvariant</code> values are only implemented starting with Gecko 28.0 {{ geckoRelease("28.0") }} and require appropriate <a href="/en-US/docs/Mozilla/MathML_Project/Fonts">math fonts</a>.</li>
+</ul>
diff --git a/files/ja/web/mathml/element/mo/index.html b/files/ja/web/mathml/element/mo/index.html
new file mode 100644
index 0000000000..009bd61201
--- /dev/null
+++ b/files/ja/web/mathml/element/mo/index.html
@@ -0,0 +1,179 @@
+---
+title: <mo>
+slug: Web/MathML/Element/mo
+tags:
+ - MathML
+ - MathML Reference
+ - 'MathML:Element'
+ - 'MathML:Token Elements'
+translation_of: Web/MathML/Element/mo
+---
+<p>{{MathMLRef()}}</p>
+
+<p class="summary">MathML の <code>&lt;mo&gt;</code> 要素は広い意味の演算子を表します。厳密に数学的な意味の演算子のほかに、括弧類やカンマ・セミコロンといった区切り記号、絶対値の縦棒などの「演算子」も含みます。</p>
+
+<h2 id="属性">属性</h2>
+
+<dl>
+ <dt id="attr-accent">accent</dt>
+ <dd>演算子が上下に付ける記号(<a href="/ja/docs/MathML/Element/munder">underscript</a> または <a href="/ja/docs/MathML/Element/mover">overscript</a>)として使われる場合、この属性は演算子がアクセント記号として扱われるべきかどうかを指定します。<br>
+ 取り得る値は <code>true</code> または <code>false です。</code></dd>
+ <dt id="attr-class-id-style">class, id, style</dt>
+ <dd><a href="/ja/docs/CSS">スタイルシート</a>と一緒に用いて提供されます。</dd>
+ <dt id="attr-dir">dir</dt>
+ <dd>数式全体の書字方向。値として <code>ltr</code> (左から右へ)と <code>rtl</code> (右から左へ) が指定可能です。</dd>
+ <dt id="attr-fence">fence</dt>
+ <dd>この属性は視覚的効果を持ちませんが、演算子が括弧類などの囲み記号であるかどうかを指定します。<br>
+ 取り得る値は <code>true</code> または <code>false</code> です。</dd>
+ <dt id="attr-form">form</dt>
+ <dd>囲んだ式における演算子の役割を指定します。これは、スペーシングや他のデフォルトプロパティに影響を与えます。通常の演算子(<code>+</code>, <code>-</code> など)の場合、明示的にこの属性を指定する必要はありません。<br>
+ 取り得る値は次の通りです:
+ <ul>
+ <li><code>prefix</code> を指定すると開き括弧類(opening fences)になります。(演算子が一つ以上の子要素を持つ {{ MathMLElement("mrow") }} 要素の最初の子要素の場合はこれが既定値です。)</li>
+ <li><code>infix</code> を指定するとセパレーターになります。(演算子が {{ MathMLElement("mrow") }} 要素に含まれていない場合はこれが既定値です。)</li>
+ <li><code>postfix</code> を指定すると閉じ括弧類(closing fences)になります。(演算子が一つ以上の子要素を持つ {{ MathMLElement("mrow") }} 要素の最後の子要素の場合はこれが既定値です。)</li>
+ </ul>
+ </dd>
+ <dt id="attr-href">href</dt>
+ <dd>指定された URI へのハイパーリンクの設定に使用されます。</dd>
+ <dt id="attr-largeop">largeop</dt>
+ <dd><code>displaystyle="true"</code> と設定されるときに演算子が通常よりも大きく表示されるべきかどうかを指定します。取り得る値は <code>true</code> または <code>false</code> です。</dd>
+ <dt id="attr-lspace">lspace</dt>
+ <dd>演算子の前の空き量(値と単位については <a href="/ja/docs/MathML/Attributes/Values#Lengths">length</a> を参照)。定数 <code>thickmathspace</code>(5/18em)が既定値です。</dd>
+ <dt id="attr-mathbackground">mathbackground</dt>
+ <dd>背景色。<code>#rgb</code>、<code>#rrggbb</code>および<a href="/ja/docs/CSS/color_value#Color_Keywords">HTML色名</a>を使用できます。</dd>
+ <dt id="attr-mathcolor">mathcolor</dt>
+ <dd>文字色。<code>#rgb</code>、<code>#rrggbb</code>および<a href="/ja/docs/CSS/color_value#Color_Keywords">HTML色名</a>を使用できます。</dd>
+ <dt id="attr-mathsize">mathsize</dt>
+ <dd>The size of the content. Possible values are:
+ <ul>
+ <li><code>small:</code> Font is rendered smaller than the current font size.</li>
+ <li><code>normal:</code> Equivalent to 100% or 1em.</li>
+ <li><code>big:</code> Font is rendered larger than the current font size.</li>
+ <li>a custom <a href="/en-US/docs/MathML/Attributes/Values#Lengths">length</a>.</li>
+ <li>or a unitless value which multiplies the default.</li>
+ </ul>
+ </dd>
+ <dt id="attr-mathvariant">mathvariant</dt>
+ <dd>This attribute specifies the logical class of the operator which varies in typography. That is, although the names suggest the typographic style for the class, semantically, items with the same class are treated "the same" within an expression, which might or might not involve displaying them with the named typography. The following values are allowed:
+ <ul>
+ <li><code>normal</code> (Default value) ; <math><mo mathvariant="normal">Example</mo></math></li>
+ <li><code>bold</code> ; <math><mo mathvariant="bold">Example</mo></math></li>
+ <li><code>italic</code> ; <math><mo mathvariant="italic">Example</mo></math></li>
+ <li><code>bold-italic</code> ; <math><mo mathvariant="bold-italic">Example</mo></math></li>
+ </ul>
+
+ <ul>
+ <li><code>double-struck</code> ; <math><mo mathvariant="double-struck">Example</mo></math></li>
+ <li><code>bold-fraktur</code> ; <math><mo mathvariant="bold-fraktur">Example</mo></math></li>
+ <li><code>script</code> ; <math><mo mathvariant="script">Example</mo></math></li>
+ <li><code>bold-script</code> ; <math><mo mathvariant="bold-script">Example</mo></math></li>
+ <li><code>fraktur</code> ; <math><mo mathvariant="fraktur">Example</mo></math></li>
+ </ul>
+
+ <ul>
+ <li><code>sans-serif</code> ; <math><mo mathvariant="sans-serif">Example</mo></math></li>
+ <li><code>bold-sans-serif</code> ; <math><mo mathvariant="bold-sans-serif">Example</mo></math></li>
+ <li><code>sans-serif-italic</code> ; <math><mo mathvariant="sans-serif-italic">Example</mo></math></li>
+ <li><code>sans-serif-bold-italic</code> ; <math><mo mathvariant="sans-serif-bold-italic">Example</mo></math></li>
+ <li><code>monospace</code> ; <math><mo mathvariant="monospace">Example</mo></math></li>
+ </ul>
+
+ <ul>
+ <li><code>initial</code> ; <math><mo mathvariant="initial">مثال</mo></math></li>
+ <li><code>tailed</code> ; <math><mo mathvariant="tailed">مثال</mo></math></li>
+ <li><code>looped</code> ; <math><mo mathvariant="looped">مثال</mo></math></li>
+ <li><code>stretched</code> ; <math><mo mathvariant="stretched">مثال</mo></math></li>
+ </ul>
+ </dd>
+ <dt id="attr-maxsize">maxsize</dt>
+ <dd>If <code>stretchy</code> is <code>true</code>, this attribute specifies the maximum size of the operator. Allowed values are:
+ <ul>
+ <li><code>infinity</code></li>
+ <li>an arbitrary <a href="/en-US/docs/MathML/Attributes/Values#Lengths">length</a></li>
+ </ul>
+ </dd>
+ <dt id="attr-minsize">minsize</dt>
+ <dd>If <code>stretchy</code> is <code>true</code>, this attribute specifies the minimum size of the operator. Allowed values are:
+ <ul>
+ <li><code>infinity</code></li>
+ <li>an arbitrary <a href="/en-US/docs/MathML/Attributes/Values#Lengths">length</a></li>
+ </ul>
+ </dd>
+ <dt id="attr-movablelimits">movablelimits</dt>
+ <dd><strong>displaystyle</strong> が <code>false</code> の場合に、上下に付ける記号(overscript,underscript)が上付き・下付き(superscript,subscript)の位置に移動するかどうかを指定します。<br>
+ 取り得る値は <code>true</code> または <code>false です。</code></dd>
+ <dt id="attr-rspace">rspace</dt>
+ <dd>演算子の後の空き量(値と単位については <a href="/ja/docs/MathML/Attributes/Values#Lengths">length</a> を参照)。定数 <code>thickmathspace</code>(5/18em)が既定値です。</dd>
+ <dt id="attr-separator">separator</dt>
+ <dd>この属性は視覚的効果を持ちませんが、演算子がカンマなどの区切り記号であるかどうかを指定します。<br>
+ 取り得る値は <code>true</code> または <code>false</code> です。</dd>
+ <dt id="attr-stretchy">stretchy</dt>
+ <dd>Specifies whether the operator stretches to the size of the adjacent element.<br>
+ Allowed values are <code>true</code> or <code>false</code>.</dd>
+ <dt id="attr-symmetric">symmetric</dt>
+ <dd><strong>stretchy</strong> が <code>true</code> の場合、演算子が仮想数式軸(imaginary math axis,分数線の高さの水平軸)のまわりに上下対称であるべきかどうかを指定します。<br>
+ 既定値は、<strong>stretchy</strong> が <code>true</code> セットされるならば <code>true</code> となり、そうでなければ <code>false</code> です。 取り得る値は <code>true</code> または <code>false</code> です。</dd>
+</dl>
+
+<h2 id="例">例</h2>
+
+<pre class="brush: html">&lt;math&gt;
+
+&lt;mrow&gt;
+  &lt;mn&gt;5&lt;/mn&gt;
+  &lt;mo&gt;+&lt;/mo&gt;
+  &lt;mn&gt;5&lt;/mn&gt;
+&lt;/mrow&gt;
+
+&lt;mrow&gt;
+ &lt;mo&gt; [ &lt;/mo&gt; &lt;!-- default form value: prefix --&gt;
+  &lt;mrow&gt;
+ &lt;mn&gt; 0 &lt;/mn&gt;
+ &lt;mo&gt; ; &lt;/mo&gt; &lt;!-- default form value: infix --&gt;
+    &lt;mn&gt; 1 &lt;/mn&gt;
+ &lt;/mrow&gt;
+ &lt;mo&gt; ) &lt;/mo&gt; &lt;!-- default form value: postfix --&gt;
+&lt;/mrow&gt;
+
+&lt;/math&gt;
+</pre>
+
+<h2 id="Specifications" name="Specifications">仕様</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">仕様</th>
+ <th scope="col">状態</th>
+ <th scope="col">コメント</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{ SpecName('MathML3', 'chapter3.html#presm.mo', 'mo') }}</td>
+ <td>{{ Spec2('MathML3') }}</td>
+ <td>Current specification</td>
+ </tr>
+ <tr>
+ <td>{{ SpecName('MathML2', 'chapter3.html#presm.mo', 'mo') }}</td>
+ <td>{{ Spec2('MathML2') }}</td>
+ <td>初期の仕様</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="ブラウザ実装状況">ブラウザ実装状況</h2>
+
+
+
+<p>{{Compat("mathml.elements.mo")}}</p>
+
+<h2 id="Gecko_固有の注記">Gecko 固有の注記</h2>
+
+<ul>
+ <li>Starting with Gecko 16.0 {{ geckoRelease("16.0") }} the default values for <code>lspace</code> and <code>rspace</code> have been corrected to match the MathML3 specification. They now default to the constant <code>thickmathspace</code> (5/18em).</li>
+ <li>Starting with Gecko 20.0 {{geckoRelease("20.0")}} a unitless value for <code>mathsize</code> is allowed.</li>
+ <li>Some <code>mathvariant</code> values are only implemented starting with Gecko 28.0 (Firefox 28.0 / Thunderbird 28.0 / SeaMonkey 2.25) and require appropriate <a href="https://developer.mozilla.org/en-US/docs/Mozilla/MathML_Project/Fonts">math fonts</a>.</li>
+ <li>Any <a class="external" href="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbattrs" title="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbattrs">linebreaking</a> or <a class="external" href="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbindent.attrs" title="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbindent.attrs">indentation attributes</a> are not implemented yet. See {{ bug("534962") }}.</li>
+</ul>
diff --git a/files/ja/web/mathml/element/mover/index.html b/files/ja/web/mathml/element/mover/index.html
new file mode 100644
index 0000000000..2d6619d9a1
--- /dev/null
+++ b/files/ja/web/mathml/element/mover/index.html
@@ -0,0 +1,88 @@
+---
+title: <mover>
+slug: Web/MathML/Element/mover
+translation_of: Web/MathML/Element/mover
+---
+<div>{{MathMLRef}}</div>
+
+<p class="summary">MathML の <code>&lt;mover&gt;</code> 要素はアクセントかリミットを上に載せるために使われます。構文は次の通りです: <code>&lt;mover&gt; <em>base overscript</em> &lt;/mover&gt;</code><br>
+ 訳注:アクセントは例えばドットやハットなどの記号です。リミットとは,定積分の区間の端点などのことです。<br>
+ overscript には定着した訳語がないようです。superscript(上付き)が肩に付く添字であるのに対し,overscript は真上に付く添字です。そのまま「オーバースクリプト」と書くことにします。</p>
+
+<h2 id="属性">属性</h2>
+
+<dl>
+ <dt id="attr-accent">accent</dt>
+ <dd>これが <code>true</code> の場合,オーバースクリプトはアクセントであり,本体に近く表示されます。<br>
+ <code>false</code>(既定値)の場合,オーバースクリプトは本体の上に載せるリミットです。<br>
+ 訳注:既定値は実際にはもう少し複雑で,オーバースクリプトが <code>&lt;mo&gt;</code> 要素の場合,その <code>accent</code> 属性が既定値となるというルールがあります。詳細は仕様書を参照。また,<code>accent</code> 属性の値によって大きさが違って表示される場合もあります。</dd>
+ <dt id="attr-align">align</dt>
+ <dd>オーバースクリプトの揃え位置。取り得る値は:<code>left</code>, <code>center</code> および <code>right</code>.</dd>
+ <dt id="attr-class-id-style">class, id, style</dt>
+ <dd>Provided for use with <a href="/en-US/docs/CSS">stylesheets</a>.</dd>
+ <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="/en-US/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="/en-US/docs/CSS/color_value#Color_Keywords">HTML color names</a>.</dd>
+</dl>
+
+<h2 id="例">例</h2>
+
+<p>Sample rendering: <img alt="x+y+z" src="/files/3196/mover.png" style="margin-left: 10px; vertical-align: middle;"></p>
+
+<p>Rendering in your browser: <math> <mover accent="true"> <mrow> <mi> x </mi> <mo> + </mo> <mi> y </mi> <mo> + </mo> <mi> z </mi> </mrow> <mo> ⏞ </mo> </mover> </math></p>
+
+<pre class="brush: html">&lt;math&gt;
+
+&lt;mover accent="true"&gt;
+ &lt;mrow&gt;
+ &lt;mi&gt; x &lt;/mi&gt;
+ &lt;mo&gt; + &lt;/mo&gt;
+ &lt;mi&gt; y &lt;/mi&gt;
+ &lt;mo&gt; + &lt;/mo&gt;
+ &lt;mi&gt; z &lt;/mi&gt;
+ &lt;/mrow&gt;
+ &lt;mo&gt; &amp;#x23DE; &lt;!--TOP CURLY BRACKET--&gt; &lt;/mo&gt;
+&lt;/mover&gt;
+
+&lt;/math&gt;
+</pre>
+
+<h2 id="仕様書">仕様書</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.mover', 'mover') }}</td>
+ <td>{{ Spec2('MathML3') }}</td>
+ <td>Current specification</td>
+ </tr>
+ <tr>
+ <td>{{ SpecName('MathML2', 'chapter3.html#presm.mover', 'mover') }}</td>
+ <td>{{ Spec2('MathML2') }}</td>
+ <td>Initial specification</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="ブラウザ実装状況">ブラウザ実装状況</h2>
+
+
+
+<p>{{Compat("mathml.elements.mover")}}</p>
+
+<h2 id="関連情報">関連情報</h2>
+
+<ul>
+ <li>{{ MathMLElement("munder") }} (Underscript)</li>
+ <li>{{ MathMLElement("munderover") }} (Underscript-overscript pair)</li>
+</ul>
diff --git a/files/ja/web/mathml/element/mphantom/index.html b/files/ja/web/mathml/element/mphantom/index.html
new file mode 100644
index 0000000000..b3e3e2c36b
--- /dev/null
+++ b/files/ja/web/mathml/element/mphantom/index.html
@@ -0,0 +1,75 @@
+---
+title: <mphantom>
+slug: Web/MathML/Element/mphantom
+translation_of: Web/MathML/Element/mphantom
+---
+<div>{{MathMLRef}}</div>
+
+<p class="summary">MathML の <code>&lt;mphantom&gt;</code> 要素は、表示上は不可視だが一定の広がり(高さ、幅、ベースライン位置)を維持した要素です。</p>
+
+<h2 id="属性">属性</h2>
+
+<dl>
+ <dt id="attr-class-id-style">class, id, style</dt>
+ <dd>Provided for use with <a href="/en-US/docs/CSS">stylesheets</a>.</dd>
+ <dt id="attr-mathbackground">mathbackground</dt>
+ <dd>背景色。<code>#rgb</code>, <code>#rrggbb</code> および <a href="/en-US/docs/CSS/color_value#Color_Keywords">HTML color names</a> を用いることができる。</dd>
+</dl>
+
+<h2 id="例">例</h2>
+
+<p>Sample rendering: <img alt="x+ z" src="/files/3199/mphantom.png" style="margin-left: 10px; vertical-align: middle;"></p>
+
+<p>Rendering in your browser: <math> <mrow> <mi> x </mi> <mo> + </mo> <mphantom> <mi> y </mi> <mo> + </mo> </mphantom> <mi> z </mi> </mrow> </math></p>
+
+<pre class="brush: html">&lt;math&gt;
+
+&lt;mrow&gt;
+ &lt;mi&gt; x &lt;/mi&gt;
+ &lt;mo&gt; + &lt;/mo&gt;
+ &lt;mphantom&gt;
+ &lt;mi&gt; y &lt;/mi&gt;
+ &lt;mo&gt; + &lt;/mo&gt;
+ &lt;/mphantom&gt;
+ &lt;mi&gt; z &lt;/mi&gt;
+&lt;/mrow&gt;
+
+&lt;/math&gt;
+</pre>
+
+<h2 id="仕様">仕様</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.mphantom', 'mphantom') }}</td>
+ <td>{{ Spec2('MathML3') }}</td>
+ <td>Current specification</td>
+ </tr>
+ <tr>
+ <td>{{ SpecName('MathML2', 'chapter3.html#presm.mphantom', 'mphantom') }}</td>
+ <td>{{ Spec2('MathML2') }}</td>
+ <td>Initial specification</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="ブラウザーごとの互換性">ブラウザーごとの互換性</h2>
+
+
+
+<p>{{Compat("mathml.elements.mphantom")}}</p>
+
+<h2 id="See_also">See also</h2>
+
+<ul>
+ <li>{{ MathMLElement("mspace") }}</li>
+ <li>{{ MathMLElement("mpadded") }}</li>
+</ul>
diff --git a/files/ja/web/mathml/element/mroot/index.html b/files/ja/web/mathml/element/mroot/index.html
new file mode 100644
index 0000000000..64b9691e23
--- /dev/null
+++ b/files/ja/web/mathml/element/mroot/index.html
@@ -0,0 +1,85 @@
+---
+title: <mroot>
+slug: Web/MathML/Element/mroot
+tags:
+ - MathML
+ - MathML Reference
+ - 'MathML:Element'
+ - 'MathML:General Layout Schemata'
+translation_of: Web/MathML/Element/mroot
+---
+<div>{{MathMLRef}}</div>
+
+<p class="summary">MathML の <code>&lt;mroot&gt;</code> 要素は根指数の付いた累乗根を表示するのに用いられます。引数は二つあり,構文は <code>&lt;mroot&gt; <em>基数 根指数</em> &lt;/mroot&gt;</code> となります。</p>
+
+<h2 id="Attributes" name="Attributes">属性</h2>
+
+<dl>
+ <dt id="attr-class-id-style">class, id, style</dt>
+ <dd><a href="/ja/docs/Web/CSS">スタイルシート</a>で使用するために使います。</dd>
+ <dt id="attr-displaystyle"><code>displaystyle</code></dt>
+ <dd>論理値で、数式を表示する際に上下に余白を追加するかどうかを指定します。 <code>false</code> に設定すると、数式を表示するのによりコンパクトなレイアウトを使用します。 <code>displaystyle</code> を <code>true</code> に設定する主な効果は、演算子をより大きく表示することです。 {{ MathMLElement("mo") }} の <code>largeop</code> および <code>movablelimits</code> も参照してください。</dd>
+ <dt id="attr-href">href</dt>
+ <dd>指定された URL へのハイパーリンクを設定するために使われます。</dd>
+ <dt id="attr-mathbackground">mathbackground</dt>
+ <dd>背景色を指定します。 <code>#rgb</code> や <code>#rrggbb</code> のような16進表現や<a href="/ja/docs/CSS/color_value#Color_Keywords">HTML 色名</a>を用いることができます</dd>
+ <dt id="attr-mathcolor">mathcolor</dt>
+ <dd>文字や記号自体の色を指定します。 <code>#rgb</code> や <code>#rrggbb</code> のような16進表現や <a href="/ja/docs/CSS/color_value#Color_Keywords">HTML color 色名</a>を用いることができます</dd>
+</dl>
+
+<h2 id="Examples" name="Examples">例</h2>
+
+<p>レンダリングのサンプル(画像): <img alt="x" src="/files/3200/mroot.png" style="margin-left: 10px; vertical-align: middle;"></p>
+
+<p>ブラウザのレンダリング結果: <math> <mroot> <mi>x</mi> <mn>3</mn> </mroot> </math></p>
+
+<pre class="brush: html notranslate">&lt;math&gt;
+
+ &lt;mroot&gt;
+ &lt;mi&gt;x&lt;/mi&gt;
+ &lt;mn&gt;3&lt;/mn&gt;
+ &lt;/mroot&gt;
+
+&lt;/math&gt;
+</pre>
+
+<h2 id="Specifications" name="Specifications">仕様書</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">仕様書</th>
+ <th scope="col">状態</th>
+ <th scope="col">備考</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{SpecName("MathMLCore", "#radicals-msqrt-mroot", "mroot")}}</td>
+ <td>{{Spec2("MathMLCore")}}</td>
+ <td>草稿の仕様</td>
+ </tr>
+ <tr>
+ <td>{{ SpecName('MathML3', 'chapter3.html#presm.mroot', 'mroot') }}</td>
+ <td>{{ Spec2('MathML3') }}</td>
+ <td>現在の仕様</td>
+ </tr>
+ <tr>
+ <td>{{ SpecName('MathML2', 'chapter3.html#presm.mroot', 'mroot') }}</td>
+ <td>{{ Spec2('MathML2') }}</td>
+ <td>初回定義</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
+
+<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
+
+<p>{{Compat("mathml.elements.mroot")}}</p>
+
+<h2 id="See_also" name="See_also">関連情報</h2>
+
+<ul>
+ <li>{{ MathMLElement("msqrt") }} (根指数のない平方根)</li>
+</ul>
diff --git a/files/ja/web/mathml/element/mspace/index.html b/files/ja/web/mathml/element/mspace/index.html
new file mode 100644
index 0000000000..bd6da532ed
--- /dev/null
+++ b/files/ja/web/mathml/element/mspace/index.html
@@ -0,0 +1,84 @@
+---
+title: <mspace>
+slug: Web/MathML/Element/mspace
+translation_of: Web/MathML/Element/mspace
+---
+<p>{{MathMLRef()}}</p>
+
+<p>MathML の <code>&lt;mspace&gt;</code> 要素は,空白を作るために使われます。空白のサイズ(訳注:幅だけでなくベースラインからの高さ,深さも)は属性で指定します。</p>
+
+<h2 id="属性">属性</h2>
+
+<dl>
+ <dt id="attr-class-id-style">class, id, style</dt>
+ <dd>Provided for use with <a href="/en-US/docs/CSS">stylesheets</a>.</dd>
+ <dt id="attr-depth">depth</dt>
+ <dd>ベースラインからの希望の深さ(値と単位については <a href="/ja/docs/MathML/Attributes/Values#Lengths">length</a> 参照)</dd>
+ <dt id="attr-height">height</dt>
+ <dd>ベースラインからの希望の高さ(値と単位については <a href="/ja/docs/MathML/Attributes/Values#Lengths">length</a> 参照)</dd>
+ <dt id="attr-linebreak">linebreak</dt>
+ <dd>この空白における改行について。取り得る値は <code>auto</code>(規定値),<code>newline,</code><code>nobreak,</code><code>goodbreak</code>,<code>badbreak</code>。MathML 3 以降は改行を制御するのに {{ MathMLElement("mo") }} を用いるのが好ましい。</dd>
+ <dt id="attr-mathbackground">mathbackground</dt>
+ <dd>The background color. You can use <code>#rgb</code>, <code>#rrggbb</code> and <a href="/en-US/docs/CSS/color_value#Color_Keywords">HTML color names</a>.</dd>
+ <dt id="attr-width">width</dt>
+ <dd>希望の幅(値と単位については <a href="/ja/docs/MathML/Attributes/Values#Lengths">length</a> 参照)</dd>
+</dl>
+
+<p>Note that some common attributes like <code>mathcolor</code>, <code>mathvariant</code> or <code>dir</code> have no effect on <code>&lt;mspace&gt;</code>.</p>
+
+
+
+<h2 id="例">例</h2>
+
+<pre class="brush: html">&lt;math&gt;
+
+ &lt;mspace depth="40px" height="20px" /&gt;
+
+ &lt;mspace width="100px" /&gt;
+
+&lt;/math&gt;
+</pre>
+
+<h2 id="ブラウザごとの互換性">ブラウザごとの互換性</h2>
+
+
+
+<p>{{Compat("mathml.elements.mspace")}}</p>
+
+<h3 id="Gecko-specific_notes">Gecko-specific notes</h3>
+
+<ul>
+ <li><a class="external" href="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbindent.attrs" title="http://www.w3.org/TR/MathML3/chapter3.html#presm.lbindent.attrs">Indentation attributes</a> are not implemented yet (for Gecko see {{ bug("534962") }}).</li>
+ <li>Support for negative values for the <code>width</code> attribute has been implemented in Gecko 23.0 {{geckoRelease("23.0")}}.</li>
+</ul>
+
+<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.mspace', 'mspace') }}</td>
+ <td>{{ Spec2('MathML3') }}</td>
+ <td>Current specification</td>
+ </tr>
+ <tr>
+ <td>{{ SpecName('MathML2', 'chapter3.html#presm.mspace', 'mspace') }}</td>
+ <td>{{ Spec2('MathML2') }}</td>
+ <td>Initial specification</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="See_also">See also</h2>
+
+<ul>
+ <li>{{ MathMLElement("mpadded") }}</li>
+ <li>{{ MathMLElement("mphantom") }}</li>
+</ul>
diff --git a/files/ja/web/mathml/element/msqrt/index.html b/files/ja/web/mathml/element/msqrt/index.html
new file mode 100644
index 0000000000..f92be2fee3
--- /dev/null
+++ b/files/ja/web/mathml/element/msqrt/index.html
@@ -0,0 +1,75 @@
+---
+title: <msqrt>
+slug: Web/MathML/Element/msqrt
+tags:
+ - MathML
+ - 平方根
+translation_of: Web/MathML/Element/msqrt
+---
+<p>{{MathMLRef()}}</p>
+
+<p>MathMLの <code>&lt;msqrt&gt;</code> 要素は平方根(根指数のついていない累乗根)を表示するために用いられます。 引数は一つだけで、構文は <code>&lt;msqrt&gt; <em>base</em> &lt;/msqrt&gt;</code> となります。</p>
+
+<h2 id="属性">属性</h2>
+
+<dl>
+ <dt id="attr-class-id-style">class, id, style</dt>
+ <dd><a href="/ja/docs/CSS">CSS</a>を用いて修飾を行なう際に使われます。</dd>
+ <dt id="attr-href">href</dt>
+ <dd>ハイパーリンクを設定する際に用いられます。</dd>
+ <dt id="attr-mathbackground">mathbackground</dt>
+ <dd>数式の背景色を指定するために使われます。<code>#rgb</code><font face="Arial, x-locale-body, sans-serif">、</font><code>#rrggbb</code>のような16進表現のほか、HTMLで定められた<a href="https://wiki.developer.mozilla.org/ja/docs/Web/CSS/color_value#Color_keywords" rel="noopener">色キーワード</a>を用いることができます。</dd>
+ <dt id="attr-mathcolor">mathcolor</dt>
+ <dd>根号を含んだ数式の文字の色を指定するために使われます。<code>#rgb</code><font face="Arial, x-locale-body, sans-serif">、</font><code>#rrggbb</code>のような16進表現のほか、HTMLで定められた<a href="https://wiki.developer.mozilla.org/ja/docs/Web/CSS/color_value#Color_keywords" rel="noopener">色キーワード</a>を用いることができます。</dd>
+</dl>
+
+<h2 id="例">例</h2>
+
+<p>レンダリングのサンプル(画像): <img alt="root-x" src="/files/3201/msqrt.png" style="margin-left: 10px; vertical-align: middle;"></p>
+
+<p>ブラウザのレンダリング結果: <math> <msqrt> <mi>x</mi> </msqrt> </math></p>
+
+<pre class="brush: html">&lt;math&gt;
+
+ &lt;msqrt&gt;
+ &lt;mi&gt;x&lt;/mi&gt;
+ &lt;/msqrt&gt;
+
+&lt;/math&gt;
+</pre>
+
+<h2 id="ブラウザごとの互換性">ブラウザごとの互換性</h2>
+
+
+
+<p>{{Compat("mathml.elements.msqrt")}}</p>
+
+<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.msqrt', 'msqrt') }}</td>
+ <td>{{ Spec2('MathML3') }}</td>
+ <td>Current specification</td>
+ </tr>
+ <tr>
+ <td>{{ SpecName('MathML2', 'chapter3.html#presm.msqrt', 'msqrt') }}</td>
+ <td>{{ Spec2('MathML2') }}</td>
+ <td>Initial specification</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="See_also">See also</h2>
+
+<ul>
+ <li>{{ MathMLElement("mroot") }} (Radical with an index)</li>
+</ul>
diff --git a/files/ja/web/mathml/element/msub/index.html b/files/ja/web/mathml/element/msub/index.html
new file mode 100644
index 0000000000..3e4f44c00f
--- /dev/null
+++ b/files/ja/web/mathml/element/msub/index.html
@@ -0,0 +1,84 @@
+---
+title: <msub>
+slug: Web/MathML/Element/msub
+translation_of: Web/MathML/Element/msub
+---
+<p>{{MathMLRef()}}</p>
+
+<p>MathML の <code>&lt;msub&gt;</code> 要素は式に下付きを付けるために用います。<br>
+ 構文は <code>&lt;msub&gt; <em>base subscript</em> &lt;/msub&gt;</code> となります。</p>
+
+<h2 id="属性">属性</h2>
+
+<dl>
+ <dt id="attr-class-id-style">class, id, style</dt>
+ <dd>Provided for use with <a href="/en-US/docs/CSS">stylesheets</a>.</dd>
+ <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="/en-US/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="/en-US/docs/CSS/color_value#Color_Keywords">HTML color names</a>.</dd>
+ <dt id="attr-subscriptshift">subscriptshift</dt>
+ <dd>下付き部分を本体のベースラインから下げる最小量を <a href="/en-US/docs/MathML/Attributes/Values#Lengths">length value</a> として指定します。</dd>
+</dl>
+
+<h2 id="例">例</h2>
+
+<p>Sample rendering: <img alt="x1" src="/files/3202/msub.png" style="margin-left: 10px; vertical-align: middle;"></p>
+
+<p>Rendering in your browser: <math> <msub> <mi>X</mi> <mn>1</mn> </msub> </math></p>
+
+<pre class="brush: html">&lt;math&gt;
+
+  &lt;msub&gt;
+    &lt;mi&gt;X&lt;/mi&gt;
+    &lt;mn&gt;1&lt;/mn&gt;
+  &lt;/msub&gt;
+
+&lt;/math&gt;
+</pre>
+
+<h2 id="ブラウザ毎の互換性">ブラウザ毎の互換性</h2>
+
+
+
+<p>{{Compat("mathml.elements.msub")}}</p>
+
+<h3 id="Specifications" name="Specifications">Gecko-specific notes</h3>
+
+<ul>
+ <li>Starting with Gecko 26.0 {{geckoRelease("26")}} it is no longer possible to use <code>&lt;none /&gt;</code> as a child element. The rendering has been made more consistent with equivalent configurations of {{MathMLElement("msup")}} and {{MathMLElement("mmultiscripts")}} and a bug with an incorrect application <code>of the </code><code>superscriptshift</code> attribute has been fixed (see {{bug("827713")}} for details).</li>
+</ul>
+
+<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.msub', 'msub') }}</td>
+ <td>{{ Spec2('MathML3') }}</td>
+ <td>Current specification</td>
+ </tr>
+ <tr>
+ <td>{{ SpecName('MathML2', 'chapter3.html#presm.msub', 'msub') }}</td>
+ <td>{{ Spec2('MathML2') }}</td>
+ <td>Initial specification</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="See_also">See also</h2>
+
+<ul>
+ <li>{{ MathMLElement("msup") }} (Superscript)</li>
+ <li>{{ MathMLElement("msubsup") }} (Subscript-superscript pair)</li>
+ <li>{{ MathMLElement("mmultiscripts") }} (Prescripts and tensor indices)</li>
+</ul>
diff --git a/files/ja/web/mathml/element/msubsup/index.html b/files/ja/web/mathml/element/msubsup/index.html
new file mode 100644
index 0000000000..3ab64afe74
--- /dev/null
+++ b/files/ja/web/mathml/element/msubsup/index.html
@@ -0,0 +1,89 @@
+---
+title: <msubsup>
+slug: Web/MathML/Element/msubsup
+tags:
+ - MathML
+translation_of: Web/MathML/Element/msubsup
+---
+<div>{{MathMLRef}}</div>
+
+<p class="summary">MathML <code>&lt;msubsup&gt;</code>要素は、下付き文字と上付き文字の両方を一緒に式に付けるために使用されます。<br>
+ 次の構文を使用します: <code>&lt;msubsup&gt; <em>ベース 下付き文字 上付き文字</em> &lt;/msubsup&gt;</code></p>
+
+<h2 id="属性">属性</h2>
+
+<dl>
+ <dt id="attr-class-id-style">class, id, style</dt>
+ <dd><a href="/ja/docs/CSS">スタイルシート</a>で使用するために用意されます。</dd>
+ <dt id="attr-href">href</dt>
+ <dd>指定されたURIへのハイパーリンクを設定するために使用されます。</dd>
+ <dt id="attr-mathbackground">mathbackground</dt>
+ <dd>背景色。<code>#rgb</code>、<code>#rrggbb</code>、および<a href="/ja/docs/CSS/color_value#Color_Keywords">HTMLの色名</a>を使用できます。</dd>
+ <dt id="attr-mathcolor">mathcolor</dt>
+ <dd>テキスト色。<code>#rgb</code>、<code>#rrggbb</code>、および<a href="/ja/docs/CSS/color_value#Color_Keywords">HTMLの色名</a>を使用できます。</dd>
+ <dt id="attr-subscriptshift">subscriptshift</dt>
+ <dd><a href="/ja/docs/MathML/Attributes/Values#Lengths">長さの値</a>として、下付き文字を式のベースラインより下にシフトするための最小スペース。</dd>
+ <dt id="attr-superscriptshift">superscriptshift</dt>
+ <dd><a href="/ja/docs/MathML/Attributes/Values#Lengths">長さの値</a>として、上付き文字を式のベースラインより上にシフトするための最小スペース。</dd>
+</dl>
+
+<h2 id="例">例</h2>
+
+<p>サンプルレンダリング: <img alt="x1" src="/files/3204/msubsup.png" style="margin-left: 10px; vertical-align: middle;"></p>
+
+<p>ブラウザーでのレンダリング: <math displaystyle="true"> <msubsup> <mo> ∫</mo> <mn> 0 </mn> <mn> 1 </mn> </msubsup> </math></p>
+
+<pre class="brush: html">&lt;math displaystyle="true"&gt;
+
+  &lt;msubsup&gt;
+ &lt;mo&gt; &amp;#x222B;&lt;!--Integral --&gt; &lt;/mo&gt;
+ &lt;mn&gt; 0 &lt;/mn&gt;
+ &lt;mn&gt; 1 &lt;/mn&gt;
+ &lt;/msubsup&gt;
+
+&lt;/math&gt;
+</pre>
+
+<h2 id="仕様">仕様</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">仕様</th>
+ <th scope="col">状態</th>
+ <th scope="col">コメント</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{ SpecName('MathML3', 'chapter3.html#presm.msubsup', 'msubsup') }}</td>
+ <td>{{ Spec2('MathML3') }}</td>
+ <td>現在の仕様</td>
+ </tr>
+ <tr>
+ <td>{{ SpecName('MathML2', 'chapter3.html#presm.msubsup', 'msubsup') }}</td>
+ <td>{{ Spec2('MathML2') }}</td>
+ <td>初期の仕様</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="ブラウザー互換性">ブラウザー互換性</h2>
+
+
+
+<p>{{Compat("mathml.elements.msubsup")}}</p>
+
+<h2 id="Gecko固有のノート">Gecko固有のノート</h2>
+
+<ul>
+ <li>Gecko 26.0 {{geckoRelease("26")}}から、子要素として <code>&lt;none /&gt;</code> を使用することはできません。 レンダリングは {{MathMLElement("msup")}} と {{MathMLElement("mmultiscripts")}} の同等の構成と一貫して行われ、<code>subscriptshift</code>と<code>superscriptshift</code>属性の誤った適用によるバグが修正されました(詳細については {{bug("827713")}} を参照)。</li>
+</ul>
+
+<h2 id="関連項目">関連項目</h2>
+
+<ul>
+ <li>{{ MathMLElement("msub") }} (上付き文字)</li>
+ <li>{{ MathMLElement("msup") }} (下付き文字)</li>
+ <li>{{ MathMLElement("mmultiscripts") }} (プリスケープとテンソルインデックス)</li>
+</ul>
diff --git a/files/ja/web/mathml/element/msup/index.html b/files/ja/web/mathml/element/msup/index.html
new file mode 100644
index 0000000000..5d96ed2046
--- /dev/null
+++ b/files/ja/web/mathml/element/msup/index.html
@@ -0,0 +1,84 @@
+---
+title: <msup>
+slug: Web/MathML/Element/msup
+translation_of: Web/MathML/Element/msup
+---
+<p>{{MathMLRef()}}</p>
+
+<p>MathML <code>の &lt;msup&gt;</code> 要素は,式に上付きを付けるために用います。<br>
+ 構文は <code>&lt;msup&gt; <em>base superscript</em> &lt;/msup&gt;</code> となります。</p>
+
+<h2 id="属性">属性</h2>
+
+<dl>
+ <dt id="attr-class-id-style">class, id, style</dt>
+ <dd>Provided for use with <a href="/en-US/docs/CSS">stylesheets</a>.</dd>
+ <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="/en-US/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="/en-US/docs/CSS/color_value#Color_Keywords">HTML color names</a>.</dd>
+ <dt id="attr-superscriptshift">superscriptshift</dt>
+ <dd>上付き部分を本体のベースラインから持ち上げる最小の量を <a href="/en-US/docs/MathML/Attributes/Values#Lengths">length value.</a> で指定します。</dd>
+</dl>
+
+<h2 id="例">例</h2>
+
+<p>Sample rendering: <img alt="x1" src="/files/3203/msup.png" style="margin-left: 10px; vertical-align: middle;"></p>
+
+<p>Rendering in your browser: <math> <msup> <mi>X</mi> <mn>2</mn> </msup> </math></p>
+
+<pre class="brush: html">&lt;math&gt;
+
+  &lt;msup&gt;
+    &lt;mi&gt;X&lt;/mi&gt;
+    &lt;mn&gt;2&lt;/mn&gt;
+  &lt;/msup&gt;
+
+&lt;/math&gt;
+</pre>
+
+<h2 id="ブラウザ毎の互換性">ブラウザ毎の互換性</h2>
+
+
+
+<p>{{Compat("mathml.elements.msup")}}</p>
+
+<h3 id="Specifications" name="Specifications">Gecko-specific notes</h3>
+
+<ul>
+ <li>Starting with Gecko 26.0 {{geckoRelease("26")}} it is no longer possible to use <code>&lt;none /&gt;</code> as a child element. The rendering has been made more consistent with equivalent configurations of {{MathMLElement("msub")}} and {{MathMLElement("mmultiscripts")}} and a bug with an incorrect application of<code> the superscriptshift</code> attribute has been fixed (see {{bug("827713")}} for details).</li>
+</ul>
+
+<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.msup', 'msup') }}</td>
+ <td>{{ Spec2('MathML3') }}</td>
+ <td>Current specification</td>
+ </tr>
+ <tr>
+ <td>{{ SpecName('MathML2', 'chapter3.html#presm.msup', 'msup') }}</td>
+ <td>{{ Spec2('MathML2') }}</td>
+ <td>Initial specification</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="See_also">See also</h2>
+
+<ul>
+ <li>{{ MathMLElement("msub") }} (Subscript)</li>
+ <li>{{ MathMLElement("msubsup") }} (Subscript-superscript pair)</li>
+ <li>{{ MathMLElement("mmultiscripts") }} (Prescripts and tensor indices)</li>
+</ul>
diff --git a/files/ja/web/mathml/element/mtable/index.html b/files/ja/web/mathml/element/mtable/index.html
new file mode 100644
index 0000000000..2d4c746517
--- /dev/null
+++ b/files/ja/web/mathml/element/mtable/index.html
@@ -0,0 +1,131 @@
+---
+title: <mtable>
+slug: Web/MathML/Element/mtable
+translation_of: Web/MathML/Element/mtable
+---
+<p>{{MathMLRef()}}</p>
+
+<p>MathML の <code>&lt;mtable&gt;</code> 要素は表や行列を作るのに使えます。<code>&lt;mtable&gt;</code> の中には {{ MathMLElement("mtr") }} と {{ MathMLElement("mtd") }} のみが書けます。これらの要素の関係は,<a href="/ja/docs/HTML">HTML</a> の{{ HTMLElement("table") }},{{ HTMLElement("tr") }} と {{ HTMLElement("td") }} の関係に似ています。</p>
+
+<h2 id="属性">属性</h2>
+
+<dl>
+ <dt id="attr-align">align</dt>
+ <dd>Specifies the <strong>vertical</strong> alignment of the table with respect to its environment.<br>
+ Possible values are:
+ <ul>
+ <li><code>axis</code> (default): The vertical center of the table aligns on the environment's axis (typically the minus sign).</li>
+ <li><code>baseline</code>: The vertical center of the table aligns on the environment's baseline.</li>
+ <li><code>bottom</code>: The bottom of the table aligns on the environments baseline.</li>
+ <li><code>center</code>: See baseline.</li>
+ <li><code>top</code>: The top of the table aligns on the environments baseline.</li>
+ </ul>
+ In addition, values of the <code>align</code> attribute can end with a <em>rownumber</em> (e.g. <code>align="center 3"</code>). 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 {{ geckoRelease("8.0") }} the interpretation of <em>negative</em> values has been corrected ({{ bug(601436) }}). In Gecko 17.0 {{geckoRelease("17.0")}} the parsing has been updated to treat whitespace correctly.</dd>
+ <dt id="attr-alignmentscope">alignmentscope</dt>
+ <dt id="attr-class-id-style">class, id, style</dt>
+ <dd>Provided for use with <a href="/en-US/docs/CSS">stylesheets</a>.</dd>
+ <dt id="attr-columnalign">columnalign</dt>
+ <dd>セル内の水平方向の揃えを指定します。スペース区切りで複数の値を書くこともでき,その場合,対応する列に適用されます(例:<code>columnalign="left right center"</code>)取り得る値は <code>left,center</code>(既定値)と <code>right</code> です。</dd>
+ <dt id="attr-columnlines">columnlines</dt>
+ <dd>列間罫線を指定します。スペース区切りで複数の値を書くこともでき,その場合,対応する列の間に適用されます(例:<code>columnlines="none none solid"</code>)。取り得る値は <code>none</code>(既定値),<code>solid</code> と <code>dashed</code> です。</dd>
+ <dt id="attr-columnspacing">columnspacing</dt>
+ <dd>列間スペースを指定します。</dd>
+ <dt id="attr-columnwidth">columnwidth</dt>
+ <dd>列幅を指定します。</dd>
+ <dt id="attr-displaystyle">displaystyle</dt>
+ <dd>A Boolean value specifying whether more vertical space is used for displayed equations or, if set to <code>false</code>, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when <code>displaystyle</code> is set to <code>true</code>.</dd>
+ <dt id="attr-equalcolumns">equalcolumns</dt>
+ <dd>全列の幅(訳注:原文は total height とあるが total width の誤りだろう)を強制的に同じにするか否かを示す真偽値。既定値は <code>false</code>。</dd>
+ <dt id="attr-equalrows">equalrows</dt>
+ <dd>全行の高さを強制的に同じにするか否かを示す真偽値。既定値は  <code>false。</code></dd>
+ <dt id="attr-frame">frame</dt>
+ <dd>Specifies borders of the entire table. Possible values are: <code>none</code> (default), <code>solid</code> and <code>dashed</code>.</dd>
+ <dt id="attr-framespacing">framespacing</dt>
+ <dd>Specifies additional space added between the table and frame.</dd>
+ <dt id="attr-groupalign">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="/en-US/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="/en-US/docs/CSS/color_value#Color_Keywords">HTML color names</a>.</dd>
+ <dt id="attr-minlabelspacing">minlabelspacing</dt>
+ <dd>A length value specifing the minimum space between a <a href="/en-US/docs/MathML/Element/mlabeledtr">label</a> and the adjacent cell in the row.</dd>
+ <dt id="attr-rowalign">rowalign</dt>
+ <dd>セルの垂直方向の揃えを指定します。スペース区切りで複数の値を書くこともでき,その場合,対応する行に適用されます(例:<code>rowalign="top bottom axis"</code>)。取り得る値は <code>axis,baseline</code>(既定値),<code>bottom,center</code> と <code>top</code> です。</dd>
+ <dt id="attr-rowlines">rowlines</dt>
+ <dd>行間罫線を指定します。スペース区切りで複数の値を書くこともでき,その場合,対応する列の間に適用されます。(例:<code>rowlines="none none solid"</code>)。取り得る値は <code>none</code>(既定値),<code>solid</code> と <code>dashed</code> です。</dd>
+ <dt id="attr-rowspacing">rowspacing</dt>
+ <dd>行間スペースを指定します。</dd>
+ <dt id="attr-side">side</dt>
+ <dd>{{ MathMLElement("mlabeledtr") }} ラベル要素を置く場所を指定します。 取り得る値は <code>left</code>,<code>right</code>(既定値),<code>leftoverlap</code> と <code>rightoverlap</code> です。</dd>
+ <dt id="attr-width">width</dt>
+ <dd>Specifies the width of the entire table. Accepts <a href="/en-US/docs/MathML/Attributes/Values#Lengths">length values</a>.</dd>
+</dl>
+
+<h2 id="例">例</h2>
+
+<h4 id="Example_1_揃える位置を行番号で指定する">Example 1: 揃える位置を行番号で指定する</h4>
+
+<p>Rendering: <img alt="" src="/files/3295/mtable-1.png" style="margin-left: 10px; vertical-align: middle;"></p>
+
+<pre class="brush: html">&lt;math&gt;
+
+ &lt;mi&gt;X&lt;/mi&gt;
+ &lt;mo&gt;=&lt;/mo&gt;
+ &lt;mtable frame="solid" rowlines="solid" align="axis 3"&gt;
+ &lt;mtr&gt;
+ &lt;mtd&gt;&lt;mi&gt;A&lt;/mi&gt;&lt;/mtd&gt;
+ &lt;mtd&gt;&lt;mi&gt;B&lt;/mi&gt;&lt;/mtd&gt;
+ &lt;/mtr&gt;
+ &lt;mtr&gt;
+ &lt;mtd&gt;&lt;mi&gt;C&lt;/mi&gt;&lt;/mtd&gt;
+ &lt;mtd&gt;&lt;mi&gt;D&lt;/mi&gt;&lt;/mtd&gt;
+ &lt;/mtr&gt;
+ &lt;mtr&gt;
+ &lt;mtd&gt;&lt;mi&gt;E&lt;/mi&gt;&lt;/mtd&gt;
+ &lt;mtd&gt;&lt;mi&gt;F&lt;/mi&gt;&lt;/mtd&gt;
+ &lt;/mtr&gt;
+ &lt;/mtable&gt;
+
+&lt;/math&gt;
+</pre>
+
+<h2 id="sect1"></h2>
+
+<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.mtable', 'mtable') }}</td>
+ <td>{{ Spec2('MathML3') }}</td>
+ <td>Current specification</td>
+ </tr>
+ <tr>
+ <td>{{ SpecName('MathML2', 'chapter3.html#presm.mtable', 'mtable') }}</td>
+ <td>{{ Spec2('MathML2') }}</td>
+ <td>Initial specification</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="ブラウザ毎の互換性">ブラウザ毎の互換性</h2>
+
+
+
+<p>{{Compat("mathml.elements.mtable")}}</p>
+
+<h2 id="See_also">See also</h2>
+
+<ul>
+ <li>{{ MathMLElement("mtd") }} (Table cell)</li>
+ <li>{{ MathMLElement("mtr") }} (Table row)</li>
+</ul>
diff --git a/files/ja/web/mathml/element/mtd/index.html b/files/ja/web/mathml/element/mtd/index.html
new file mode 100644
index 0000000000..bfdb7dfd21
--- /dev/null
+++ b/files/ja/web/mathml/element/mtd/index.html
@@ -0,0 +1,70 @@
+---
+title: <mtd>
+slug: Web/MathML/Element/mtd
+translation_of: Web/MathML/Element/mtd
+---
+<p>{{MathMLRef()}}</p>
+
+<p>MathML の <code>&lt;mtd&gt;</code> 要素は表組み・行列のセルを表します。{{ MathMLElement("mtr") }} 要素の中にしか現れません。この要素は <a href="/ja/docs/HTML">HTML</a> の {{ HTMLElement("td") }} 要素に似ています。</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") }} や {{ MathMLElement("mtr") }} で指定された値を上書きします。<br>
+ 取り得る値は<code> left,</code><code>center,</code><code>right</code> です。</dd>
+ <dt id="attr-columnspan">columnspan</dt>
+ <dd>セルが何列分を占めるかを非負整数で指定します。</dd>
+ <dt>groupalign</dt>
+ <dd> </dd>
+ <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") }} や {{ MathMLElement("mtr") }} で指定された値を上書きします。<br>
+ 取り得る値は <code>axis</code>,<code>baseline</code>,<code>bottom,center,top</code> です。</dd>
+ <dt id="attr-rowspan">rowspan</dt>
+ <dd>セルが何行分を占めるかを非負整数で指定します。</dd>
+</dl>
+
+<h2 id="ブラウザごとの互換性">ブラウザごとの互換性</h2>
+
+
+
+<p>{{Compat("mathml.elements.mtd")}}</p>
+
+<h2 id="Specifications" name="Specifications">仕様</h2>
+
+<table class="standard-table" style="height: 49px; width: 1000px;">
+ <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.mtd', 'mtd') }}</td>
+ <td>{{ Spec2('MathML3') }}</td>
+ <td>Current specification</td>
+ </tr>
+ <tr>
+ <td>{{ SpecName('MathML2', 'chapter3.html#presm.mtd', 'mtd') }}</td>
+ <td>{{ Spec2('MathML2') }}</td>
+ <td>Initial specification</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="See_also">See also</h2>
+
+<ul>
+ <li>{{ MathMLElement("mtable") }}</li>
+ <li>{{ MathMLElement("mtr") }}</li>
+</ul>
diff --git a/files/ja/web/mathml/element/mtext/index.html b/files/ja/web/mathml/element/mtext/index.html
new file mode 100644
index 0000000000..7799f8b149
--- /dev/null
+++ b/files/ja/web/mathml/element/mtext/index.html
@@ -0,0 +1,120 @@
+---
+title: <mtext>
+slug: Web/MathML/Element/mtext
+tags:
+ - MathML
+ - MathML Reference
+ - 'MathML:Element'
+ - 'MathML:Token Elements'
+translation_of: Web/MathML/Element/mtext
+---
+<div>{{MathMLRef}}</div>
+
+<p class="summary">MathML &lt;mtext&gt; 要素は、コメントや注釈などの表記の意味を<em>もたない</em>任意のテキストをレンダリングするために使用されます。<br>
+ 表記の意味<em>で</em>テキストを表示するには、{{ MathMLElement("mi") }} や {{ MathMLElement("mo") }} を代わりに使用します。</p>
+
+<h2 id="属性">属性</h2>
+
+<dl>
+ <dt id="attr-class-id-style">class, id, style</dt>
+ <dd><a href="/ja/docs/CSS">スタイルシート</a>と一緒に用いて提供されます。</dd>
+ <dt id="attr-dir">dir</dt>
+ <dd>数式全体の書字方向。値として <code>ltr</code> (左から右へ)と <code>rtl</code> (右から左へ) が指定可能です。</dd>
+ <dt id="attr-href">href</dt>
+ <dd>指定された URI へのハイパーリンクの設定に使用されます。</dd>
+ <dt id="attr-mathbackground">mathbackground</dt>
+ <dd>背景色。<code>#rgb</code>、<code>#rrggbb</code>および<a href="/ja/docs/CSS/color_value#Color_Keywords">HTML色名</a>を使用できます。</dd>
+ <dt id="attr-mathcolor">mathcolor</dt>
+ <dd>文字色。<code>#rgb</code>、<code>#rrggbb</code>および<a href="/ja/docs/CSS/color_value#Color_Keywords">HTML色名</a>を使用できます。</dd>
+ <dt id="attr-mathsize">mathsize</dt>
+ <dd>Specifies the size of the content. Possible values are:
+ <ul>
+ <li><code>small:</code>Font is rendered smaller than the current font size.</li>
+ <li><code>normal:</code>Equivalent to 100% or 1em.</li>
+ <li><code>big:</code>Font is rendered larger than the current font size.</li>
+ <li>a custom <a href="/en-US/docs/MathML/Attributes/Values#Lengths">length</a>.</li>
+ <li>or a unitless value which multiplies the default.</li>
+ </ul>
+ </dd>
+ <dt id="attr-mathvariant">mathvariant</dt>
+ <dd>This attribute specifies the logical class of the identifier, which varies in typography. That is, although the names suggest the typographic style for the class, semantically, items with the same class are treated "the same" within an expression, which might or might not involve displaying them with the named typography. The following values are allowed:
+ <ul>
+ <li><code>normal</code> (Default value) ; <math><mtext mathvariant="normal">Example</mtext></math></li>
+ <li><code>bold</code> ; <math><mtext mathvariant="bold">Example</mtext></math></li>
+ <li><code>italic</code> ; <math><mtext mathvariant="italic">Example</mtext></math></li>
+ <li><code>bold-italic</code> ; <math><mtext mathvariant="bold-italic">Example</mtext></math></li>
+ </ul>
+
+ <ul>
+ <li><code>double-struck</code> ; <math><mtext mathvariant="double-struck">Example</mtext></math></li>
+ <li><code>bold-fraktur</code> ; <math><mtext mathvariant="bold-fraktur">Example</mtext></math></li>
+ <li><code>script</code> ; <math><mtext mathvariant="script">Example</mtext></math></li>
+ <li><code>bold-script</code> ; <math><mtext mathvariant="bold-script">Example</mtext></math></li>
+ <li><code>fraktur</code> ; <math><mtext mathvariant="fraktur">Example</mtext></math></li>
+ </ul>
+
+ <ul>
+ <li><code>sans-serif</code> ; <math><mtext mathvariant="sans-serif">Example</mtext></math></li>
+ <li><code>bold-sans-serif</code> ; <math><mtext mathvariant="bold-sans-serif">Example</mtext></math></li>
+ <li><code>sans-serif-italic</code> ; <math><mtext mathvariant="sans-serif-italic">Example</mtext></math></li>
+ <li><code>sans-serif-bold-italic</code> ; <math><mtext mathvariant="sans-serif-bold-italic">Example</mtext></math></li>
+ <li><code>monospace</code> ; <math><mtext mathvariant="monospace">Example</mtext></math></li>
+ </ul>
+
+ <ul>
+ <li><code>normal</code> (Default) ; <math><mtext>مثال</mtext></math></li>
+ <li><code>initial</code> ; <math><mtext mathvariant="initial">مثال</mtext></math></li>
+ <li><code>tailed</code> ; <math><mtext mathvariant="tailed">مثال</mtext></math></li>
+ <li><code>looped</code> ; <math><mtext mathvariant="looped">مثال</mtext></math></li>
+ <li><code>stretched</code> ; <math><mtext mathvariant="stretched">مثال</mtext></math></li>
+ </ul>
+ </dd>
+</dl>
+
+<h2 id="例">例</h2>
+
+<pre class="brush: html">&lt;math&gt;
+
+  &lt;mtext&gt; Theorem of Pythagoras &lt;/mtext&gt;
+
+  &lt;mtext&gt; /* comment here */ &lt;/mtext&gt;
+
+&lt;/math&gt;
+</pre>
+
+<h2 id="仕様">仕様</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">仕様</th>
+ <th scope="col">状態</th>
+ <th scope="col">コメント</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{ SpecName('MathML3', 'chapter3.html#presm.mtext', 'mtext') }}</td>
+ <td>{{ Spec2('MathML3') }}</td>
+ <td>現在の仕様</td>
+ </tr>
+ <tr>
+ <td>{{ SpecName('MathML2', 'chapter3.html#presm.mtext', 'mtext') }}</td>
+ <td>{{ Spec2('MathML2') }}</td>
+ <td>初期の仕様</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="ブラウザー互換性">ブラウザー互換性</h2>
+
+
+
+<p>{{Compat("mathml.elements.mtext")}}</p>
+
+<h2 id="Gecko_固有の注記">Gecko 固有の注記</h2>
+
+<ul>
+ <li>Starting with Gecko 20.0 {{geckoRelease("20.0")}} a unitless value for <code>mathsize</code> is allowed.</li>
+ <li>Some <code>mathvariant</code> values are only implemented starting with Gecko 28.0 (Firefox 28.0 / Thunderbird 28.0 / SeaMonkey 2.25) and require appropriate <a href="https://developer.mozilla.org/ja/docs/Mozilla/MathML_Project/Fonts">math fonts</a>.</li>
+</ul>
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>&lt;mtr&gt;</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>
diff --git a/files/ja/web/mathml/element/munder/index.html b/files/ja/web/mathml/element/munder/index.html
new file mode 100644
index 0000000000..aebcd251ac
--- /dev/null
+++ b/files/ja/web/mathml/element/munder/index.html
@@ -0,0 +1,87 @@
+---
+title: <munder>
+slug: Web/MathML/Element/munder
+tags:
+ - MathML
+translation_of: Web/MathML/Element/munder
+---
+<div>{{MathMLRef}}</div>
+
+<p class="summary">The MathML <code>&lt;munder&gt;</code> element is used to attach an accent or a limit under an expression. It uses the following syntax: <code>&lt;munder&gt; <em>数式表現 下付き文字</em> &lt;/munder&gt;</code></p>
+
+<h2 id="属性">属性</h2>
+
+<dl>
+ <dt id="attr-accentunder">accentunder</dt>
+ <dd>If <code>true</code>, the element is an <em>accent</em>, which is drawn closer to the base expression.<br>
+ If <code>false</code> (default value), the element is a <em>limit</em> under the base expression.</dd>
+ <dt id="attr-align">align {{deprecated_inline}}</dt>
+ <dd><code>left</code>、 <code>center</code>あるいは<code>right</code>を指定することによって下付き文字をどの位置に表示するかを決めることができます。ただ、この属性は非推奨で近日中に廃止されます。代わりにCSSプロパティ<code><a href="https://wiki.developer.mozilla.org/ja/docs/Web/MathML/Element/ja/docs/Web/CSS/text-align">text-align</a></code>を使用してください。</dd>
+ <dt id="attr-class-id-style">class, id, style</dt>
+ <dd>CSSで装飾を行なう際に使われます。</dd>
+ <dt id="attr-href">href</dt>
+ <dd>ハイパーリンクを設定する際に使われます。</dd>
+ <dt id="attr-mathbackground">mathbackground</dt>
+ <dd>背景色を指定します。 <code>#rgb</code>や<code>#rrggbb</code>のような16進表現や<a href="https://wiki.developer.mozilla.org/ja/docs/CSS/color_value#Color_Keywords">HTML color names</a>を用いることができます。</dd>
+ <dt id="attr-mathcolor">mathcolor</dt>
+ <dd>文字の色を指定します。 <code>#rgb</code>や<code>#rrggbb</code>のような16進表現や<a href="https://wiki.developer.mozilla.org/ja/docs/CSS/color_value#Color_Keywords">HTML color names</a>を用いることができます。</dd>
+</dl>
+
+<h2 id="例">例</h2>
+
+<p>レンダリングのサンプル(画像): <img alt="x+y+z" src="/files/3197/munder.png" style="margin-left: 10px; vertical-align: middle;"></p>
+
+<p>ブラウザのレンダリング結果: <math> <munder accentunder="true"> <mrow> <mi> x </mi> <mo> + </mo> <mi> y </mi> <mo> + </mo> <mi> z </mi> </mrow> <mo> ⏟ </mo> </munder> </math></p>
+
+<pre class="brush: html">&lt;math&gt;
+
+&lt;munder accentunder="true"&gt;
+ &lt;mrow&gt;
+ &lt;mi&gt; x &lt;/mi&gt;
+ &lt;mo&gt; + &lt;/mo&gt;
+ &lt;mi&gt; y &lt;/mi&gt;
+ &lt;mo&gt; + &lt;/mo&gt;
+ &lt;mi&gt; z &lt;/mi&gt;
+ &lt;/mrow&gt;
+ &lt;mo&gt; &amp;#x23DF; &lt;!--BOTTOM CURLY BRACKET--&gt; &lt;/mo&gt;
+&lt;/munder&gt;
+
+&lt;/math&gt;
+</pre>
+
+<h2 id="仕様">仕様</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">仕様書</th>
+ <th scope="col">状態</th>
+ <th scope="col">備考</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{ SpecName('MathML3', 'chapter3.html#presm.munder', 'munder') }}</td>
+ <td>{{ Spec2('MathML3') }}</td>
+ <td>Current specification</td>
+ </tr>
+ <tr>
+ <td>{{ SpecName('MathML2', 'chapter3.html#presm.munder', 'munder') }}</td>
+ <td>{{ Spec2('MathML2') }}</td>
+ <td>Initial specification</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="ブラウザごとの互換性">ブラウザごとの互換性</h2>
+
+
+
+<p>{{Compat("mathml.elements.munder")}}</p>
+
+<h2 id="関連情報">関連情報</h2>
+
+<ul>
+ <li>{{ MathMLElement("mover") }} (上付き文字)</li>
+ <li>{{ MathMLElement("munderover") }} (Underscript-overscript pair)</li>
+</ul>
diff --git a/files/ja/web/mathml/element/semantics/index.html b/files/ja/web/mathml/element/semantics/index.html
new file mode 100644
index 0000000000..825adc03a4
--- /dev/null
+++ b/files/ja/web/mathml/element/semantics/index.html
@@ -0,0 +1,125 @@
+---
+title: <semantics>
+slug: Web/MathML/Element/semantics
+tags:
+ - MathML
+ - MathML Reference
+ - 'MathML:Element'
+translation_of: Web/MathML/Element/semantics
+---
+<div>{{MathMLRef}}</div>
+
+<p class="summary">MathMLにおいては,数学をタグ付けるには二つの方法があり,<em><ruby>表示<rp> (</rp><rt>presentation</rt><rp>)</rp></ruby></em>MathMLが数式の配置を制御するのに用いられる一方,<em><ruby>内容<rp> (</rp><rt>content</rt><rp>)</rp></ruby></em>MathMLは数式の論理的意味の符号化及び<ruby>数式処理系<rp> (</rp><rt>computer algebra system</rt><rp>)</rp></ruby>に適するような数式の変換を念頭に設計されています。MathML要素<code>&lt;semantics&gt;</code>,<code>&lt;annotation&gt;</code>及び<code>&lt;annotation-xml&gt;</code>を用いることで,表示MathMLと内容MathMLを組み合せ,数式の配置情報及び論理的意味の双方を記述できます。</p>
+
+<p><code>&lt;semantics&gt;</code>要素は注釈に関連したコンテナ要素として振舞い,子要素を持たなくてはなりません(そうでない場合,<em>無効なタグ付け</em>として誤り報告されます)。<code>&lt;annotation&gt;</code>要素には非XML形式の論理的情報が含まれ,対して<code>&lt;annotaiton-xml&gt;</code>要素にはXML形式の情報(例: 内容MathMLやOpenMath)が含まれます。</p>
+
+<p><code>&lt;semantics&gt;</code>要素における可視子要素を決定する規則を次に挙げます。</p>
+
+<ul>
+ <li>適用すべき規則がない場合: 既定では最初の子要素のみ描画しますが,当要素は表示MathMLでなくてはなりません。</li>
+ <li>最初の子要素が<code>&lt;annotation&gt;</code>又は<code>&lt;annotation-xml&gt;</code>以外の表示MathML要素の場合,当要素が描画されます。</li>
+ <li>表示MathMLが見当らない場合,<code>&lt;semantics&gt;</code>要素の最初の<code>&lt;annotation&gt;</code>又は<code>&lt;annotation-xml&gt;</code>子要素を描画します。<br>
+ <code>encoding</code>属性で次の孰れかが指定されている場合,<code>&lt;annotation-xml&gt;</code>要素のみが認識されることに気を付けてください。
+ <ul>
+ <li>application/mathml-presentation+xml</li>
+ <li>MathML-Presentation</li>
+ <li>SVG1.1</li>
+ <li>text/html</li>
+ <li>image/svg+xml</li>
+ <li>application/xml</li>
+ </ul>
+ ここに「application/mathml+xml」を挙げて<em>いない</em>ことに留意してください,というのもこれでは内容MathMLか表示MathMLかを区別できないからです。</li>
+</ul>
+
+<h2 id="属性">属性</h2>
+
+<p><code>&lt;annotation&gt;</code>及び<code>&lt;annotation-xml&gt;</code>要素には次の属性が設定できます。</p>
+
+<dl>
+ <dt id="attr-definitionurl">definitionURL</dt>
+ <dd>The location of the annotation key symbol.</dd>
+ <dt id="attr-encoding">encoding</dt>
+ <dd>当注釈における論理的情報の符号化方法(例: 「MathML-Content」,「MathML-Presentation」,「application/openmath+xml」,「image/png」)。</dd>
+ <dt id="attr-cd">cd</dt>
+ <dd>The content dictionary that contains the annotation key symbol.</dd>
+ <dt id="attr-name">name</dt>
+ <dd>The name of the annotation key symbol.</dd>
+ <dt id="attr-src">src</dt>
+ <dd>論理的情報の為の外部資源の場所。</dd>
+</dl>
+
+<h2 id="例">例</h2>
+
+<pre class="brush: html">&lt;math&gt;
+ &lt;semantics&gt;
+
+ &lt;!-- 表示MathML --&gt;
+ &lt;mrow&gt;
+ &lt;msup&gt;
+ &lt;mi&gt;x&lt;/mi&gt;
+ &lt;mn&gt;2&lt;/mn&gt;
+ &lt;/msup&gt;
+ &lt;mo&gt;+&lt;/mo&gt;
+ &lt;mi&gt;y&lt;/mi&gt;
+ &lt;/mrow&gt;
+
+ &lt;!-- 内容MathML --&gt;
+ &lt;annotation-xml encoding="MathML-Content"&gt;
+ &lt;apply&gt;
+ &lt;plus/&gt;
+ &lt;apply&gt;
+ &lt;power/&gt;
+ &lt;ci&gt;x&lt;/ci&gt;
+ &lt;cn type="integer"&gt;2&lt;/cn&gt;
+ &lt;/apply&gt;
+ &lt;ci&gt;y&lt;/ci&gt;
+ &lt;/apply&gt;
+ &lt;/annotation-xml&gt;
+
+ &lt;!-- 画像注釈 --&gt;
+ &lt;annotation encoding="image/png" src="some/path/formula.png"/&gt;
+
+ &lt;!-- TeX形式の注釈 --&gt;
+ &lt;annotation encoding="application/x-tex"&gt;
+ x^{2} + y
+ &lt;/annotation&gt;
+
+ &lt;/semantics&gt;
+&lt;/math&gt;</pre>
+
+<h2 id="仕様">仕様</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">仕様</th>
+ <th scope="col">状態</th>
+ <th scope="col">備考</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{ SpecName('MathML3', 'chapter5.html', 'Mixing Markup Languages for Mathematical Expressions') }}</td>
+ <td>{{ Spec2('MathML3') }}</td>
+ <td>現在の仕様</td>
+ </tr>
+ <tr>
+ <td>{{ SpecName('MathML2', 'chapter5.html', 'Combining Presentation and Content Markup ') }}</td>
+ <td>{{ Spec2('MathML2') }}</td>
+ <td>初期の仕様</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="ブラウザー互換機">ブラウザー互換機</h2>
+
+
+
+<p>{{Compat("mathml.elements.semantics")}}</p>
+
+<h2 id="Gecko固有の注記">Gecko固有の注記</h2>
+
+<ul>
+ <li>{{geckoRelease("23")}}において,semantics要素下の可視子要素を決定する算法がMathML仕様に準じるよう修正されました。以前では,最初の子要素が〔無条件に〕描画されていました。</li>
+ <li>Geckoでは,src属性が指定されている場合,<code>&lt;annotation&gt;</code>及び<code>&lt;annotation-xml&gt;</code>は無視されます。</li>
+</ul>