added basic support for inline-block

This commit is contained in:
peterl@netscape.com
1999-07-24 19:01:43 +00:00
parent 618e913fae
commit a767a54df3
2 changed files with 2 additions and 0 deletions

View File

@@ -3521,6 +3521,7 @@ nsCSSFrameConstructor::ConstructFrameByDisplayType(nsIPresContext* aPre
// Use the 'display' property to choose a frame type
switch (aDisplay->mDisplay) {
case NS_STYLE_DISPLAY_INLINE_BLOCK: // XXX temporary until really supported
case NS_STYLE_DISPLAY_BLOCK:
case NS_STYLE_DISPLAY_LIST_ITEM:
case NS_STYLE_DISPLAY_RUN_IN: