fixed bug 36449
git-svn-id: svn://10.0.0.236/trunk@68760 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -624,7 +624,7 @@ void InitializeElementTable(void) {
|
||||
/*req-parent excl-parent*/ eHTMLTag_unknown,eHTMLTag_unknown,
|
||||
/*rootnodes,endrootnodes*/ &gRootTags,&gRootTags,
|
||||
/*autoclose starttags and endtags*/ &gHRAutoClose,0,0,0,
|
||||
/*parent,incl,exclgroups*/ kBlock, kNone, kNone,
|
||||
/*parent,incl,exclgroups*/ kSpecial, kNone, kNone,
|
||||
/*special props, prop-range*/ kNonContainer,kDefaultPropRange,
|
||||
/*special parents,kids,skip*/ 0,0,eHTMLTag_unknown);
|
||||
|
||||
@@ -1037,6 +1037,9 @@ void InitializeElementTable(void) {
|
||||
|
||||
Initialize(
|
||||
|
||||
// I made span a special% tag again, (instead of inline).
|
||||
// This fixes the case: <font color="blue"><p><span>text</span>
|
||||
|
||||
/*tag*/ eHTMLTag_span,
|
||||
/*req-parent excl-parent*/ eHTMLTag_unknown,eHTMLTag_unknown,
|
||||
/*rootnodes,endrootnodes*/ &gRootTags,&gRootTags,
|
||||
@@ -1044,7 +1047,7 @@ void InitializeElementTable(void) {
|
||||
/*parent,incl,exclgroups*/ kInlineEntity, (kInlineEntity|kSelf|kFlowEntity), kNone,
|
||||
/*special props, prop-range*/ 0,kDefaultPropRange,
|
||||
/*special parents,kids,skip*/ 0,0,eHTMLTag_unknown);
|
||||
|
||||
|
||||
Initialize(
|
||||
|
||||
/*tag*/ eHTMLTag_strike,
|
||||
|
||||
Reference in New Issue
Block a user