Bug 827713 - Use mmultiscripts to handle all script shift elements. r=fredw
This commit is contained in:
@@ -4572,9 +4572,9 @@ nsCSSFrameConstructor::FindMathMLData(Element* aElement,
|
||||
SIMPLE_MATHML_CREATE(mtext_, NS_NewMathMLTokenFrame),
|
||||
SIMPLE_MATHML_CREATE(mo_, NS_NewMathMLmoFrame),
|
||||
SIMPLE_MATHML_CREATE(mfrac_, NS_NewMathMLmfracFrame),
|
||||
SIMPLE_MATHML_CREATE(msup_, NS_NewMathMLmsupFrame),
|
||||
SIMPLE_MATHML_CREATE(msub_, NS_NewMathMLmsubFrame),
|
||||
SIMPLE_MATHML_CREATE(msubsup_, NS_NewMathMLmsubsupFrame),
|
||||
SIMPLE_MATHML_CREATE(msup_, NS_NewMathMLmmultiscriptsFrame),
|
||||
SIMPLE_MATHML_CREATE(msub_, NS_NewMathMLmmultiscriptsFrame),
|
||||
SIMPLE_MATHML_CREATE(msubsup_, NS_NewMathMLmmultiscriptsFrame),
|
||||
SIMPLE_MATHML_CREATE(munder_, NS_NewMathMLmunderoverFrame),
|
||||
SIMPLE_MATHML_CREATE(mover_, NS_NewMathMLmunderoverFrame),
|
||||
SIMPLE_MATHML_CREATE(munderover_, NS_NewMathMLmunderoverFrame),
|
||||
|
||||
Reference in New Issue
Block a user