-
Notifications
You must be signed in to change notification settings - Fork 0
/
CSSStyleDeclaration.json
51 lines (51 loc) · 2.01 KB
/
CSSStyleDeclaration.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "CSSStyleDeclaration",
"description": "",
"members": [
{
"name": "CSSStyleDeclaration.cssText",
"link": "/en-US/docs/Web/API/CSSStyleDeclaration/cssText",
"description": "Textual representation of the declaration block. Setting this attribute changes the style."
},
{
"name": "CSSStyleDeclaration.length",
"link": "/en-US/docs/Web/API/CSSStyleDeclaration/length",
"description": "The number of properties. See the item() method below."
},
{
"name": "CSSStyleDeclaration.parentRule",
"link": "/en-US/docs/Web/API/CSSStyleDeclaration/parentRule",
"description": "The containing CSSRule."
},
{
"name": "CSSStyleDeclaration.getPropertyPriority()",
"link": "/en-US/docs/Web/API/CSSStyleDeclaration/getPropertyPriority",
"description": "Returns the optional priority, \"important\"."
},
{
"name": "CSSStyleDeclaration.getPropertyValue()",
"link": "/en-US/docs/Web/API/CSSStyleDeclaration/getPropertyValue",
"description": "Returns the property value given a property name."
},
{
"name": "CSSStyleDeclaration.item()",
"link": "/en-US/docs/Web/API/CSSStyleDeclaration/item",
"description": "Returns a property name."
},
{
"name": "CSSStyleDeclaration.removeProperty()",
"link": "/en-US/docs/Web/API/CSSStyleDeclaration/removeProperty",
"description": "Removes a property from the CSS declaration block."
},
{
"name": "CSSStyleDeclaration.setProperty()",
"link": "/en-US/docs/Web/API/CSSStyleDeclaration/setProperty",
"description": "Modifies an existing CSS property or creates a new CSS property in the declaration block/."
},
{
"name": "CSSStyleDeclaration.getPropertyCSSValue()",
"link": "/en-US/docs/Web/API/CSSStyleDeclaration/getPropertyCSSValue",
"description": "Only supported via getComputedStyle in Firefox. Returns the property value as a CSSPrimitiveValue or null for shorthand properties."
}
]
}