34458 - Added static APIs to determine DTD for a given

DOCTYPE,MIMETYPE,COMMAND.
r=rickg,pollmann
33397 - Fixed the NOSCRIPT interference on residual style handling.
r=rickg.
35456 - Emulating Nav. for documents with unclosed STYLE and SCRIPT.
37052 - Handling XMP content.
r=pollmann


git-svn-id: svn://10.0.0.236/trunk@68152 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
harishd%netscape.com
2000-05-03 22:09:09 +00:00
parent 7624784ee8
commit 0275e427e2
20 changed files with 896 additions and 430 deletions

View File

@@ -992,7 +992,7 @@ nsHTMLContentSinkStream::AddDocTypeDecl(const nsIParserNode& aNode, PRInt32 aMod
DebugDump("<",aNode.GetText(),(mNodeStackPos)*2);
#endif
Write("<!");
// Write("<!");
return NS_OK;
}