diff options
Diffstat (limited to 'files/ja/web/mathml/element/math/index.html')
-rw-r--r-- | files/ja/web/mathml/element/math/index.html | 163 |
1 files changed, 163 insertions, 0 deletions
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><math></code> です。有効な MathML のインスタンスはすべて <code><math></code> タグに囲まれています。加えて、 <code><math></code> 要素を入れ子状に配置してはなりませんが、中にその他の子要素をいくつでも持つことができます。</p> + +<h2 id="Attributes" name="Attributes">属性</h2> + +<p>以下に示す属性に加え、 <code><math></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"><!DOCTYPE html> +<html> + <head> + <title>MathML in HTML5</title> + </head> + <body> + + <math> + <mrow> + <mrow> + <msup> + <mi>a</mi> + <mn>2</mn> + </msup> + <mo>+</mo> + <msup> + <mi>b</mi> + <mn>2</mn> + </msup> + </mrow> + <mo>=</mo> + <msup> + <mi>c</mi> + <mn>2</mn> + </msup> + </mrow> + </math> + + </body> +</html> +</pre> + +<h3 id="XHTML_notation" name="XHTML_notation">XHTML 表記</h3> + +<pre class="brush: xml notranslate"><?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + <title>MathML in XHTML</title> +</head> +<body> + + <math xmlns="http://www.w3.org/1998/Math/MathML"> + <mrow> + <mrow> + <msup> + <mi>a</mi> + <mn>2</mn> + </msup> + <mo>+</mo> + <msup> + <mi>b</mi> + <mn>2</mn> + </msup> + </mrow> + <mo>=</mo> + <msup> + <mi>c</mi> + <mn>2</mn> + </msup> + </mrow> + </math> + +</body> +</html></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> |