aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/mathml/element/index.html
blob: 6eabd340c79ae617c0e1ac2dfb657aab4cdf90cb (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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
---
title: MathML 元素参考
slug: Web/MathML/Element
tags:
  - MathML
  - MathML 参考
translation_of: Web/MathML/Element
---
<p>{{MathMLRef}}</p>

<p>这是一份按字母排序的 MathML <strong>呈现型</strong>元素列表。</p>

<p><strong>呈现型标记</strong><strong>presentation markup</strong>)相关条目被用来描述数学记号的布局结构,而<strong>内容型标记</strong><strong>content markup</strong>)则用于提供潜在的数学含义,MathML 解析器不支持渲染内容型标记(见 {{bug(276028)}})。若想了解更多关于内容型标记的信息,可以考虑阅读 <a href="http://www.w3.org/TR/MathML3/">MathML 3 规范</a><a href="http://www.w3.org/TR/MathML3/chapter4.html">第四章</a></p>

<p>MathML 元素实现了 {{domxref("MathMLElement")}} 类。</p>

<h2 id="MathML_呈现型元素(字母排序)">MathML 呈现型元素(字母排序)</h2>

<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")}}(圆括号){{deprecated_inline}}</li>
 <li>{{MathMLElement("mfrac")}}(因子 Fraction)</li>
</ul>

<h3 id="G">G</h3>

<ul>
 <li>{{MathMLElement("mglyph")}}(显示非标准符号)</li>
</ul>

<h3 id="I">I</h3>

<ul>
 <li>{{MathMLElement("mi")}}(标识符 Identifier)</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")}}(Prescript 和张量指标 tensor indice)</li>
</ul>

<h3 id="N">N</h3>

<ul>
 <li>{{MathMLElement("mn")}}(数字)</li>
</ul>

<h3 id="O">O</h3>

<ul>
 <li>{{MathMLElement("mo")}}(运算符 Operator)</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")}}(附注 Annotation,比如进位)</li>
 <li>{{MathMLElement("mscarry")}}(单进位, {{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="其他元素">其他元素</h3>

<ul>
 <li>{{MathMLElement("semantics")}}(语义附注的容器)</li>
 <li><a href="/en-US/docs/Web/MathML/Element/semantics#annotation"><code>&lt;annotation&gt;</code></a>(数据附注)</li>
 <li><a href="/en-US/docs/Web/MathML/Element/semantics#annotation-xml"><code>&lt;annotation-xml&gt;</code></a>(XML 附注)</li>
</ul>
</div>

<h2 id="MathML_呈现型元素(类别分类)">MathML 呈现型元素(类别分类)</h2>

<h3 id="顶层元素">顶层元素</h3>

<ul>
 <li>{{MathMLElement("math")}}</li>
</ul>

<h3 id="字符符号元素">字符/符号元素</h3>

<ul>
 <li>{{MathMLElement("mglyph")}}</li>
 <li>{{MathMLElement("mi")}}</li>
 <li>{{MathMLElement("mn")}}</li>
 <li>{{MathMLElement("mo")}}</li>
 <li>{{MathMLElement("ms")}}</li>
 <li>{{MathMLElement("mspace")}}</li>
 <li>{{MathMLElement("mtext")}}</li>
</ul>

<h3 id="通用布局元素">通用布局元素</h3>

<ul>
 <li>{{MathMLElement("menclose")}}</li>
 <li>{{MathMLElement("merror")}}</li>
 <li>{{MathMLElement("mfenced")}} {{deprecated_inline}}</li>
 <li>{{MathMLElement("mfrac")}}</li>
 <li>{{MathMLElement("mpadded")}}</li>
 <li>{{MathMLElement("mphantom")}}</li>
 <li>{{MathMLElement("mroot")}}</li>
 <li>{{MathMLElement("mrow")}}</li>
 <li>{{MathMLElement("msqrt")}}</li>
 <li>{{MathMLElement("mstyle")}}</li>
</ul>

<h3 id="边标和角标元素">边标和角标元素</h3>

<ul>
 <li>{{MathMLElement("mmultiscripts")}}</li>
 <li>{{MathMLElement("mover")}}</li>
 <li>{{MathMLElement("mprescripts")}}</li>
 <li>{{MathMLElement("msub")}}</li>
 <li>{{MathMLElement("msubsup")}}</li>
 <li>{{MathMLElement("msup")}}</li>
 <li>{{MathMLElement("munder")}}</li>
 <li>{{MathMLElement("munderover")}}</li>
 <li>{{MathMLElement("none")}}</li>
</ul>

<h3 id="表格数学">表格数学</h3>

<ul>
 <li>{{MathMLElement("maligngroup")}}</li>
 <li>{{MathMLElement("malignmark")}}</li>
 <li>{{MathMLElement("mlabeledtr")}}</li>
 <li>{{MathMLElement("mtable")}}</li>
 <li>{{MathMLElement("mtd")}}</li>
 <li>{{MathMLElement("mtr")}}</li>
</ul>

<h3 id="初等数学">初等数学</h3>

<ul>
 <li>{{MathMLElement("mlongdiv")}}</li>
 <li>{{MathMLElement("mscarries")}}</li>
 <li>{{MathMLElement("mscarry")}}</li>
 <li>{{MathMLElement("msgroup")}}</li>
 <li>{{MathMLElement("msline")}}</li>
 <li>{{MathMLElement("msrow")}}</li>
 <li>{{MathMLElement("mstack")}}</li>
</ul>

<h3 id="尚无分类的元素">尚无分类的元素</h3>

<ul>
 <li>{{MathMLElement("maction")}}</li>
</ul>

<h2 id="语义附注元素">语义附注元素</h2>

<ul>
 <li><a href="/en-US/docs/Web/MathML/Element/semantics#annotation"><code>&lt;annotation&gt;</code></a></li>
 <li><a href="/en-US/docs/Web/MathML/Element/semantics#annotation-xml"><code>&lt;annotation-xml&gt;</code></a></li>
 <li>{{MathMLElement("semantics")}}</li>
</ul>

<h2 id="请参阅">请参阅</h2>

<ul>
 <li><a href="/en-US/docs/Web/MathML">MathML</a></li>
 <li><a href="/en-US/docs/Web/MathML/Attribute">MathML 属性参考</a></li>
</ul>