From 8a6fe7123767c5fc2feb08d808a683cfe13fafad Mon Sep 17 00:00:00 2001 From: "mrbkap%gmail.com" Date: Wed, 22 Mar 2006 21:22:25 +0000 Subject: [PATCH] Allow flow elements to contain for interoperability with other browsers. bug 327250, r+sr=jst --- parser/htmlparser/src/nsElementTable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/htmlparser/src/nsElementTable.cpp b/parser/htmlparser/src/nsElementTable.cpp index 577b2d8634e..4e0e8aafe93 100644 --- a/parser/htmlparser/src/nsElementTable.cpp +++ b/parser/htmlparser/src/nsElementTable.cpp @@ -879,7 +879,7 @@ const nsHTMLElement gHTMLElements[] = { /*req-parent excl-parent*/ eHTMLTag_unknown,eHTMLTag_unknown, /*rootnodes,endrootnodes*/ &gNoframeRoot,&gNoframeRoot, /*autoclose starttags and endtags*/ 0,0,0,0, - /*parent,incl,exclgroups*/ kBlock, kFlowEntity, kNone, + /*parent,incl,exclgroups*/ kFlowEntity, kFlowEntity, kNone, /*special props, prop-range*/ 0, kNoPropRange, /*special parents,kids,skip*/ &gNoframeRoot,0,eHTMLTag_unknown, /*contain-func*/ 0