64622 - Make sure that IsResidualStyleTag() returns the correct value. That is, return TRUE for tags that fall under residual style category.

r=jst
sr=vidur


git-svn-id: svn://10.0.0.236/trunk@84807 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
harishd%netscape.com 2001-01-11 21:31:03 +00:00
parent 997b5b0438
commit eedd41dfb3
2 changed files with 2 additions and 0 deletions

View File

@ -1921,6 +1921,7 @@ PRBool nsHTMLElement::IsResidualStyleTag(eHTMLTags aChild) {
case eHTMLTag_tt:
case eHTMLTag_u:
result=PR_TRUE;
break;
case eHTMLTag_abbr:
case eHTMLTag_acronym:

View File

@ -1921,6 +1921,7 @@ PRBool nsHTMLElement::IsResidualStyleTag(eHTMLTags aChild) {
case eHTMLTag_tt:
case eHTMLTag_u:
result=PR_TRUE;
break;
case eHTMLTag_abbr:
case eHTMLTag_acronym: