Added method to get property weight

This commit is contained in:
vidur%netscape.com 1998-09-22 21:30:10 +00:00
parent d2388fccf8
commit b9b6b51edd

View File

@ -1,7 +1,8 @@
interface CSSStyleDeclaration {
wstring getProperty(in wstring propertyName);
void setProperty(in wstring propertyName, in wstring value);
wstring getPropertyValue(in wstring propertyName);
wstring getPropertyWeight(in wstring propertyName);
void setProperty(in wstring propertyName, in wstring value, in wstring weight);
attribute wstring azimuth;
attribute wstring background;