FMath Edge Extension - Test Suites - 3.6.1 MathML - Stacks of Characters mstack

Mstack is used to lay out rows of numbers that are aligned on each digit. The children of an mstack represent rows, or groups of them, to be stacked each below the previous row; there can be any number of rows. An msrow represents a row; an msgroup groups a set of rows together so that their horizontal alignment can be adjusted together; an mscarries represents a set of carries to be applied to the following row; an msline represents a line separating rows. Any other element is treated as if implicitly surrounded by msrow. MathML Fundamentals

Mstack - decimalpoint change in style 231,197.8 6 239.9 3,453.2 34,566.5 + 231.1978 6 239,789 3.45 34.566 + 231.197,8 6 239,92 3.453,234 34.566,5567

MathML

<math >
	<mspace linebreak="newline" indentalign="center"></mspace>
	<mtext style="border:1px;" mathsize="50">Mstack - decimalpoint change in style</mtext>

	<mspace linebreak="newline" indentalign="center"></mspace>
	<mrow style="border:1px;margin:5px">
		<mstack style="border:1px;margin:3px">
		    <mn>231,197.8</mn>
		    <mn>6</mn>
		    <mn>239.9</mn>
		    <mn>3,453.2</mn>
		    <mn>34,566.5</mn>
		</mstack>
		<mo>+</mo>
			<mstack style="border:1px;margin:3px">
			    <mn>231.1978</mn>
			    <mn>6</mn>
			    <mn>239,789</mn>
			    <mn>3.45</mn>
			    <mn>34.566</mn>
			</mstack>
		<mo>+</mo>		
		<mstyle decimalpoint=",">
			<mstack style="border:1px;margin:3px">
			    <mn>231.197,8</mn>
			    <mn>6</mn>
			    <mn>239,92</mn>
			    <mn>3.453,234</mn>
			    <mn>34.566,5567</mn>
			</mstack>
		</mstyle>
	</mrow>
	
</math>