зеркало из https://github.com/mozilla/pjs.git
Add hook for the msqrt tag in the confined MathML world
This commit is contained in:
Родитель
9da757a09e
Коммит
123ec44200
|
@ -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 ||
|
||||
|
|
Загрузка…
Ссылка в новой задаче