зеркало из https://github.com/mozilla/pjs.git
Further refinement of style interfaces
This commit is contained in:
Родитель
6637173edf
Коммит
91f67cda29
|
@ -1,8 +1,10 @@
|
|||
|
||||
interface CSSStyleDeclaration {
|
||||
wstring getPropertyValue(in wstring propertyName);
|
||||
wstring getPropertyWeight(in wstring propertyName);
|
||||
void setProperty(in wstring propertyName, in wstring value, in wstring weight);
|
||||
wstring getPropertyPriority(in wstring propertyName);
|
||||
void setProperty(in wstring propertyName, in wstring value, in wstring priority);
|
||||
readonly attribute unsigned long length;
|
||||
wstring item(in unsigned long index); /* Returns property name */
|
||||
|
||||
attribute wstring azimuth;
|
||||
attribute wstring background;
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
readonly attribute wstring href;
|
||||
|
||||
readonly attribute StyleSheetCollection imports;
|
||||
readonly attribute MediaGroupCollection mediaGroups;
|
||||
readonly attribute CSSStyleRuleCollection rules;
|
||||
|
||||
unsigned long addRule(in wstring selector, in wstring declaration, in unsigned long index);
|
||||
|
|
Загрузка…
Ссылка в новой задаче