Table's, tr's, td's and th's now support navigators background attribute properly including backgrounds impacted by BASE tags - bug #2020

git-svn-id: svn://10.0.0.236/trunk@24585 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1999-03-20 15:42:21 +00:00
parent 6d431e4a41
commit a697f3cf69
2 changed files with 10 additions and 0 deletions

View File

@@ -983,6 +983,11 @@ SinkContext::OpenContainer(const nsIParserNode& aNode)
break;
case eHTMLTag_table:
mSink->mInMonolithicContainer++;
case eHTMLTag_tr:
case eHTMLTag_td:
case eHTMLTag_th:
// XXX if navigator_quirks_mode (only body in html supports background)
mSink->AddBaseTagInfo(content);
break;
case eHTMLTag_map:
mSink->ProcessMAPTag(aNode, content);