mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
more improvements to strictDTD::<body>
This commit is contained in:
parent
73640e7b32
commit
ce5a03e322
@ -1549,13 +1549,13 @@ public:
|
||||
/**********************************************************
|
||||
This is for the body element...
|
||||
**********************************************************/
|
||||
static eHTMLTags gBodyKids[] = {eHTMLTag_del, eHTMLTag_ins, eHTMLTag_script, eHTMLTag_unknown};
|
||||
static eHTMLTags gBodyKids[] = {eHTMLTag_button, eHTMLTag_del, eHTMLTag_ins, eHTMLTag_map,eHTMLTag_script, eHTMLTag_unknown};
|
||||
static eHTMLTags gBodyExcludeKids[] = {eHTMLTag_applet, eHTMLTag_button, eHTMLTag_iframe, eHTMLTag_object, eHTMLTag_unknown};
|
||||
|
||||
class CBodyElement: public CElement {
|
||||
public:
|
||||
|
||||
|
||||
|
||||
static CGroupMembers& GetGroup(void) {
|
||||
static CGroupMembers theGroup={0};
|
||||
theGroup.mBits.mTopLevel=1;
|
||||
|
@ -1549,13 +1549,13 @@ public:
|
||||
/**********************************************************
|
||||
This is for the body element...
|
||||
**********************************************************/
|
||||
static eHTMLTags gBodyKids[] = {eHTMLTag_del, eHTMLTag_ins, eHTMLTag_script, eHTMLTag_unknown};
|
||||
static eHTMLTags gBodyKids[] = {eHTMLTag_button, eHTMLTag_del, eHTMLTag_ins, eHTMLTag_map,eHTMLTag_script, eHTMLTag_unknown};
|
||||
static eHTMLTags gBodyExcludeKids[] = {eHTMLTag_applet, eHTMLTag_button, eHTMLTag_iframe, eHTMLTag_object, eHTMLTag_unknown};
|
||||
|
||||
class CBodyElement: public CElement {
|
||||
public:
|
||||
|
||||
|
||||
|
||||
static CGroupMembers& GetGroup(void) {
|
||||
static CGroupMembers theGroup={0};
|
||||
theGroup.mBits.mTopLevel=1;
|
||||
|
Loading…
Reference in New Issue
Block a user