[Webkit-unassigned] [Bug 48105] mathml in html sometimes incorrectly parsed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 1 16:58:35 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=48105


David Carlisle <davidc at nag.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |davidc at nag.co.uk




--- Comment #2 from David Carlisle <davidc at nag.co.uk>  2010-11-01 16:58:35 PST ---
I also see this in webkit nightlies (affecting native mathml rendering) and chrome 7 affecting generated DOM, thus further processing.

I attach a smaller test case, nested mrows apparently being the main culprit.

The first div in the attached file has

<math>
<mrow>
<mrow><mn>1</mn></mrow>
<mi>a</mi>
</mrow>
</math>

but the innerHTML of that div, as inserted into the second, is


<math> <mrow> <mrow><mn>1</mn></mrow></mrow> <mi>a</mi> </math>

and the <mi>a</mi> has moved out of its correct location in the tree.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list