- From: Murray Sargent <murrays@exchange.microsoft.com>
- Date: Thu, 22 Oct 2020 19:13:27 +0000
- To: Neil Soiffer <soiffer@alum.mit.edu>, "public-mathml4@w3.org" <public-mathml4@w3.org>
Received on Thursday, 22 October 2020 19:13:42 UTC
Should the parentheses in the following stretch to fit their contents?
<math>
<mi>a</mi>
<mo>(</mo>
<mi>b</mi>
<mo>+</mo>
<mi>c</mi>
<mo>)</mo>
</math>
The implied <mrow> contains a leading <mi>. Also should the parenthesis in the following stretch?
<math>
<mi>a</mi>
<mo>(</mo>
<mi>b</mi>
<mo>+</mo>
</math>
For OfficeMath, we convert delimiter expressions to an equivalent of <mfenced> internally and I’m working on emulating <mfrenced> with <mrow> infix notation.
Thanks,
Murray
Received on Thursday, 22 October 2020 19:13:42 UTC