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