SCRIPT elements now added to the tree with a containing text element representing the script content

git-svn-id: svn://10.0.0.236/trunk@38136 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
vidur%netscape.com
1999-07-02 20:59:39 +00:00
parent 38d3366edd
commit 280f70c416
4 changed files with 102 additions and 14 deletions

View File

@@ -79,7 +79,7 @@ public:
NS_IMPL_IHTMLCONTENT_USING_GENERIC(mInner)
protected:
nsGenericHTMLLeafElement mInner;
nsGenericHTMLContainerElement mInner;
nsString mText;
};