Add hook for the mroot tag in the confined MathML world

This commit is contained in:
rbs%maths.uq.edu.au 1999-11-21 22:01:56 +00:00
Родитель 783a97e7f2
Коммит 64e4ded56d
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -4903,6 +4903,8 @@ nsCSSFrameConstructor::ConstructMathMLFrame(nsIPresContext* aPresContex
rv = NS_NewMathMLmstyleFrame(&newFrame);
else if (aTag == nsMathMLAtoms::msqrt)
rv = NS_NewMathMLmsqrtFrame(&newFrame);
else if (aTag == nsMathMLAtoms::mroot)
rv = NS_NewMathMLmrootFrame(&newFrame);
else if (aTag == nsMathMLAtoms::mrow ||
aTag == nsMathMLAtoms::mtext ||
aTag == nsMathMLAtoms::merror ||

Просмотреть файл

@ -4903,6 +4903,8 @@ nsCSSFrameConstructor::ConstructMathMLFrame(nsIPresContext* aPresContex
rv = NS_NewMathMLmstyleFrame(&newFrame);
else if (aTag == nsMathMLAtoms::msqrt)
rv = NS_NewMathMLmsqrtFrame(&newFrame);
else if (aTag == nsMathMLAtoms::mroot)
rv = NS_NewMathMLmrootFrame(&newFrame);
else if (aTag == nsMathMLAtoms::mrow ||
aTag == nsMathMLAtoms::mtext ||
aTag == nsMathMLAtoms::merror ||