Skip to content

Latest commit

 

History

History
437 lines (433 loc) · 15.4 KB

File metadata and controls

437 lines (433 loc) · 15.4 KB
title slug l10n
属性
Web/MathML/Attribute
sourceCommit
4d5e2c11f4b8cc32e54d2527d9576ed26ced9458

{{MathMLRef}}

此页面是 MathML 属性的字母表。要了解每个属性的更多详细信息,请参见 MathML 元素页面全局属性页面页面也介绍了有关 MathML 属性常用值的一些说明。

Note

就像 MathML 主页所解释的那样,MDN 使用 MathML 核心作为参考规范。不过,一些浏览器仍在使用的遗留特性也被记录在案。你可以在 MathML 4 中找到有关这些特性和其他特性的更多详细信息。

名称 接受该属性的元素 描述
accent {{ MathMLElement("mo") }} 一个 <boolean> 值,表示在作为下标或上标使用时,运算符是否应着重表示。
accent {{ MathMLElement("mover") }}、{{ MathMLElement("munderover") }} 一个 <boolean> 值,表示下标是否应着重表示。
accentunder {{ MathMLElement("munder") }}、{{ MathMLElement("munderover") }} 一个 <boolean> 值,表示上标是否应着重表示。
actiontype {{deprecated_inline}} {{ MathMLElement("maction") }} 一个字符串值,用于指定此元素发生的操作。
align {{ MathMLElement("mtable") }} 指定表格相对于环境的垂直对齐方式。
background {{deprecated_inline}} {{ MathMLElement("mstyle") }} 请使用 CSS background-color 代替。
close {{deprecated_inline}} {{ MathMLElement("mfenced") }} 用于结尾分隔符的字符串。
color {{deprecated_inline}} {{ MathMLElement("mstyle") }} 请使用 CSS color 代替。
columnalign {{ MathMLElement("mtable") }}、{{ MathMLElement("mtd") }}、{{ MathMLElement("mtr") }} 指定表格单元格的水平对齐方式。
columnlines {{ MathMLElement("mtable") }} 指定表格列边框。
columnspacing {{ MathMLElement("mtable") }} 指定表格列间距。
columnspan {{ MathMLElement("mtd") }} 一个非负整数值,表示单元格扩展到多少表格列。
denomalign {{deprecated_inline}} {{ MathMLElement("mfrac") }} 分数下分母的对齐方式。
depth {{ MathMLElement("mpadded") }} 一个 {{cssxref("length-percentage")}} 值,表示所需的深度(基线以下)。
dir 所有 MathML 元素 文本方向,可能的值为 ltr(从左到右)或 rtl(从右到左)。
display {{ MathMLElement("math") }} 指定渲染模式,允许的值为 blockinline
displaystyle 所有 MathML 元素

一个 <boolean> 值,指定是否将 math-style 设置为 normal(如果为真)或 compact(其他情况下)。

fence {{ MathMLElement("mo") }} 一个 <boolean> 值,指定运算符是否为分隔符(如括号)。该属性没有视觉效果。
fontfamily {{deprecated_inline}} {{ MathMLElement("mstyle") }} 请使用 CSS font-family 代替。
fontsize {{deprecated_inline}} {{ MathMLElement("mstyle") }} 请使用 CSS font-size 代替。
fontstyle {{deprecated_inline}} {{ MathMLElement("mstyle") }} 请使用 CSS font-style 代替。
fontweight {{deprecated_inline}} {{ MathMLElement("mstyle") }} 请使用 CSS font-weight 代替。
frame {{ MathMLElement("mtable") }} 指定整个 {{ MathMLElement("mtable") }} 的边框显示。可能的值为 none(默认)、soliddashed
framespacing {{ MathMLElement("mtable") }} 指定在表格和 frame 之间添加的额外空间。
height {{ MathMLElement("mpadded") }}、{{ MathMLElement("mspace") }} 一个 {{cssxref("length-percentage")}} 值,表示所需的高度(基线之上)。
href 所有 MathML 元素 用于设置指向指定 URI 的超链接。
id 所有 MathML 元素 设置与元素相关的唯一标识符。
linethickness {{ MathMLElement("mfrac") }} 一个 {{cssxref("length-percentage")}} 值,表示水平分数线的宽度。
lspace {{ MathMLElement("mo") }} 一个 {{cssxref("length-percentage")}} 值,表示运算符前的空间大小。
lspace {{ MathMLElement("mpadded") }} 一个 {{cssxref("length-percentage")}} 值,表示子内容的定位点相对于元素定位点的水平位置。
lquote {{deprecated_inline}} {{ MathMLElement("ms") }} 包含内容的起始引号,默认值为 &quot;
mathbackground 所有 MathML 元素 元素的 background-color 值。
mathcolor 所有 MathML 元素 元素的 color 值。
mathsize 所有 MathML 元素 一个 {{cssxref("length-percentage")}} 值,作为元素的 font-size 值。
mathvariant 所有 MathML 元素 标记元素的逻辑类别,在排版上有所不同。
maxsize {{ MathMLElement("mo") }} 一个 {{cssxref("length-percentage")}} 值,表示运算符在拉伸状态下的最大尺寸。
minsize {{ MathMLElement("mo") }} 一个 {{cssxref("length-percentage")}} 值,表示运算符在拉伸状态下的最小尺寸。
movablelimits {{ MathMLElement("mo") }} 一个 <boolean> 值,表示当 math-style 设置为 compact 时,所附的下标和上标是否移动到下角标和上角标的位置。
notation {{ MathMLElement("menclose") }} 应用于子元素的符号列表,以空白符分隔。
numalign {{deprecated_inline}} {{ MathMLElement("mfrac") }} 分数中分子的对齐方式。
open {{deprecated_inline}} {{ MathMLElement("mfenced") }} 用于起始分隔符的字符串。
rowalign {{ MathMLElement("mtable") }}、{{ MathMLElement("mtd") }}、{{ MathMLElement("mtr") }} 指定单元格的垂直对齐方式。
rowlines {{ MathMLElement("mtable") }} 指定表格行的边框大小。
rowspacing {{ MathMLElement("mtable") }} 指定表格行间距。
rowspan {{ MathMLElement("mtd") }} 一个非负整数值,表示单元格扩展到多少行。
rspace {{ MathMLElement("mo") }} 一个 {{cssxref("length-percentage")}} 值,表示运算符后的空格大小。
rquote {{deprecated_inline}} {{ MathMLElement("ms") }} 包含内容的结尾引号,默认值为 &quot;
scriptlevel 所有 MathML 元素 指定了元素的 math-depth 值。参见 scriptlevel 页面以了解接受的值和映射。
scriptminsize {{deprecated_inline}} {{ MathMLElement("mstyle") }} 指定由于 scriptlevel 的更改而允许的最小字体大小。
scriptsizemultiplier {{deprecated_inline}} {{ MathMLElement("mstyle") }} 指定倍数,用于根据 scriptlevel 的变化调整字体大小。
selection {{deprecated_inline}} {{ MathMLElement("maction") }} 子元素可见,仅在某些 actiontype 值中被考虑。
separator {{ MathMLElement("mo") }} 一个 <boolean> 值,指定了该运算符是否为分割符(如逗号)。这个属性没有视觉效果。
separators {{deprecated_inline}} {{ MathMLElement("mfenced") }} 用于不同分隔符的零个或多个字符的序列。
stretchy {{ MathMLElement("mo") }} 一个 <boolean> 值,表示运算符是否拉伸到相邻元素的大小。
subscriptshift {{deprecated_inline}} {{ MathMLElement("msub") }}、{{ MathMLElement("msubsup") }}、{{ MathMLElement("mmultiscripts") }} 一个 {{cssxref("length-percentage")}} 值,表示下标基线下移的最小量。
superscriptshift {{deprecated_inline}} {{ MathMLElement("msup") }}、{{ MathMLElement("msubsup") }}、{{ MathMLElement("mmultiscripts") }} 一个 {{cssxref("length-percentage")}} 值,表示上标基线上移的最小量。
symmetric {{ MathMLElement("mo") }} 一个 <boolean> 值,表示拉伸运算符是否应围绕数学虚轴(居中分数线)垂直对称。
voffset {{ MathMLElement("mpadded") }} 一个 {{cssxref("length-percentage")}} 值,表示子内容的定位点相对于元素定位点的垂直位置。
width {{ MathMLElement("mpadded") }}、{{ MathMLElement("mspace") }}、{{ MathMLElement("mtable") }} 一个 {{cssxref("length-percentage")}} 值,表示所需的宽度。
xmlns {{ MathMLElement("math") }} 指定 MathML 命名空间的 URI(http://www.w3.org/1998/Math/MathML