bug 287349: Add kHeadMisc to the excludable children of <select> so that it properly exludes userdefined children. r=bzbarsky sr=jst
git-svn-id: svn://10.0.0.236/trunk@171146 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1015,7 +1015,7 @@ const nsHTMLElement gHTMLElements[] = {
|
||||
/*requiredAncestor*/ eHTMLTag_unknown, eHTMLTag_unknown,
|
||||
/*rootnodes,endrootnodes*/ &gInForm,&gInForm,
|
||||
/*autoclose starttags and endtags*/ &gInputAutoClose,0,0,0,
|
||||
/*parent,incl,exclgroups*/ kFormControl, kNone, kFlowEntity|kDLChild,
|
||||
/*parent,incl,exclgroups*/ kFormControl, kNone, kFlowEntity|kDLChild|kHeadMisc, // Added kHeadMisc to fix bug 287349
|
||||
/*special props, prop-range*/ kNoPropagate|kNoStyleLeaksIn, kDefaultPropRange,
|
||||
/*special parents,kids,skip*/ &gInForm,&gContainsOpts,eHTMLTag_unknown,
|
||||
/*contain-func*/ 0
|
||||
|
||||
Reference in New Issue
Block a user