mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 13:49:07 +00:00
Bug 1340027 - Part 3: Add CSSStyleDeclaration CEReactions annotation.
Tag UXP Issue #1344
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
interface CSSRule;
|
||||
|
||||
interface CSSStyleDeclaration {
|
||||
[SetterThrows]
|
||||
[CEReactions, SetterThrows]
|
||||
attribute DOMString cssText;
|
||||
|
||||
readonly attribute unsigned long length;
|
||||
@@ -22,9 +22,9 @@ interface CSSStyleDeclaration {
|
||||
[Throws]
|
||||
CSSValue? getPropertyCSSValue(DOMString property);
|
||||
DOMString getPropertyPriority(DOMString property);
|
||||
[Throws]
|
||||
[CEReactions, Throws]
|
||||
void setProperty(DOMString property, [TreatNullAs=EmptyString] DOMString value, [TreatNullAs=EmptyString] optional DOMString priority = "");
|
||||
[Throws]
|
||||
[CEReactions, Throws]
|
||||
DOMString removeProperty(DOMString property);
|
||||
|
||||
readonly attribute CSSRule? parentRule;
|
||||
|
||||
Reference in New Issue
Block a user