Create bidi embedding only around inline containers (with a specified direction), not around inline replaced elements. bug=169139 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@206709 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -105,6 +105,12 @@ nsInlineFrame::GetType() const
|
||||
return nsLayoutAtoms::inlineFrame;
|
||||
}
|
||||
|
||||
PRBool
|
||||
nsInlineFrame::IsFrameOfType(PRUint32 aFlags) const
|
||||
{
|
||||
return !(aFlags & ~nsIFrame::eBidiInlineContainer);
|
||||
}
|
||||
|
||||
inline PRBool
|
||||
IsPaddingZero(nsStyleUnit aUnit, nsStyleCoord &aCoord)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user