Mapping nsDTDMode to eParseMode (in mozilla/htmlparser/src/nsIDTD.h)

R=pollmann
This commit is contained in:
harishd%netscape.com 1999-10-07 00:35:16 +00:00
parent cfa92fd85e
commit 43f91fa145
2 changed files with 6 additions and 8 deletions

View File

@ -35,10 +35,9 @@ class nsICSSLoader;
enum nsDTDMode {
eDTDMode_Unknown =0,
eDTDMode_Raptor =1, //5.0 version of nav. and greater
eDTDMode_Nav =2, //pre 5.0 versions
eDTDMode_NoQuirks =3, //pre 5.0 without quirks (as best as we can...)
eDTDMode_Other =4,
eDTDMode_Nav =1, //5.0 version of nav. and greater
eDTDMode_NoQuirks =2, //pre 5.0 versions
eDTDMode_Other =4, //pre 5.0 without quirks (as best as we can...)
eDTDMode_Autodetect =5
};

View File

@ -35,10 +35,9 @@ class nsICSSLoader;
enum nsDTDMode {
eDTDMode_Unknown =0,
eDTDMode_Raptor =1, //5.0 version of nav. and greater
eDTDMode_Nav =2, //pre 5.0 versions
eDTDMode_NoQuirks =3, //pre 5.0 without quirks (as best as we can...)
eDTDMode_Other =4,
eDTDMode_Nav =1, //5.0 version of nav. and greater
eDTDMode_NoQuirks =2, //pre 5.0 versions
eDTDMode_Other =4, //pre 5.0 without quirks (as best as we can...)
eDTDMode_Autodetect =5
};