Added document.forms. Specialized interfaces for images and forms. Better handling of childNodes collection.

git-svn-id: svn://10.0.0.236/trunk@7190 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
vidur%netscape.com
1998-08-04 00:05:22 +00:00
parent 2e756b326f
commit c6fd3f22ca
33 changed files with 1156 additions and 146 deletions

View File

@@ -563,6 +563,9 @@ HTMLContentSink::OpenForm(const nsIParserNode& aNode)
GetAttributeValueAt(aNode, i, v);
mCurrentForm->SetAttribute(k, v);
}
// XXX Temporary code till forms become real content
// Add the form to the document
((nsHTMLDocument*)mDocument)->AddForm(mCurrentForm);
}
return NS_OK;