blob: 21d4fb2b84b55043faa147189be95b29ab200dff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
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><mn></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"><math>
<mn> 0 </mn>
<mn> 1.337 </mn>
<mn> twelve </mn>
<mn> XVI </mn>
<mn> 2e10 </mn>
</math>
</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>
|