diff --git a/files/en-us/_wikihistory.json b/files/en-us/_wikihistory.json
index 9ff5e26338c113b..ef7dc0e00870ba4 100644
--- a/files/en-us/_wikihistory.json
+++ b/files/en-us/_wikihistory.json
@@ -157485,14 +157485,6 @@
"jswisher"
]
},
- "Web/MathML/Element/mglyph": {
- "modified": "2020-10-15T21:07:19.831Z",
- "contributors": [
- "lucian95",
- "fscholz",
- "Sheppy"
- ]
- },
"Web/MathML/Element/mi": {
"modified": "2020-12-08T06:58:12.774Z",
"contributors": [
@@ -157504,14 +157496,6 @@
"jswisher"
]
},
- "Web/MathML/Element/mlabeledtr": {
- "modified": "2020-10-15T21:09:21.139Z",
- "contributors": [
- "lucian95",
- "fscholz",
- "Sheppy"
- ]
- },
"Web/MathML/Element/mmultiscripts": {
"modified": "2020-12-08T06:58:29.201Z",
"contributors": [
diff --git a/files/en-us/mozilla/firefox/releases/9/index.html b/files/en-us/mozilla/firefox/releases/9/index.html
index e61554d6d7fc626..a6898074981fd34 100644
--- a/files/en-us/mozilla/firefox/releases/9/index.html
+++ b/files/en-us/mozilla/firefox/releases/9/index.html
@@ -78,7 +78,7 @@
MathML
- The non-standard
restyle
value for the actiontype
attribute on {{ MathMLElement("maction") }} elements has been removed.
- - While still unsupported, using the {{ MathMLElement("mlabeledtr") }} element no longer breaks rendering completely. See {{ bug(689641) }} for progress on actual support of this element.
+ - While still unsupported, using the
mlabeledtr
element no longer breaks rendering completely. See {{ bug(689641) }} for progress on actual support of this element.
Networking
diff --git a/files/en-us/web/accessibility/understanding_wcag/text_labels_and_names/index.html b/files/en-us/web/accessibility/understanding_wcag/text_labels_and_names/index.html
index d6378495fc54291..52673b2e819737c 100644
--- a/files/en-us/web/accessibility/understanding_wcag/text_labels_and_names/index.html
+++ b/files/en-us/web/accessibility/understanding_wcag/text_labels_and_names/index.html
@@ -188,10 +188,6 @@ Example
-Use alt attribute to label mglyph elements
-
-When writing equations with MathML, give each {{mathmlelement("mglyph")}} element an alt
attribute containing a name that describes the symbol. Since mglyph
elements are used for non-standard symbols without Unicode definitions, screen readers won't automatically be able to name them. Alternative text helps users of screen readers understand the symbol.
-
Headings must be labeled
Make sure that your headings have non-empty text content, and are not hidden, such as with CSS display:none
or aria-hidden=true
. Users of screen readers rely on headings to understand the structure and content of a document.
diff --git a/files/en-us/web/mathml/attribute/index.html b/files/en-us/web/mathml/attribute/index.html
index bab2ca31e7e6a1a..1219571763db3a3 100644
--- a/files/en-us/web/mathml/attribute/index.html
+++ b/files/en-us/web/mathml/attribute/index.html
@@ -49,11 +49,6 @@
{{ MathMLElement("mstack") }}
Specifies different alignments of several elements (see element pages for details). |
-
- {{ unimplemented_inline() }} alignmentscope |
- {{ MathMLElement("mtable") }} |
- A Boolean value specifying whether table columns should act as alignment scopes or not. |
-
{{ unimplemented_inline() }}
altimg
@@ -81,7 +76,7 @@
|
columnalign |
- {{ MathMLElement("mtable") }}, {{ MathMLElement("mtd") }}, {{ MathMLElement("mtr") }}, {{ MathMLElement("mlabeledtr") }} |
+ {{ MathMLElement("mtable") }}, {{ MathMLElement("mtd") }}, {{ MathMLElement("mtr") }} |
Specifies the horizontal alignment of table cells. |
@@ -99,21 +94,11 @@
{{ MathMLElement("mtd") }} |
A non-negative integer value that indicates over how many table columns the cell extends. |
-
- {{ unimplemented_inline() }} columnwidth |
- {{ MathMLElement("mtable") }} |
- Specifies the width of table columns. |
-
{{ unimplemented_inline() }} crossout |
{{ MathMLElement("mscarry") }} |
Specifies what kind of line is drawn to cross out carries. |
-
- {{ unimplemented_inline() }} decimalpoint |
- {{ MathMLElement("mstyle") }} |
- If the decimalpoint value is used to specify the alignment, this attribute is specifying the character for the alignment point within {{ MathMLElement("mstack") }} and {{ MathMLElement("mtable") }} columns. |
-
denomalign {{deprecated_inline}} |
{{ MathMLElement("mfrac") }} |
@@ -148,26 +133,11 @@
{{ MathMLElement("malignmark") }} |
|
-
- {{ unimplemented_inline() }} equalcolumns |
- {{ MathMLElement("mtable") }} |
- A Boolean value indicating whether to force all columns to have the same total height. |
-
-
- {{ unimplemented_inline() }} equalrows |
- {{ MathMLElement("mtable") }} |
- A Boolean value indicating whether to force all rows to have the same total height. |
-
fence |
{{ MathMLElement("mo") }} |
A Boolean value specifying whether the operator is a fence (such as parentheses). There is no visual effect for this attribute. |
-
- {{ unimplemented_inline() }} form |
- {{ MathMLElement("mo") }} |
- Specifies the role of the operator in an enclosed expression. |
-
frame |
{{ MathMLElement("mtable") }} |
@@ -180,12 +150,12 @@
{{ unimplemented_inline() }} groupalign |
- {{ MathMLElement("maligngroup") }}, {{ MathMLElement("mtable") }}, {{ MathMLElement("mtd") }}, {{ MathMLElement("mtr") }} |
+ {{ MathMLElement("maligngroup") }} |
|
height |
- {{ MathMLElement("mglyph") }}, {{ MathMLElement("mpadded") }}, {{ MathMLElement("mspace") }} |
+ {{ MathMLElement("mpadded") }}, {{ MathMLElement("mspace") }} |
Specifies the desired height. See lengths for possible values. |
@@ -238,11 +208,6 @@
{{ MathMLElement("mstyle") }} |
Specifies the default linebreakstyle to use for infix operators. |
-
- largeop |
- {{ MathMLElement("mo") }} |
- Specifies whether the operator should be drawn larger than normal. |
-
length |
{{ MathMLElement("msline") }} |
@@ -250,7 +215,7 @@
{{ unimplemented_inline() }} linebreak |
- {{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }} |
+ {{ MathMLElement("mo") }} |
|
@@ -318,11 +283,6 @@
{{ MathMLElement("mo") }} |
The maximum size of the operator. |
-
- {{ unimplemented_inline() }} minlabelspacing |
- {{ MathMLElement("mtable") }} |
- A length value specifying the minimum space between a label and the adjacent cell in the row. |
-
minsize |
{{ MathMLElement("mo") }} |
@@ -348,11 +308,6 @@
{{ MathMLElement("mfenced") }} |
A string for the opening delimiter. |
-
- {{ unimplemented_inline() }} overflow |
- {{ MathMLElement("math") }} |
- If an expression is too long to fit in the allowed width, this attribute sets the preferred handling. |
-
{{ unimplemented_inline() }} position |
{{ MathMLElement("msgroup") }}, {{ MathMLElement("msrow") }}, {{ MathMLElement("mscarries") }}, {{ MathMLElement("msline") }} |
@@ -423,16 +378,6 @@
{{ MathMLElement("msgroup") }} |
|
-
- {{ unimplemented_inline() }} side |
- {{ MathMLElement("mtable") }} |
- Specifies the position where {{ MathMLElement("mlabeledtr") }} label elements should be placed. |
-
-
- {{ unimplemented_inline() }} src |
- {{ MathMLElement("mglyph") }} |
- The location of the image resource. |
-
{{ unimplemented_inline() }} stackalign |
{{ MathMLElement("mstack") }} |
@@ -465,7 +410,7 @@
width |
- {{ MathMLElement("mglyph") }}, {{ MathMLElement("mpadded") }}, {{ MathMLElement("mspace") }}, {{ MathMLElement("mtable") }} |
+ {{ MathMLElement("mpadded") }}, {{ MathMLElement("mspace") }}, {{ MathMLElement("mtable") }} |
Specifies the desired width. See lengths for possible values. |
diff --git a/files/en-us/web/mathml/element/index.html b/files/en-us/web/mathml/element/index.html
index ef3aa30ad77b57b..233582823a2d981 100644
--- a/files/en-us/web/mathml/element/index.html
+++ b/files/en-us/web/mathml/element/index.html
@@ -44,12 +44,6 @@ F
{{MathMLElement("mfrac")}} (Fraction)
-G
-
-
- - {{MathMLElement("mglyph")}} (Displaying non-standard symbols)
-
-
I
@@ -59,7 +53,6 @@ I
L
- - {{MathMLElement("mlabeledtr")}} (Labeled row in a table or a matrix)
- {{MathMLElement("mlongdiv")}} (Long division notation)
@@ -150,7 +143,6 @@ Top-level elements
Token elements
- - {{MathMLElement("mglyph")}}
- {{MathMLElement("mi")}}
- {{MathMLElement("mn")}}
- {{MathMLElement("mo")}}
@@ -193,7 +185,6 @@ Tabular math
- {{MathMLElement("maligngroup")}}
- {{MathMLElement("malignmark")}}
- - {{MathMLElement("mlabeledtr")}}
- {{MathMLElement("mtable")}}
- {{MathMLElement("mtd")}}
- {{MathMLElement("mtr")}}
diff --git a/files/en-us/web/mathml/element/maction/index.html b/files/en-us/web/mathml/element/maction/index.html
index f6cb5afd998d972..d7330d460f1f5a8 100644
--- a/files/en-us/web/mathml/element/maction/index.html
+++ b/files/en-us/web/mathml/element/maction/index.html
@@ -29,7 +29,7 @@ Attributes
- class, id, style
- Provided for use with stylesheets.
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
- href
- Used to set a hyperlink to a specified URI.
- mathbackground
diff --git a/files/en-us/web/mathml/element/math/index.html b/files/en-us/web/mathml/element/math/index.html
index da2d27ba479c57e..a2cac7112b26df5 100644
--- a/files/en-us/web/mathml/element/math/index.html
+++ b/files/en-us/web/mathml/element/math/index.html
@@ -37,9 +37,6 @@ Attributes
- mode {{deprecated_inline}}
- Deprecated in favor of the display attribute.
Possible values are: display
(which has the same effect as display="block"
) and inline
.
- - overflow
- - Specifies how an expression behaves if it is too long to fit in the allowed width.
- Possible values are: linebreak
(default), scroll
, elide
, truncate
, scale
.
Examples
diff --git a/files/en-us/web/mathml/element/menclose/index.html b/files/en-us/web/mathml/element/menclose/index.html
index 06e2867acd88621..dc08cbb91bb1685 100644
--- a/files/en-us/web/mathml/element/menclose/index.html
+++ b/files/en-us/web/mathml/element/menclose/index.html
@@ -17,7 +17,7 @@ Attributes
- class, id, style
- Provided for use with stylesheets.
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
- href
- Used to set a hyperlink to a specified URI.
- mathbackground
diff --git a/files/en-us/web/mathml/element/merror/index.html b/files/en-us/web/mathml/element/merror/index.html
index aeef46efdeae8a7..18ce33216e1fd6b 100644
--- a/files/en-us/web/mathml/element/merror/index.html
+++ b/files/en-us/web/mathml/element/merror/index.html
@@ -17,7 +17,7 @@ Attributes
- class, id, style
- Provided for use with stylesheets.
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
- href
- Used to set a hyperlink to a specified URI.
- mathbackground
diff --git a/files/en-us/web/mathml/element/mfrac/index.html b/files/en-us/web/mathml/element/mfrac/index.html
index 929577042735174..d72e1ace427b951 100644
--- a/files/en-us/web/mathml/element/mfrac/index.html
+++ b/files/en-us/web/mathml/element/mfrac/index.html
@@ -27,7 +27,7 @@ Attributes
- The alignment of the denominator under the fraction. Possible values are:
left
, center
(default), and right
.
This attribute is deprecated and will be removed in the future. Use CSS text-align
instead.
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
href
- Used to set a hyperlink to a specified URI.
linethickness
diff --git a/files/en-us/web/mathml/element/mglyph/index.html b/files/en-us/web/mathml/element/mglyph/index.html
deleted file mode 100644
index 6ca9a9a92e9c397..000000000000000
--- a/files/en-us/web/mathml/element/mglyph/index.html
+++ /dev/null
@@ -1,68 +0,0 @@
----
-title:
-slug: Web/MathML/Element/mglyph
-tags:
- - MathML
- - MathML Reference
- - MathML:Element
----
-{{MathMLRef}}
-
-The MathML <mglyph>
element is used to display non-standard symbols where existing Unicode characters are not available. It may be used within token elements.
-
-Attributes
-
-
- - alt
- - This attribute defines the alternative text describing the image. Users will see this displayed if the image URL is wrong, the image is not in one of the supported formats, or until the image is downloaded.
- - class, id, style
- - Provided for use with stylesheets.
- - height
- - The height of the image.
- - href
- - Used to set a hyperlink to a specified URI.
- - mathbackground
- - The background color (if the image has transparency). You can use
#rgb
, #rrggbb
and HTML color names.
- - src
- - The image URL.
- - valign
- - Specifies the vertical alignment with respect to the current baseline.
- - width
- - The width of the image.
-
-
-Examples
-
-<math>
- <mi><mglyph src="my-glyph.png" alt="my glyph"/></mi>
-</math>
-
-
-Specifications
-
-
-
-
- Specification |
- Status |
- Comment |
-
-
-
-
- {{ SpecName('MathML3', 'chapter3.html#presm.mglyph', 'mglyph') }} |
- {{ Spec2('MathML3') }} |
- Current specification |
-
-
- {{ SpecName('MathML2', 'chapter3.html#presm.mglyph', 'mglyph') }} |
- {{ Spec2('MathML2') }} |
- Initial specification |
-
-
-
-
-Browser compatibility
-
-
-{{Compat("mathml.elements.mglyph")}}
diff --git a/files/en-us/web/mathml/element/mi/index.html b/files/en-us/web/mathml/element/mi/index.html
index 23592363ba46b70..8322670cb198a4e 100644
--- a/files/en-us/web/mathml/element/mi/index.html
+++ b/files/en-us/web/mathml/element/mi/index.html
@@ -19,7 +19,7 @@ Attributes
- dir
- The text direction. Possible values are either
ltr
(left to right) or rtl
(right to left).
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
- href
- Used to set a hyperlink to a specified URI.
- mathbackground
diff --git a/files/en-us/web/mathml/element/mlabeledtr/index.html b/files/en-us/web/mathml/element/mlabeledtr/index.html
deleted file mode 100644
index 65f5204e0a44f11..000000000000000
--- a/files/en-us/web/mathml/element/mlabeledtr/index.html
+++ /dev/null
@@ -1,97 +0,0 @@
----
-title:
-slug: Web/MathML/Element/mlabeledtr
-tags:
- - MathML
- - MathML Reference
- - 'MathML:Element'
- - 'MathML:Tabular Math'
----
-{{MathMLRef}}
-
-The MathML <mlabeledtr>
element is used to represent a label in a row either on the left or on the right side (determined using the side
attribute on the {{ MathMLElement("mtable") }} element). Child elements of <mlabeledtr>
must be {{ MathMLElement("mtd") }} elements. The first child is the label whereas all other children are representing row contents and are treated identically to children of {{ MathMLElement("mtr") }} elements.
-
-Attributes
-
-
- - class, id, style
- - Provided for use with stylesheets.
- - columnalign
- - Overrides the horizontal alignment of cells specified by {{ MathMLElement("mtable") }} for this row.
- Possible values are: left
, center
and right
.
- - groupalign
- - href
- - Used to set a hyperlink to a specified URI.
- - mathbackground
- - The background color. You can use
#rgb
, #rrggbb
and HTML color names.
- - mathcolor
- - The text color. You can use
#rgb
, #rrggbb
and HTML color names.
- - rowalign
- - Overrides the vertical alignment of cells specified by {{ MathMLElement("mtable") }} for this row.
- Possible values are: axis
, baseline
, bottom
, center
and top
.
-
-
-Examples
-
-Rendering:
-
-<math>
- <mtable>
-
- <mlabeledtr>
- <mtd><mn>1</mn></mtd> <!-- label -->
- <mtd><mi>A</mi></mtd>
- <mtd><mi>B</mi></mtd>
- </mlabeledtr>
-
- <mtr>
- <mtd><mi>C</mi></mtd>
- <mtd><mi>D</mi></mtd>
- <mtd><mi>E</mi></mtd>
- </mtr>
-
- </mtable>
-</math>
-
-
-Specifications
-
-
-
-
- Specification |
- Status |
- Comment |
-
-
-
-
- {{ SpecName('MathML3', 'chapter3.html#presm.mlabeledtr', 'mlabeledtr') }} |
- {{ Spec2('MathML3') }} |
- Current specification |
-
-
- {{ SpecName('MathML2', 'chapter3.html#presm.mlabeledtr', 'mlabeledtr') }} |
- {{ Spec2('MathML2') }} |
- Initial specification |
-
-
-
-
-Browser compatibility
-
-
-{{Compat("mathml.elements.mlabeledtr")}}
-
-
-Gecko-specific notes
-
-Starting with Gecko 9.0 {{ geckoRelease("9.0") }} labels are hidden by default (mlabeledtr > mtd:first-child {display: none}
) and will longer break the table rendering completely (see {{ bug("356870") }}). For the actual implementation of this element see {{ bug("689641") }}.
-
-See also
-
-
- - {{ MathMLElement("mtable") }} (Table)
- - {{ MathMLElement("mtd") }} (Table cell)
- - {{ MathMLElement("mtr") }} (Table row)
-
diff --git a/files/en-us/web/mathml/element/mmultiscripts/index.html b/files/en-us/web/mathml/element/mmultiscripts/index.html
index 41238fcdc86cfd6..2989da0b54b2f25 100644
--- a/files/en-us/web/mathml/element/mmultiscripts/index.html
+++ b/files/en-us/web/mathml/element/mmultiscripts/index.html
@@ -28,7 +28,7 @@ Attributes
class
, id
, style
- Provided for use with stylesheets.
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
href
- Used to set a hyperlink to a specified URI.
mathbackground
diff --git a/files/en-us/web/mathml/element/mn/index.html b/files/en-us/web/mathml/element/mn/index.html
index a28c04a56ac1ffc..90b2541e8616ed9 100644
--- a/files/en-us/web/mathml/element/mn/index.html
+++ b/files/en-us/web/mathml/element/mn/index.html
@@ -19,7 +19,7 @@ Attributes
- dir
- The text direction. Possible values are either
ltr
(left to right) or rtl
(right to left).
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
- href
- Used to set a hyperlink to a specified URI.
- mathbackground
diff --git a/files/en-us/web/mathml/element/mo/index.html b/files/en-us/web/mathml/element/mo/index.html
index 21d6ea8a7c08cdd..b1e1dc7061bd645 100644
--- a/files/en-us/web/mathml/element/mo/index.html
+++ b/files/en-us/web/mathml/element/mo/index.html
@@ -22,23 +22,12 @@ Attributes
- dir
- The text direction. Possible values are either
ltr
(left to right) or rtl
(right to left).
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
- fence
- There is no visual effect for this attribute, but it specifies whether the operator is a fence (such as parentheses).
Allowed values are true
or false
.
- - form
- - Specifies the role of the operator in an enclosed expression, which affects spacing and other default properties. For ordinary operators (+, -, etc. ) you usually do not need to specify this attribute explicitly.
- Possible values are:
-
- prefix
, for opening fences. (It is the default value if the operator is the first argument in a {{ MathMLElement("mrow") }} element with more than one argument.)
- infix
, for separators. (It is the default value if the operator is not included in a {{ MathMLElement("mrow") }} element.)
- postfix
, closing fences. (It is the default value if the operator is the last argument in a {{ MathMLElement("mrow") }} element with more than one argument.)
-
-
- href
- Used to set a hyperlink to a specified URI.
- - largeop
- - Specifies whether the operator should be drawn larger than normal when
displaystyle="true"
is set. Allowed values are either true
or false
.
- lspace
- The amount of space before the operator (see length for values and units). The constant
thickmathspace
(5/18em) is the default value.
- mathbackground
diff --git a/files/en-us/web/mathml/element/mover/index.html b/files/en-us/web/mathml/element/mover/index.html
index d4c1ee0fdeef225..4fd546231223e04 100644
--- a/files/en-us/web/mathml/element/mover/index.html
+++ b/files/en-us/web/mathml/element/mover/index.html
@@ -23,7 +23,7 @@ Attributes
- class, id, style
- Provided for use with stylesheets.
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
- href
- Used to set a hyperlink to a specified URI.
- mathbackground
diff --git a/files/en-us/web/mathml/element/mpadded/index.html b/files/en-us/web/mathml/element/mpadded/index.html
index de075b92ee8aa50..0a1e429e54bcddf 100644
--- a/files/en-us/web/mathml/element/mpadded/index.html
+++ b/files/en-us/web/mathml/element/mpadded/index.html
@@ -19,7 +19,7 @@ Attributes
- depth
- Sets or increments the depth. Possible values: Any length or an increment/decrement (a length prefixed with "+" or "-") .
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
- height
- Sets or increments the height. Possible values: Any length or an increment/decrement (a length prefixed with "+" or "-") .
- href
diff --git a/files/en-us/web/mathml/element/mphantom/index.html b/files/en-us/web/mathml/element/mphantom/index.html
index f733b823a24f7e5..1b6766092c79655 100644
--- a/files/en-us/web/mathml/element/mphantom/index.html
+++ b/files/en-us/web/mathml/element/mphantom/index.html
@@ -17,7 +17,7 @@ Attributes
- class, id, style
- Provided for use with stylesheets.
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
- mathbackground
- The background color. You can use
#rgb
, #rrggbb
and HTML color names.
diff --git a/files/en-us/web/mathml/element/mroot/index.html b/files/en-us/web/mathml/element/mroot/index.html
index 9da4273dd919220..ec14ac052c98fbe 100644
--- a/files/en-us/web/mathml/element/mroot/index.html
+++ b/files/en-us/web/mathml/element/mroot/index.html
@@ -17,7 +17,7 @@ Attributes
- class, id, style
- Provided for use with stylesheets.
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
- href
- Used to set a hyperlink to a specified URL.
- mathbackground
diff --git a/files/en-us/web/mathml/element/mrow/index.html b/files/en-us/web/mathml/element/mrow/index.html
index 93421d1729f8c45..bb7a0d845539d76 100644
--- a/files/en-us/web/mathml/element/mrow/index.html
+++ b/files/en-us/web/mathml/element/mrow/index.html
@@ -25,7 +25,7 @@ Attributes
- class, id, style
- Provided for use with stylesheets.
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
- dir
- Overall directionality of formulas. Possible values are either
ltr
(left to right) or rtl
(right to left).
- href
diff --git a/files/en-us/web/mathml/element/ms/index.html b/files/en-us/web/mathml/element/ms/index.html
index 557f0693b8c5989..5eba46906158205 100644
--- a/files/en-us/web/mathml/element/ms/index.html
+++ b/files/en-us/web/mathml/element/ms/index.html
@@ -9,7 +9,7 @@
---
{{MathMLRef}}
-The MathML <ms>
element represents a string literal meant to be interpreted by programming languages and computer algebra systems. By default, string literals are displayed as enclosed by double quotes ("
); by using the lquote
and rquote
attributes, you can set custom characters to display. Note that quotation marks should not be specified unless they are part of the string literal. The content of an <ms>
element is not an ASCII string per se, but rather a sequence of characters and {{ MathMLElement("mglyph") }} and {{ MathMLElement("malignmark") }} elements.
+The MathML <ms>
element represents a string literal meant to be interpreted by programming languages and computer algebra systems. By default, string literals are displayed as enclosed by double quotes ("
); by using the lquote
and rquote
attributes, you can set custom characters to display. Note that quotation marks should not be specified unless they are part of the string literal. The content of an <ms>
element is not an ASCII string per se, but rather a sequence of characters and {{ MathMLElement("malignmark") }} elements.
Attributes
@@ -19,7 +19,7 @@ Attributes
- dir
- The text direction. Possible values are either
ltr
(left to right) or rtl
(right to left).
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
- lquote
- The opening quote character (depends on
dir
) to enclose the content. The default value is """.
- href
diff --git a/files/en-us/web/mathml/element/mspace/index.html b/files/en-us/web/mathml/element/mspace/index.html
index 4a659869397dd7a..06a817aede24a93 100644
--- a/files/en-us/web/mathml/element/mspace/index.html
+++ b/files/en-us/web/mathml/element/mspace/index.html
@@ -19,12 +19,9 @@ Attributes
- depth
- The desired depth (below the baseline) of the space (see length for values and units).
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
- height
- The desired height (above the baseline) of the space (see length for values and units).
- - linebreak
- - Indicates a line-break at the space. Possible values:
auto
(default value), newline
, nobreak
, goodbreak
, badbreak
.
- Starting with MathML 3, it is preferred to use {{ MathMLElement("mo") }} to control linebreaking.
- mathbackground
- The background color. You can use
#rgb
, #rrggbb
and HTML color names.
- width
diff --git a/files/en-us/web/mathml/element/msqrt/index.html b/files/en-us/web/mathml/element/msqrt/index.html
index 9cd89da6262b58d..65ab37fa5159a31 100644
--- a/files/en-us/web/mathml/element/msqrt/index.html
+++ b/files/en-us/web/mathml/element/msqrt/index.html
@@ -17,7 +17,7 @@ Attributes
- class, id, style
- Provided for use with stylesheets.
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
- href
- Used to set a hyperlink to a specified URI.
- mathbackground
diff --git a/files/en-us/web/mathml/element/mstyle/index.html b/files/en-us/web/mathml/element/mstyle/index.html
index 07a8f70abc8710b..9309babe4a8b223 100644
--- a/files/en-us/web/mathml/element/mstyle/index.html
+++ b/files/en-us/web/mathml/element/mstyle/index.html
@@ -16,10 +16,8 @@ Attributes
dir
- Overall directionality of formulas. Possible values are either
ltr
(left to right) or rtl
(right to left).
- decimalpoint
- - This attribute is specifying the character for the alignment point within {{ MathMLElement("mstack") }} and {{ MathMLElement("mtable") }} columns, if the
decimalpoint
value is used to specify the alignment.
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
infixlinebreakstyle
- Specifies the default
linebreakstyle
to use for infix operators. The values before
, after
and duplicate
are allowed.
scriptlevel
@@ -33,13 +31,11 @@ Attributes
The <mstyle>
element accepts all attributes of all presentation elements with the following exceptions:
- height
, depth
or width
do not apply to {{ MathMLELement("mglyph") }}, {{ MathMLELement("mpadded") }} or {{ MathMLELement("mtable") }}.
- rowalign
, columnalign
, or groupalign
do not apply to {{ MathMLELement("mtr") }}, {{ MathMLELement("mlabeledtr") }}, {{ MathMLELement("mtd") }} or {{ MathMLELement("maligngroup") }}.
+ height
, depth
or width
do not apply to {{ MathMLELement("mpadded") }} or {{ MathMLELement("mtable") }}.
+ rowalign
, columnalign
, or groupalign
do not apply to {{ MathMLELement("mtr") }}, {{ MathMLELement("mtd") }} or {{ MathMLELement("maligngroup") }}.
lspace
or voffset
do not apply to {{ MathMLELement("mpadded") }}.
- fontfamily
does not apply to {{ MathMLELement("mglyph") }}.
align
does not apply to {{ MathMLELement("mtable") }} or {{ MathMLELement("mstack") }}.
index
cannot be set on <mstyle>
.
- src
and alt
on {{ MathMLElement("mglyph" ) }} cannot be set on <mstyle>
.
actiontype
on {{ MathMLElement("maction") }} cannot be set on <mstyle>
.
diff --git a/files/en-us/web/mathml/element/msub/index.html b/files/en-us/web/mathml/element/msub/index.html
index ccfa1ea73e95bba..a38ba49ca203414 100644
--- a/files/en-us/web/mathml/element/msub/index.html
+++ b/files/en-us/web/mathml/element/msub/index.html
@@ -19,7 +19,7 @@ Attributes
class
, id
, style
- Provided for use with stylesheets.
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
href
- Used to set a hyperlink to a specified URI.
mathbackground
diff --git a/files/en-us/web/mathml/element/msubsup/index.html b/files/en-us/web/mathml/element/msubsup/index.html
index 8407e09499915d2..bb80f8a0e6f5176 100644
--- a/files/en-us/web/mathml/element/msubsup/index.html
+++ b/files/en-us/web/mathml/element/msubsup/index.html
@@ -19,7 +19,7 @@ Attributes
class
, id
, style
- Provided for use with stylesheets.
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
href
- Used to set a hyperlink to a specified URI.
mathbackground
diff --git a/files/en-us/web/mathml/element/msup/index.html b/files/en-us/web/mathml/element/msup/index.html
index 80c8444ee5dfca1..abecd634343155b 100644
--- a/files/en-us/web/mathml/element/msup/index.html
+++ b/files/en-us/web/mathml/element/msup/index.html
@@ -19,7 +19,7 @@ Attributes
class
, id
, style
- Provided for use with stylesheets.
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
href
- Used to set a hyperlink to a specified URI.
mathbackground
diff --git a/files/en-us/web/mathml/element/mtable/index.html b/files/en-us/web/mathml/element/mtable/index.html
index 980cba6280eb5f7..ddd91f35699c6f1 100644
--- a/files/en-us/web/mathml/element/mtable/index.html
+++ b/files/en-us/web/mathml/element/mtable/index.html
@@ -29,8 +29,6 @@ Attributes
top
: The top of the table aligns on the environments baseline.
In addition, values of the align
attribute can end with a rownumber (e.g. align="center 3"
). This allows you to align the specified row of the table rather than the whole table. A negative Integer value counts rows from the bottom of the table. Starting with Gecko 8.0 {{ geckoRelease("8.0") }} the interpretation of negative values has been corrected ({{ bug(601436) }}). In Gecko 17.0 {{geckoRelease("17.0")}} the parsing has been updated to treat whitespace correctly.
- - alignmentscope
- - {{ unimplemented_inline() }}
- class, id, style
- Provided for use with stylesheets.
- columnalign
@@ -39,36 +37,24 @@ Attributes
- Specifies column borders. Multiple values separated by space are allowed and apply to the corresponding columns (e.g.
columnlines="none none solid"
). Possible values are: none
(default), solid
and dashed
.
- columnspacing
- Specifies the space between table columns.
- - {{ unimplemented_inline() }} columnwidth
- - Specifies the width of table columns.
- displaystyle
- A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
.
- - {{ unimplemented_inline() }} equalcolumns
- - A Boolean value indicating whether to force all columns to have the same total height.
false
is default.
- - {{ unimplemented_inline() }} equalrows
- - A Boolean value indicating whether to force all rows to have the same total height.
false
is default.
- frame
- Specifies borders of the entire table. Possible values are:
none
(default), solid
and dashed
.
- framespacing
- Specifies additional space added between the table and frame.
- - groupalign
- - {{ unimplemented_inline() }}
- href
- Used to set a hyperlink to a specified URI.
- mathbackground
- The background color. You can use
#rgb
, #rrggbb
and HTML color names.
- mathcolor
- The text color. You can use
#rgb
, #rrggbb
and HTML color names.
- - {{ unimplemented_inline() }} minlabelspacing
- - A length value specifying the minimum space between a label and the adjacent cell in the row.
- rowalign
- Specifies the vertical alignment of the cells. Multiple values separated by space are allowed and apply to the corresponding rows (e.g.
rowalign="top bottom axis"
). Possible values are: axis
, baseline
(default), bottom
, center
and top
.
- rowlines
- Specifies row borders. Multiple values separated by space are allowed and apply to the corresponding rows (e.g.
rowlines="none none solid"
). Possible values are: none
(default), solid
and dashed
.
- {{ unimplemented_inline() }} rowspacing
- Specifies the space between table rows.
- - {{ unimplemented_inline() }} side
- - Specifies the position where {{ MathMLElement("mlabeledtr") }} label elements should be placed. Possible values are:
left
, right
(default), leftoverlap
and rightoverlap
.
- width
- Specifies the width of the entire table. Accepts length values.
diff --git a/files/en-us/web/mathml/element/mtd/index.html b/files/en-us/web/mathml/element/mtd/index.html
index ea048f945afdb5f..2a03bbb48d0fe90 100644
--- a/files/en-us/web/mathml/element/mtd/index.html
+++ b/files/en-us/web/mathml/element/mtd/index.html
@@ -22,9 +22,7 @@ Attributes
- columnspan
- A non-negative integer value that indicates on how many columns does the cell extend.
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
- - groupalign
- - {{ unimplemented_inline() }}
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
- href
- Used to set a hyperlink to a specified URI.
- mathbackground
diff --git a/files/en-us/web/mathml/element/mtext/index.html b/files/en-us/web/mathml/element/mtext/index.html
index acb3a5df1679423..ef7eb8206157052 100644
--- a/files/en-us/web/mathml/element/mtext/index.html
+++ b/files/en-us/web/mathml/element/mtext/index.html
@@ -21,7 +21,7 @@ Attributes
- dir
- The text direction. Possible values are either
ltr
(left to right) or rtl
(right to left).
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
- href
- Used to set a hyperlink to a specified URI.
- mathbackground
diff --git a/files/en-us/web/mathml/element/mtr/index.html b/files/en-us/web/mathml/element/mtr/index.html
index 7a9c427fae2dcb2..68d6eb8afaeb863 100644
--- a/files/en-us/web/mathml/element/mtr/index.html
+++ b/files/en-us/web/mathml/element/mtr/index.html
@@ -20,9 +20,7 @@ Attributes
- Overrides the horizontal alignment of cells specified by {{ MathMLElement("mtable") }} for this row.
Possible values are: left
, center
and right
.
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
- - groupalign
- - {{ unimplemented_inline() }}
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
- href
- Used to set a hyperlink to a specified URI.
- mathbackground
diff --git a/files/en-us/web/mathml/element/munder/index.html b/files/en-us/web/mathml/element/munder/index.html
index c079f899dbe230c..5ed9a932a81ce6d 100644
--- a/files/en-us/web/mathml/element/munder/index.html
+++ b/files/en-us/web/mathml/element/munder/index.html
@@ -23,7 +23,7 @@ Attributes
- class, id, style
- Provided for use with stylesheets.
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
- href
- Used to set a hyperlink to a specified URI.
- mathbackground
diff --git a/files/en-us/web/mathml/element/munderover/index.html b/files/en-us/web/mathml/element/munderover/index.html
index c5c59a856d13e63..fd0b4949b75114c 100644
--- a/files/en-us/web/mathml/element/munderover/index.html
+++ b/files/en-us/web/mathml/element/munderover/index.html
@@ -28,7 +28,7 @@ Attributes
- class, id, style
- Provided for use with stylesheets.
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
- href
- Used to set a hyperlink to a specified URI.
- mathbackground
diff --git a/files/en-us/web/mathml/element/semantics/index.html b/files/en-us/web/mathml/element/semantics/index.html
index 1b538f3859463a4..9e3a7c58379ff8f 100644
--- a/files/en-us/web/mathml/element/semantics/index.html
+++ b/files/en-us/web/mathml/element/semantics/index.html
@@ -38,7 +38,7 @@ Attributes
- definitionURL
- The location of the annotation key symbol.
displaystyle
- - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also largeop
and movablelimits
on {{ MathMLElement("mo") }}.
+ - A Boolean value specifying whether more vertical space is used for displayed equations or, if set to
false
, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when displaystyle
is set to true
. See also movablelimits
on {{ MathMLElement("mo") }}.
- encoding
- The encoding of the semantic information in the annotation (e.g. "MathML-Content", "MathML-Presentation", "application/openmath+xml", "image/png")
- cd