Allow <link> to be opened, even as the direct child of a <table>. bug 436722, r+sr=sicking a=ss
git-svn-id: svn://10.0.0.236/trunk@253515 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -791,7 +791,7 @@ const nsHTMLElement gHTMLElements[] = {
|
||||
/*rootnodes,endrootnodes*/ &gInHead,&gInHead,
|
||||
/*autoclose starttags and endtags*/ 0,0,0,0,
|
||||
/*parent,incl,exclgroups*/ kAllTags - kHeadContent, kNone, kNone,
|
||||
/*special props, prop-range*/ kNonContainer|kPreferHead,kDefaultPropRange,
|
||||
/*special props, prop-range*/ kNonContainer|kPreferHead|kLegalOpen,kDefaultPropRange,
|
||||
/*special parents,kids,skip*/ &gInHead,0,eHTMLTag_unknown,
|
||||
/*contain-func*/ 0
|
||||
},
|
||||
@@ -1089,7 +1089,7 @@ const nsHTMLElement gHTMLElements[] = {
|
||||
/*rootnodes,endrootnodes*/ &gRootTags,&gRootTags,
|
||||
/*autoclose starttags and endtags*/ 0,0,0,0,
|
||||
/*parent,incl,exclgroups*/ kAllTags - kHeadContent, kCDATA, kNone,
|
||||
/*special props, prop-range*/ kNoStyleLeaksIn|kPreferHead, kNoPropRange,
|
||||
/*special props, prop-range*/ kNoStyleLeaksIn|kPreferHead|kLegalOpen, kNoPropRange,
|
||||
/*special parents,kids,skip*/ 0,0,eHTMLTag_unknown,
|
||||
/*contain-func*/ 0
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user