You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we discussed in the meeting, this might be a case of proper markup vs. effort put into achieve this.
Do we think that requiring here would be too challenging and also challenging to validate for? I don't know if this passes MathML validation. If it does, then this could be an easy thing to add to the validator. The parentheses are important also in fractions and such for proper rendering.
<mrow>
is the element, which causes the parentheses (or other similar) to stretch to encompass the whole expression when needed.Example of the rendering of the binomial when
<mrow>
is used correctly and below when it's not used at all:The text was updated successfully, but these errors were encountered: