-
Notifications
You must be signed in to change notification settings - Fork 17
/
css-cascade.json
230 lines (230 loc) · 8.46 KB
/
css-cascade.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
{
"all-shorthand": [
{
"engines": [
"blink",
"gecko",
"webkit"
],
"filename": "css/properties/all.json",
"name": "all",
"slug": "CSS/all",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/all",
"summary": "The all shorthand CSS property resets all of an element's properties except unicode-bidi, direction, and CSS Custom Properties. It can set properties to their initial or inherited values, or to the values specified in another cascade layer or stylesheet origin.",
"support": {
"chrome": {
"version_added": "37"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "27"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "9.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": "79"
}
},
"caniuse": {
"feature": "css-all",
"title": "CSS all property"
},
"title": "all"
}
],
"inherit": [
{
"engines": [
"blink",
"gecko",
"webkit"
],
"filename": "css/types/global_keywords.json",
"name": "inherit",
"slug": "CSS/inherit",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/inherit",
"summary": "The inherit CSS keyword causes the element to take the computed value of the property from its parent element. It can be applied to any CSS property, including the CSS shorthand property all.",
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "1"
},
"firefox_android": "mirror",
"ie": {
"version_added": "8"
},
"oculus": "mirror",
"opera": {
"version_added": "4"
},
"opera_android": "mirror",
"safari": {
"version_added": "1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": "79"
}
},
"title": "inherit"
}
],
"initial": [
{
"engines": [
"blink",
"gecko",
"webkit"
],
"filename": "css/types/global_keywords.json",
"name": "initial",
"slug": "CSS/initial",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/initial",
"summary": "The initial CSS keyword applies the initial (or default) value of a property to an element. It can be applied to any CSS property, including the CSS shorthand property all. With all set to initial, all CSS properties can be restored to their respective initial values in one go instead of restoring each one separately.",
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": "mirror",
"edge": {
"version_added": "13"
},
"firefox": [
{
"version_added": "19"
},
{
"prefix": "-moz-",
"version_added": "1",
"version_removed": "24"
}
],
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "1.2"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": "79"
}
},
"title": "initial"
}
],
"default": [
{
"engines": [
"blink",
"gecko",
"webkit"
],
"filename": "css/types/global_keywords.json",
"name": "revert",
"slug": "CSS/revert",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/revert",
"summary": "The revert CSS keyword reverts the cascaded value of the property from its current value to the value the property would have had if no changes had been made by the current style origin to the current element. Thus, it resets the property either to user agent set value, to user set value, to its inherited value (if it is inheritable), or to initial value. It can be applied to any CSS property, including the CSS shorthand property all.",
"support": {
"chrome": {
"version_added": "84"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "67"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "9.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": "84"
}
},
"title": "revert"
}
],
"inherit-initial": [
{
"engines": [
"blink",
"gecko",
"webkit"
],
"filename": "css/types/global_keywords.json",
"name": "unset",
"slug": "CSS/unset",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/unset",
"summary": "The unset CSS keyword resets a property to its inherited value if the property naturally inherits from its parent, and to its initial value if not. In other words, it behaves like the inherit keyword in the first case, when the property is an inherited property, and like the initial keyword in the second case, when the property is a non-inherited property.",
"support": {
"chrome": {
"version_added": "41"
},
"chrome_android": "mirror",
"edge": {
"version_added": "13"
},
"firefox": {
"version_added": "27"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "9.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": "79"
}
},
"caniuse": {
"feature": "css-unset-value",
"title": "CSS unset value"
},
"title": "unset"
}
]
}