mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 04:27:41 +00:00
Mathml inlines are still bidi containers. Bug 371481, r=uriber, sr=rbs
This commit is contained in:
parent
df3ea7e510
commit
d507319102
@ -479,9 +479,6 @@ public:
|
||||
}
|
||||
|
||||
virtual PRBool IsFrameOfType(PRUint32 aFlags) const {
|
||||
// Override nsInlineFrame. XXX Should we really?
|
||||
if (aFlags & (nsIFrame::eBidiInlineContainer))
|
||||
return PR_FALSE;
|
||||
return nsInlineFrame::IsFrameOfType(aFlags & ~(nsIFrame::eMathML));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user