mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Allow most everything to live in a caption, just like a table cell
This commit is contained in:
parent
b21a56a6c9
commit
aa0ea3f84d
@ -1155,7 +1155,7 @@ PRBool CNavDTD::CanContain(PRInt32 aParent,PRInt32 aChild) {
|
||||
result=PRBool(0!=strchr(gTagSet3,aChild)); break;
|
||||
|
||||
case eHTMLTag_caption:
|
||||
result=PRBool(0!=strchr(gTagSet2,aChild)); break;
|
||||
result=PRBool(0!=strchr(gTagSet1,aChild)); break;
|
||||
|
||||
case eHTMLTag_center:
|
||||
result=PRBool(0!=strchr(gTagSet1,aChild)); break;
|
||||
|
@ -1155,7 +1155,7 @@ PRBool CNavDTD::CanContain(PRInt32 aParent,PRInt32 aChild) {
|
||||
result=PRBool(0!=strchr(gTagSet3,aChild)); break;
|
||||
|
||||
case eHTMLTag_caption:
|
||||
result=PRBool(0!=strchr(gTagSet2,aChild)); break;
|
||||
result=PRBool(0!=strchr(gTagSet1,aChild)); break;
|
||||
|
||||
case eHTMLTag_center:
|
||||
result=PRBool(0!=strchr(gTagSet1,aChild)); break;
|
||||
|
Loading…
Reference in New Issue
Block a user