selector text notes

git-svn-id: svn://10.0.0.236/trunk@19973 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterl%netscape.com
1999-02-07 21:48:45 +00:00
parent 9cd5ff0a00
commit 5f1a886f61
3 changed files with 9 additions and 6 deletions

View File

@@ -2078,14 +2078,15 @@ CSSStyleRuleImpl::GetType(PRUint16* aType)
NS_IMETHODIMP
CSSStyleRuleImpl::GetCssText(nsString& aCssText)
{
// XXX TBI
aCssText = mSelectorText;
// XXX TBI append declaration too
return NS_OK;
}
NS_IMETHODIMP
CSSStyleRuleImpl::SetCssText(const nsString& aCssText)
{
// XXX TBI
// XXX TBI - need to re-parse rule & declaration
return NS_OK;
}