selector text notes
git-svn-id: svn://10.0.0.236/trunk@19973 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user