Skip to content

Commit

Permalink
Remove never-supported MathML <mtable> attributes: alignmentscope, co…
Browse files Browse the repository at this point in the history
…lumnwidth, equalcolumns, equalrows, groupalign, minlabelspacing, side
  • Loading branch information
ddbeck committed Mar 1, 2021
1 parent d7465ed commit 7b2b659
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions files/en-us/web/mathml/element/mtable/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ <h2 id="Attributes">Attributes</h2>
<li><code>top</code>: The top of the table aligns on the environments baseline.</li>
</ul>
In addition, values of the <code>align</code> attribute can end with a <em>rownumber</em> (e.g. <code>align="center 3"</code>). 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 <em>negative</em> values has been corrected ({{ bug(601436) }}). In Gecko 17.0 {{geckoRelease("17.0")}} the parsing has been updated to treat whitespace correctly.</dd>
<dt id="attr-alignmentscope">alignmentscope</dt>
<dd>{{ unimplemented_inline() }}</dd>
<dt id="attr-class-id-style">class, id, style</dt>
<dd>Provided for use with <a href="/en-US/docs/CSS">stylesheets</a>.</dd>
<dt id="attr-columnalign">columnalign</dt>
Expand All @@ -39,36 +37,25 @@ <h2 id="Attributes">Attributes</h2>
<dd>Specifies column borders. Multiple values separated by space are allowed and apply to the corresponding columns (e.g. <code>columnlines="none none solid"</code>). Possible values are: <code>none</code> (default), <code>solid</code> and <code>dashed</code>.</dd>
<dt id="attr-columnspacing">columnspacing</dt>
<dd>Specifies the space between table columns.</dd>
<dt id="attr-columnwidth">{{ unimplemented_inline() }} columnwidth</dt>
<dd>Specifies the width of table columns.</dd>
<dt id="attr-displaystyle">displaystyle</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>.</dd>
<dt id="attr-equalcolumns">{{ unimplemented_inline() }} equalcolumns</dt>
<dd>A Boolean value indicating whether to force all columns to have the same total height. <code>false</code> is default.</dd>
<dt id="attr-equalrows">{{ unimplemented_inline() }} equalrows</dt>
<dd>A Boolean value indicating whether to force all rows to have the same total height. <code>false</code> is default.</dd>
<dt id="attr-frame">frame</dt>
<dd>Specifies borders of the entire table. Possible values are: <code>none</code> (default), <code>solid</code> and <code>dashed</code>.</dd>
<dt id="attr-framespacing">framespacing</dt>
<dd>Specifies additional space added between the table and frame.</dd>
<dt id="attr-groupalign">groupalign</dt>
<dd>{{ unimplemented_inline() }}</dd>
<dt id="attr-href">href</dt>
<dd>Used to set a hyperlink to a specified URI.</dd>
<dt id="attr-mathbackground">mathbackground</dt>
<dd>The background color. You can use <code>#rgb</code>, <code>#rrggbb</code> and <a href="/en-US/docs/CSS/color_value#Color_Keywords">HTML color names</a>.</dd>
<dt id="attr-mathcolor">mathcolor</dt>
<dd>The text color. You can use <code>#rgb</code>, <code>#rrggbb</code> and <a href="/en-US/docs/CSS/color_value#Color_Keywords">HTML color names</a>.</dd>
<dt id="attr-minlabelspacing">{{ unimplemented_inline() }} minlabelspacing</dt>
<dd>A length value specifying the minimum space between a <a href="/en-US/docs/MathML/Element/mlabeledtr">label</a> and the adjacent cell in the row.</dd>
<dt id="attr-rowalign">rowalign</dt>
<dd>Specifies the vertical alignment of the cells. Multiple values separated by space are allowed and apply to the corresponding rows (e.g. <code>rowalign="top bottom axis"</code>). Possible values are: <code>axis</code>, <code>baseline</code> (default), <code>bottom</code>, <code>center</code> and <code>top</code>.</dd>
<dt id="attr-rowlines">rowlines</dt>
<dd>Specifies row borders. Multiple values separated by space are allowed and apply to the corresponding rows (e.g. <code>rowlines="none none solid"</code>). Possible values are: <code>none</code> (default), <code>solid</code> and <code>dashed</code>.</dd>
<dt id="attr-rowspacing">{{ unimplemented_inline() }} rowspacing</dt>
<dd>Specifies the space between table rows.</dd>
<dt id="attr-side">{{ unimplemented_inline() }} side</dt>
<dd>Specifies the position where {{ MathMLElement("mlabeledtr") }} label elements should be placed. Possible values are: <code>left</code>, <code>right</code> (default), <code>leftoverlap</code> and <code>rightoverlap</code>.</dd>
<dt id="attr-width">width</dt>
<dd>Specifies the width of the entire table. Accepts <a href="/en-US/docs/MathML/Attributes/Values#Lengths">length values</a>.</dd>
</dl>
Expand Down

0 comments on commit 7b2b659

Please sign in to comment.