Add hook for the msqrt tag in the confined MathML world
git-svn-id: svn://10.0.0.236/trunk@53712 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1f8ab9e606
commit
69f12a0069
@ -4802,6 +4802,8 @@ nsCSSFrameConstructor::ConstructMathMLFrame(nsIPresContext* aPresContex
|
||||
rv = NS_NewMathMLmmultiscriptsFrame(&newFrame);
|
||||
else if (aTag == nsMathMLAtoms::mstyle)
|
||||
rv = NS_NewMathMLmstyleFrame(&newFrame);
|
||||
else if (aTag == nsMathMLAtoms::msqrt)
|
||||
rv = NS_NewMathMLmsqrtFrame(&newFrame);
|
||||
else if (aTag == nsMathMLAtoms::mrow ||
|
||||
aTag == nsMathMLAtoms::mtext ||
|
||||
aTag == nsMathMLAtoms::merror ||
|
||||
|
||||
@ -4802,6 +4802,8 @@ nsCSSFrameConstructor::ConstructMathMLFrame(nsIPresContext* aPresContex
|
||||
rv = NS_NewMathMLmmultiscriptsFrame(&newFrame);
|
||||
else if (aTag == nsMathMLAtoms::mstyle)
|
||||
rv = NS_NewMathMLmstyleFrame(&newFrame);
|
||||
else if (aTag == nsMathMLAtoms::msqrt)
|
||||
rv = NS_NewMathMLmsqrtFrame(&newFrame);
|
||||
else if (aTag == nsMathMLAtoms::mrow ||
|
||||
aTag == nsMathMLAtoms::mtext ||
|
||||
aTag == nsMathMLAtoms::merror ||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user