Skip to content

Commit

Permalink
Remove never-supported MathML <mystyle> attribute decimalpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Mar 1, 2021
1 parent 68084d9 commit d7465ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions files/en-us/web/mathml/element/mstyle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ <h2 id="Attributes">Attributes</h2>
<dl>
<dt id="attr-dir"><code>dir</code></dt>
<dd>Overall directionality of formulas. Possible values are either <code>ltr</code> (left to right) or <code>rtl</code> (right to left).</dd>
<dt id="attr-decimalpoint"><code>decimalpoint</code></dt>
<dd>This attribute is specifying the character for the alignment point within {{ MathMLElement("mstack") }} and {{ MathMLElement("mtable") }} columns, if the <code>decimalpoint</code> value is used to specify the alignment.</dd>
<dt id="attr-displaystyle"><code>displaystyle</code></dt>
<dd>A Boolean value specifying whether more vertical space is used for displayed equations or, if set to <code>false</code>, a more compact layout is used to display formulas. The main effect is that larger versions of operators are displayed, when <code>displaystyle</code> is set to <code>true</code>. See also <code>largeop</code> and <code>movablelimits</code> on {{ MathMLElement("mo") }}.</dd>
<dt id="attr-infixlinebreakstyle"><code>infixlinebreakstyle</code></dt>
Expand Down

0 comments on commit d7465ed

Please sign in to comment.