diff options
Diffstat (limited to 'files/zh-cn/web/mathml/element/index.html')
| -rw-r--r-- | files/zh-cn/web/mathml/element/index.html | 234 |
1 files changed, 234 insertions, 0 deletions
diff --git a/files/zh-cn/web/mathml/element/index.html b/files/zh-cn/web/mathml/element/index.html new file mode 100644 index 0000000000..6eabd340c7 --- /dev/null +++ b/files/zh-cn/web/mathml/element/index.html @@ -0,0 +1,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><annotation></code></a>(数据附注)</li> + <li><a href="/en-US/docs/Web/MathML/Element/semantics#annotation-xml"><code><annotation-xml></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><annotation></code></a></li> + <li><a href="/en-US/docs/Web/MathML/Element/semantics#annotation-xml"><code><annotation-xml></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> |
