mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 15:26:07 +00:00
fixed bug 6107
This commit is contained in:
parent
19ffc42c57
commit
ffb2be5a5d
@ -386,7 +386,7 @@ nsHTMLElement gHTMLElements[] = {
|
||||
/*req-parent excl-parent*/ eHTMLTag_table,eHTMLTag_unknown,
|
||||
/*rootnodes,endrootnodes*/ &gInTable,&gInTable,
|
||||
/*autoclose starttags and endtags*/ &gCaptionAutoClose,0,0,
|
||||
/*parent,incl,exclgroups*/ kNone, kInlineEntity, kSelf,
|
||||
/*parent,incl,exclgroups*/ kNone, kFlowEntity, kSelf,
|
||||
/*special props, prop-range*/ kNoPropagate,kDefaultPropRange,
|
||||
/*special parents,kids,skip*/ &gInTable,0,eHTMLTag_unknown},
|
||||
|
||||
|
@ -386,7 +386,7 @@ nsHTMLElement gHTMLElements[] = {
|
||||
/*req-parent excl-parent*/ eHTMLTag_table,eHTMLTag_unknown,
|
||||
/*rootnodes,endrootnodes*/ &gInTable,&gInTable,
|
||||
/*autoclose starttags and endtags*/ &gCaptionAutoClose,0,0,
|
||||
/*parent,incl,exclgroups*/ kNone, kInlineEntity, kSelf,
|
||||
/*parent,incl,exclgroups*/ kNone, kFlowEntity, kSelf,
|
||||
/*special props, prop-range*/ kNoPropagate,kDefaultPropRange,
|
||||
/*special parents,kids,skip*/ &gInTable,0,eHTMLTag_unknown},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user