added basic support for inline-block

This commit is contained in:
peterl%netscape.com 1999-07-24 19:01:43 +00:00
Родитель c27894263d
Коммит 600dc2854c
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -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:

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

@ -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: