Leave floated list-items as display:list-item. b=32200, r=buster sr=waterson

This commit is contained in:
attinasi%netscape.com 2001-02-02 21:16:00 +00:00
parent eabd8c6171
commit 26938418e4
3 changed files with 12 additions and 0 deletions

View File

@ -4261,6 +4261,10 @@ void EnsureBlockDisplay(/*in out*/PRUint8 &display)
// do not muck with these at all - already blocks
break;
case NS_STYLE_DISPLAY_LIST_ITEM :
// do not change list items to blocks - retain the bullet/numbering
break;
case NS_STYLE_DISPLAY_TABLE_ROW_GROUP :
case NS_STYLE_DISPLAY_TABLE_COLUMN :
case NS_STYLE_DISPLAY_TABLE_COLUMN_GROUP :

View File

@ -4261,6 +4261,10 @@ void EnsureBlockDisplay(/*in out*/PRUint8 &display)
// do not muck with these at all - already blocks
break;
case NS_STYLE_DISPLAY_LIST_ITEM :
// do not change list items to blocks - retain the bullet/numbering
break;
case NS_STYLE_DISPLAY_TABLE_ROW_GROUP :
case NS_STYLE_DISPLAY_TABLE_COLUMN :
case NS_STYLE_DISPLAY_TABLE_COLUMN_GROUP :

View File

@ -4261,6 +4261,10 @@ void EnsureBlockDisplay(/*in out*/PRUint8 &display)
// do not muck with these at all - already blocks
break;
case NS_STYLE_DISPLAY_LIST_ITEM :
// do not change list items to blocks - retain the bullet/numbering
break;
case NS_STYLE_DISPLAY_TABLE_ROW_GROUP :
case NS_STYLE_DISPLAY_TABLE_COLUMN :
case NS_STYLE_DISPLAY_TABLE_COLUMN_GROUP :