MathML:Stretchy: Difference between revisions

m
add bug 585347
m (add bug 585347)
Line 31: Line 31:
See {{bug|236963}}
See {{bug|236963}}


== MathML-only document ==
== Failure of stretching ==


Stretching does not work on a MathML-only document (i.e. whose document root is a <math/> element).
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}}.
Confirmed users
226

edits