adding behavior property to CSS. r=brendan

git-svn-id: svn://10.0.0.236/trunk@57347 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
2000-01-11 03:40:41 +00:00
parent 4b01e48fd1
commit 2c9879296b
34 changed files with 365 additions and 129 deletions

View File

@@ -720,6 +720,9 @@ static const PRInt32 kBackgroundYPositionKTable[] = {
case eCSSProperty_background_y_position:
return SearchKeywordTable(aValue, kBackgroundYPositionKTable);
case eCSSProperty_behavior:
break;
case eCSSProperty_border:
break;