mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
bug 301416: Don't allow residual styles to open inside <textarea>. r+sr=jst a=asa
This commit is contained in:
parent
ef763e09a5
commit
642cdb910e
@ -1176,7 +1176,7 @@ const nsHTMLElement gHTMLElements[] = {
|
|||||||
/*rootnodes,endrootnodes*/ &gInForm,&gInForm,
|
/*rootnodes,endrootnodes*/ &gInForm,&gInForm,
|
||||||
/*autoclose starttags and endtags*/ &gInputAutoClose,0,0,0,
|
/*autoclose starttags and endtags*/ &gInputAutoClose,0,0,0,
|
||||||
/*parent,incl,exclgroups*/ kFormControl, kPCDATA, kNone,
|
/*parent,incl,exclgroups*/ kFormControl, kPCDATA, kNone,
|
||||||
/*special props, prop-range*/ kRequiresBody,kDefaultPropRange,
|
/*special props, prop-range*/ kRequiresBody|kNoStyleLeaksIn,kDefaultPropRange,
|
||||||
/*special parents,kids,skip*/ &gInForm,&gContainsText,eHTMLTag_unknown,
|
/*special parents,kids,skip*/ &gInForm,&gContainsText,eHTMLTag_unknown,
|
||||||
/*contain-func*/ 0
|
/*contain-func*/ 0
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user