Confirmed users
226
edits
m (add bug 585347) |
|||
| Line 31: | Line 31: | ||
See {{bug|236963}} | See {{bug|236963}} | ||
== | == Failure of stretching == | ||
Stretching does not work on a MathML-only document | Stretching does not work on a MathML-only document | ||
<pre> | <pre> | ||
| Line 41: | Line 41: | ||
</math> | </math> | ||
</pre> | </pre> | ||
See {{bug|442209}} | |||
or for direct children of the <math/> element | |||
<pre> | |||
<math xmlns="http://www.w3.org/1998/Math/MathML"> | |||
<mo>(</mo> | |||
<mfrac> | |||
<mfrac> | |||
<mi>a</mi> | |||
<mi>b</mi> | |||
</mfrac> | |||
<mfrac> | |||
<mn>c</mn> | |||
<mi>d</mi> | |||
</mfrac> | |||
</mfrac> | |||
<mo>)</mo> | |||
</math> | |||
</pre> | |||
See {{bug|442209}}, {{bug|585347}}. | |||