enabled empty element support in StrictDTD

This commit is contained in:
rickg%netscape.com 2000-05-15 07:58:53 +00:00
Родитель 3400ad9e75
Коммит c912e2e175
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -765,7 +765,7 @@ nsresult COtherDTD::HandleStartToken(CToken* aToken) {
PRBool theTagWasHandled=PR_FALSE;
switch(theChildTag) {
switch(theChildTag) {
case eHTMLTag_html:
if(!HasOpenContainer(theChildTag)) {

Просмотреть файл

@ -206,7 +206,7 @@ public:
PRInt32 result=-1;
if(mTag!=aTag) {
if(HasOptionalEndTag(this)) {
if(HasOptionalEndTag(this) && (0<anIndex)) {
eHTMLTags theGrandParentTag=aContext->TagAt(--anIndex);
CElement *theGrandParent=GetElement(theGrandParentTag);
if(theGrandParent) {

Просмотреть файл

@ -765,7 +765,7 @@ nsresult COtherDTD::HandleStartToken(CToken* aToken) {
PRBool theTagWasHandled=PR_FALSE;
switch(theChildTag) {
switch(theChildTag) {
case eHTMLTag_html:
if(!HasOpenContainer(theChildTag)) {

Просмотреть файл

@ -206,7 +206,7 @@ public:
PRInt32 result=-1;
if(mTag!=aTag) {
if(HasOptionalEndTag(this)) {
if(HasOptionalEndTag(this) && (0<anIndex)) {
eHTMLTags theGrandParentTag=aContext->TagAt(--anIndex);
CElement *theGrandParent=GetElement(theGrandParentTag);
if(theGrandParent) {