[Webkit-unassigned] [Bug 99618] [MathML] Implement the mmultiscripts tag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 22 02:16:16 PDT 2013


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





--- Comment #23 from Frédéric Wang <fred.wang at free.fr>  2013-08-22 02:15:43 PST ---
> > Source/WebCore/rendering/mathml/RenderMathMLScripts.cpp:140
> > +void RenderMathMLScripts::addChildInternal(bool normalInsertion, RenderObject* child, RenderObject* beforeChild)
> 
> i'm not clear what "normal" means in this context. it sounds a bit subjective. can you clarify when that flag is to be used

I forgot to reply to this. When a child renderer is inserted/removed, the other child/anonymous renderers must be reorganized to preserve the structure described at the top of the file. normalInsertion/normalRemoval means that the child is just inserted/removed by calling the RenderMathMLBlock member function, without doing any post-processing.

-- 
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