mdn-data 2.13.0 → 2.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/at-rules.json +40 -40
- package/css/functions.json +232 -20
- package/css/properties.json +429 -384
- package/css/properties.schema.json +2 -0
- package/css/selectors.json +88 -88
- package/css/syntaxes.json +101 -74
- package/css/types.json +10 -10
- package/l10n/css.json +46 -40
- package/package.json +1 -1
package/css/at-rules.json
CHANGED
|
@@ -132,46 +132,6 @@
|
|
|
132
132
|
"status": "nonstandard",
|
|
133
133
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@document"
|
|
134
134
|
},
|
|
135
|
-
"@font-palette-values": {
|
|
136
|
-
"syntax": "@font-palette-values <dashed-ident> {\n <declaration-list>\n}",
|
|
137
|
-
"groups": [
|
|
138
|
-
"CSS Fonts"
|
|
139
|
-
],
|
|
140
|
-
"descriptors": {
|
|
141
|
-
"base-palette": {
|
|
142
|
-
"syntax": "light | dark | <integer [0,∞]>",
|
|
143
|
-
"media": "all",
|
|
144
|
-
"initial": "n/a (required)",
|
|
145
|
-
"percentages": "no",
|
|
146
|
-
"computed": "asSpecified",
|
|
147
|
-
"order": "uniqueOrder",
|
|
148
|
-
"status": "standard",
|
|
149
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values/base-palette"
|
|
150
|
-
},
|
|
151
|
-
"font-family": {
|
|
152
|
-
"syntax": "<family-name>#",
|
|
153
|
-
"media": "all",
|
|
154
|
-
"initial": "n/a (required)",
|
|
155
|
-
"percentages": "no",
|
|
156
|
-
"computed": "asSpecified",
|
|
157
|
-
"order": "orderOfAppearance",
|
|
158
|
-
"status": "standard",
|
|
159
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values/font-family"
|
|
160
|
-
},
|
|
161
|
-
"override-colors": {
|
|
162
|
-
"syntax": "[ <integer [0,∞]> <color> ]#",
|
|
163
|
-
"media": "all",
|
|
164
|
-
"initial": "n/a (required)",
|
|
165
|
-
"percentages": "no",
|
|
166
|
-
"computed": "asSpecified",
|
|
167
|
-
"order": "orderOfAppearance",
|
|
168
|
-
"status": "standard",
|
|
169
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values/override-colors"
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
"status": "standard",
|
|
173
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values"
|
|
174
|
-
},
|
|
175
135
|
"@font-face": {
|
|
176
136
|
"syntax": "@font-face {\n [ font-family: <family-name>; ] ||\n [ src: <src>; ] ||\n [ unicode-range: <unicode-range>; ] ||\n [ font-variant: <font-variant>; ] ||\n [ font-feature-settings: <font-feature-settings>; ] ||\n [ font-variation-settings: <font-variation-settings>; ] ||\n [ font-stretch: <font-stretch>; ] ||\n [ font-weight: <font-weight>; ] ||\n [ font-style: <font-style>; ] ||\n [ size-adjust: <size-adjust>; ] ||\n [ ascent-override: <ascent-override>; ] ||\n [ descent-override: <descent-override>; ] ||\n [ line-gap-override: <line-gap-override>; ]\n}",
|
|
177
137
|
"interfaces": [
|
|
@@ -326,6 +286,46 @@
|
|
|
326
286
|
"status": "standard",
|
|
327
287
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-feature-values"
|
|
328
288
|
},
|
|
289
|
+
"@font-palette-values": {
|
|
290
|
+
"syntax": "@font-palette-values <dashed-ident> {\n <declaration-list>\n}",
|
|
291
|
+
"groups": [
|
|
292
|
+
"CSS Fonts"
|
|
293
|
+
],
|
|
294
|
+
"descriptors": {
|
|
295
|
+
"base-palette": {
|
|
296
|
+
"syntax": "light | dark | <integer [0,∞]>",
|
|
297
|
+
"media": "all",
|
|
298
|
+
"initial": "n/a (required)",
|
|
299
|
+
"percentages": "no",
|
|
300
|
+
"computed": "asSpecified",
|
|
301
|
+
"order": "uniqueOrder",
|
|
302
|
+
"status": "standard",
|
|
303
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values/base-palette"
|
|
304
|
+
},
|
|
305
|
+
"font-family": {
|
|
306
|
+
"syntax": "<family-name>#",
|
|
307
|
+
"media": "all",
|
|
308
|
+
"initial": "n/a (required)",
|
|
309
|
+
"percentages": "no",
|
|
310
|
+
"computed": "asSpecified",
|
|
311
|
+
"order": "orderOfAppearance",
|
|
312
|
+
"status": "standard",
|
|
313
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values/font-family"
|
|
314
|
+
},
|
|
315
|
+
"override-colors": {
|
|
316
|
+
"syntax": "[ <integer [0,∞]> <color> ]#",
|
|
317
|
+
"media": "all",
|
|
318
|
+
"initial": "n/a (required)",
|
|
319
|
+
"percentages": "no",
|
|
320
|
+
"computed": "asSpecified",
|
|
321
|
+
"order": "orderOfAppearance",
|
|
322
|
+
"status": "standard",
|
|
323
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values/override-colors"
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
"status": "standard",
|
|
327
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values"
|
|
328
|
+
},
|
|
329
329
|
"@import": {
|
|
330
330
|
"syntax": "@import [ <string> | <url> ]\n [ layer | layer(<layer-name>) ]?\n [ supports( [ <supports-condition> | <declaration> ] ) ]?\n <media-query-list>? ;",
|
|
331
331
|
"groups": [
|
package/css/functions.json
CHANGED
|
@@ -1,4 +1,22 @@
|
|
|
1
1
|
{
|
|
2
|
+
"abs()": {
|
|
3
|
+
"syntax": "abs( <calc-sum> )",
|
|
4
|
+
"groups": [
|
|
5
|
+
"CSS Units",
|
|
6
|
+
"CSS Lengths"
|
|
7
|
+
],
|
|
8
|
+
"status": "standard",
|
|
9
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/abs"
|
|
10
|
+
},
|
|
11
|
+
"acos()": {
|
|
12
|
+
"syntax": "acos( <calc-sum> )",
|
|
13
|
+
"groups": [
|
|
14
|
+
"CSS Units",
|
|
15
|
+
"CSS Lengths"
|
|
16
|
+
],
|
|
17
|
+
"status": "standard",
|
|
18
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/acos"
|
|
19
|
+
},
|
|
2
20
|
"anchor()": {
|
|
3
21
|
"syntax": "anchor( <anchor-name>? && <anchor-side>, <length-percentage>? )",
|
|
4
22
|
"groups": [
|
|
@@ -15,6 +33,33 @@
|
|
|
15
33
|
"status": "experimental",
|
|
16
34
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/anchor-size"
|
|
17
35
|
},
|
|
36
|
+
"asin()": {
|
|
37
|
+
"syntax": "asin( <calc-sum> )",
|
|
38
|
+
"groups": [
|
|
39
|
+
"CSS Units",
|
|
40
|
+
"CSS Lengths"
|
|
41
|
+
],
|
|
42
|
+
"status": "standard",
|
|
43
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/asin"
|
|
44
|
+
},
|
|
45
|
+
"atan()": {
|
|
46
|
+
"syntax": "atan( <calc-sum> )",
|
|
47
|
+
"groups": [
|
|
48
|
+
"CSS Units",
|
|
49
|
+
"CSS Lengths"
|
|
50
|
+
],
|
|
51
|
+
"status": "standard",
|
|
52
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/atan"
|
|
53
|
+
},
|
|
54
|
+
"atan2()": {
|
|
55
|
+
"syntax": "atan2( <calc-sum>, <calc-sum> )",
|
|
56
|
+
"groups": [
|
|
57
|
+
"CSS Units",
|
|
58
|
+
"CSS Lengths"
|
|
59
|
+
],
|
|
60
|
+
"status": "standard",
|
|
61
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/atan2"
|
|
62
|
+
},
|
|
18
63
|
"attr()": {
|
|
19
64
|
"syntax": "attr( <attr-name> <type-or-unit>? [, <attr-fallback> ]? )",
|
|
20
65
|
"groups": [
|
|
@@ -48,6 +93,15 @@
|
|
|
48
93
|
"status": "standard",
|
|
49
94
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/calc"
|
|
50
95
|
},
|
|
96
|
+
"calc-size()": {
|
|
97
|
+
"syntax": "calc-size( <calc-size-basis>, <calc-sum> )",
|
|
98
|
+
"groups": [
|
|
99
|
+
"CSS Units",
|
|
100
|
+
"CSS Lengths"
|
|
101
|
+
],
|
|
102
|
+
"status": "experimental",
|
|
103
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/calc-size"
|
|
104
|
+
},
|
|
51
105
|
"circle()": {
|
|
52
106
|
"syntax": "circle( [ <shape-radius> ]? [ at <position> ]? )",
|
|
53
107
|
"groups": [
|
|
@@ -59,7 +113,8 @@
|
|
|
59
113
|
"clamp()": {
|
|
60
114
|
"syntax": "clamp( <calc-sum>#{3} )",
|
|
61
115
|
"groups": [
|
|
62
|
-
"CSS
|
|
116
|
+
"CSS Units",
|
|
117
|
+
"CSS Lengths"
|
|
63
118
|
],
|
|
64
119
|
"status": "standard",
|
|
65
120
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/clamp"
|
|
@@ -82,6 +137,15 @@
|
|
|
82
137
|
"status": "standard",
|
|
83
138
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/contrast"
|
|
84
139
|
},
|
|
140
|
+
"cos()": {
|
|
141
|
+
"syntax": "cos( <calc-sum> )",
|
|
142
|
+
"groups": [
|
|
143
|
+
"CSS Units",
|
|
144
|
+
"CSS Lengths"
|
|
145
|
+
],
|
|
146
|
+
"status": "standard",
|
|
147
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/cos"
|
|
148
|
+
},
|
|
85
149
|
"counter()": {
|
|
86
150
|
"syntax": "counter( <counter-name>, <counter-style>? )",
|
|
87
151
|
"groups": [
|
|
@@ -140,6 +204,15 @@
|
|
|
140
204
|
"status": "standard",
|
|
141
205
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/env"
|
|
142
206
|
},
|
|
207
|
+
"exp()": {
|
|
208
|
+
"syntax": "exp( <calc-sum> )",
|
|
209
|
+
"groups": [
|
|
210
|
+
"CSS Units",
|
|
211
|
+
"CSS Lengths"
|
|
212
|
+
],
|
|
213
|
+
"status": "standard",
|
|
214
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/exp"
|
|
215
|
+
},
|
|
143
216
|
"fit-content()": {
|
|
144
217
|
"syntax": "fit-content( <length-percentage [0,∞]> )",
|
|
145
218
|
"groups": [
|
|
@@ -182,6 +255,23 @@
|
|
|
182
255
|
"status": "standard",
|
|
183
256
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/hue-rotate"
|
|
184
257
|
},
|
|
258
|
+
"hypot()": {
|
|
259
|
+
"syntax": "hypot( <calc-sum># )",
|
|
260
|
+
"groups": [
|
|
261
|
+
"CSS Units",
|
|
262
|
+
"CSS Lengths"
|
|
263
|
+
],
|
|
264
|
+
"status": "standard",
|
|
265
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/hypot"
|
|
266
|
+
},
|
|
267
|
+
"hwb()": {
|
|
268
|
+
"syntax": "hwb( [<hue> | none] [<percentage> | none] [<percentage> | none] [ / [<alpha-value> | none] ]? )",
|
|
269
|
+
"groups": [
|
|
270
|
+
"CSS Color"
|
|
271
|
+
],
|
|
272
|
+
"status": "standard",
|
|
273
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/hwb"
|
|
274
|
+
},
|
|
185
275
|
"image()": {
|
|
186
276
|
"syntax": "image( <image-tags>? [ <image-src>? , <color>? ]! )",
|
|
187
277
|
"groups": [
|
|
@@ -215,6 +305,30 @@
|
|
|
215
305
|
"status": "standard",
|
|
216
306
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/invert"
|
|
217
307
|
},
|
|
308
|
+
"lab()": {
|
|
309
|
+
"syntax": "lab( [<percentage> | <number> | none] [ <percentage> | <number> | none] [ <percentage> | <number> | none] [ / [<alpha-value> | none] ]? )",
|
|
310
|
+
"groups": [
|
|
311
|
+
"CSS Color"
|
|
312
|
+
],
|
|
313
|
+
"status": "standard",
|
|
314
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/lab"
|
|
315
|
+
},
|
|
316
|
+
"layer()": {
|
|
317
|
+
"syntax": "layer( <layer-name> )",
|
|
318
|
+
"groups": [
|
|
319
|
+
"CSS Cascading and Inheritance"
|
|
320
|
+
],
|
|
321
|
+
"status": "standard",
|
|
322
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@import/layer_function"
|
|
323
|
+
},
|
|
324
|
+
"lch()": {
|
|
325
|
+
"syntax": "lch( [<percentage> | <number> | none] [ <percentage> | <number> | none] [ <hue> | none] [ / [<alpha-value> | none] ]? )",
|
|
326
|
+
"groups": [
|
|
327
|
+
"CSS Color"
|
|
328
|
+
],
|
|
329
|
+
"status": "standard",
|
|
330
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/lch"
|
|
331
|
+
},
|
|
218
332
|
"leader()": {
|
|
219
333
|
"syntax": "leader( <leader-type> )",
|
|
220
334
|
"groups": [
|
|
@@ -222,6 +336,14 @@
|
|
|
222
336
|
],
|
|
223
337
|
"status": "nonstandard"
|
|
224
338
|
},
|
|
339
|
+
"light-dark()": {
|
|
340
|
+
"syntax": "light-dark( <color>, <color> )",
|
|
341
|
+
"groups": [
|
|
342
|
+
"CSS Color"
|
|
343
|
+
],
|
|
344
|
+
"status": "standard",
|
|
345
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/light-dark"
|
|
346
|
+
},
|
|
225
347
|
"linear-gradient()": {
|
|
226
348
|
"syntax": "linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )",
|
|
227
349
|
"groups": [
|
|
@@ -231,6 +353,15 @@
|
|
|
231
353
|
"status": "standard",
|
|
232
354
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/linear-gradient"
|
|
233
355
|
},
|
|
356
|
+
"log()": {
|
|
357
|
+
"syntax": "log( <calc-sum>, <calc-sum>? )",
|
|
358
|
+
"groups": [
|
|
359
|
+
"CSS Units",
|
|
360
|
+
"CSS Lengths"
|
|
361
|
+
],
|
|
362
|
+
"status": "standard",
|
|
363
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/log"
|
|
364
|
+
},
|
|
234
365
|
"matrix()": {
|
|
235
366
|
"syntax": "matrix( <number>#{6} )",
|
|
236
367
|
"groups": [
|
|
@@ -274,6 +405,15 @@
|
|
|
274
405
|
"status": "standard",
|
|
275
406
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/minmax"
|
|
276
407
|
},
|
|
408
|
+
"mod()": {
|
|
409
|
+
"syntax": "mod( <calc-sum>, <calc-sum> )",
|
|
410
|
+
"groups": [
|
|
411
|
+
"CSS Units",
|
|
412
|
+
"CSS Lengths"
|
|
413
|
+
],
|
|
414
|
+
"status": "standard",
|
|
415
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mod"
|
|
416
|
+
},
|
|
277
417
|
"oklab()": {
|
|
278
418
|
"syntax": "oklab( [ <percentage> | <number> | none] [ <percentage> | <number> | none] [ <percentage> | <number> | none] [ / [<alpha-value> | none] ]? )",
|
|
279
419
|
"groups": [
|
|
@@ -299,15 +439,6 @@
|
|
|
299
439
|
"status": "standard",
|
|
300
440
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/opacity"
|
|
301
441
|
},
|
|
302
|
-
"path()": {
|
|
303
|
-
"syntax": "path( [ <fill-rule>, ]? <string> )",
|
|
304
|
-
"groups": [
|
|
305
|
-
"CSS Shapes",
|
|
306
|
-
"CSS Motion Path"
|
|
307
|
-
],
|
|
308
|
-
"status": "standard",
|
|
309
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/path"
|
|
310
|
-
},
|
|
311
442
|
"paint()": {
|
|
312
443
|
"syntax": "paint( <ident>, <declaration-value>? )",
|
|
313
444
|
"groups": [
|
|
@@ -324,6 +455,15 @@
|
|
|
324
455
|
"status": "standard",
|
|
325
456
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-palette/palette-mix"
|
|
326
457
|
},
|
|
458
|
+
"path()": {
|
|
459
|
+
"syntax": "path( [ <fill-rule>, ]? <string> )",
|
|
460
|
+
"groups": [
|
|
461
|
+
"CSS Shapes",
|
|
462
|
+
"CSS Motion Path"
|
|
463
|
+
],
|
|
464
|
+
"status": "standard",
|
|
465
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/path"
|
|
466
|
+
},
|
|
327
467
|
"perspective()": {
|
|
328
468
|
"syntax": "perspective( [ <length [0,∞]> | none ] )",
|
|
329
469
|
"groups": [
|
|
@@ -340,6 +480,15 @@
|
|
|
340
480
|
"status": "standard",
|
|
341
481
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/polygon"
|
|
342
482
|
},
|
|
483
|
+
"pow()": {
|
|
484
|
+
"syntax": "pow( <calc-sum>, <calc-sum> )",
|
|
485
|
+
"groups": [
|
|
486
|
+
"CSS Units",
|
|
487
|
+
"CSS Lengths"
|
|
488
|
+
],
|
|
489
|
+
"status": "standard",
|
|
490
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/pow"
|
|
491
|
+
},
|
|
343
492
|
"radial-gradient()": {
|
|
344
493
|
"syntax": "radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )",
|
|
345
494
|
"groups": [
|
|
@@ -357,6 +506,24 @@
|
|
|
357
506
|
"status": "standard",
|
|
358
507
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ray"
|
|
359
508
|
},
|
|
509
|
+
"rem()": {
|
|
510
|
+
"syntax": "rem( <calc-sum>, <calc-sum> )",
|
|
511
|
+
"groups": [
|
|
512
|
+
"CSS Units",
|
|
513
|
+
"CSS Lengths"
|
|
514
|
+
],
|
|
515
|
+
"status": "standard",
|
|
516
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/rem"
|
|
517
|
+
},
|
|
518
|
+
"repeating-conic-gradient()": {
|
|
519
|
+
"syntax": "repeating-conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )",
|
|
520
|
+
"groups": [
|
|
521
|
+
"CSS Backgrounds and Borders",
|
|
522
|
+
"CSS Color"
|
|
523
|
+
],
|
|
524
|
+
"status": "standard",
|
|
525
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-conic-gradient"
|
|
526
|
+
},
|
|
360
527
|
"repeating-linear-gradient()": {
|
|
361
528
|
"syntax": "repeating-linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )",
|
|
362
529
|
"groups": [
|
|
@@ -431,6 +598,15 @@
|
|
|
431
598
|
"status": "standard",
|
|
432
599
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/rotateZ"
|
|
433
600
|
},
|
|
601
|
+
"round()": {
|
|
602
|
+
"syntax": "round( <rounding-strategy>?, <calc-sum>, <calc-sum> )",
|
|
603
|
+
"groups": [
|
|
604
|
+
"CSS Units",
|
|
605
|
+
"CSS Lengths"
|
|
606
|
+
],
|
|
607
|
+
"status": "standard",
|
|
608
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/round"
|
|
609
|
+
},
|
|
434
610
|
"saturate()": {
|
|
435
611
|
"syntax": "saturate( <number-percentage> )",
|
|
436
612
|
"groups": [
|
|
@@ -441,7 +617,7 @@
|
|
|
441
617
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/saturate"
|
|
442
618
|
},
|
|
443
619
|
"scale()": {
|
|
444
|
-
"syntax": "scale( <number>
|
|
620
|
+
"syntax": "scale( [ <number> | <percentage> ]#{1,2} )",
|
|
445
621
|
"groups": [
|
|
446
622
|
"CSS Transforms"
|
|
447
623
|
],
|
|
@@ -449,7 +625,7 @@
|
|
|
449
625
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/scale"
|
|
450
626
|
},
|
|
451
627
|
"scale3d()": {
|
|
452
|
-
"syntax": "scale3d( <number>
|
|
628
|
+
"syntax": "scale3d( [ <number> | <percentage> ]#{3} )",
|
|
453
629
|
"groups": [
|
|
454
630
|
"CSS Transforms"
|
|
455
631
|
],
|
|
@@ -457,7 +633,7 @@
|
|
|
457
633
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/scale3d"
|
|
458
634
|
},
|
|
459
635
|
"scaleX()": {
|
|
460
|
-
"syntax": "scaleX( <number> )",
|
|
636
|
+
"syntax": "scaleX( [ <number> | <percentage> ] )",
|
|
461
637
|
"groups": [
|
|
462
638
|
"CSS Transforms"
|
|
463
639
|
],
|
|
@@ -465,7 +641,7 @@
|
|
|
465
641
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/scaleX"
|
|
466
642
|
},
|
|
467
643
|
"scaleY()": {
|
|
468
|
-
"syntax": "scaleY( <number> )",
|
|
644
|
+
"syntax": "scaleY( [ <number> | <percentage> ] )",
|
|
469
645
|
"groups": [
|
|
470
646
|
"CSS Transforms"
|
|
471
647
|
],
|
|
@@ -473,7 +649,7 @@
|
|
|
473
649
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/scaleY"
|
|
474
650
|
},
|
|
475
651
|
"scaleZ()": {
|
|
476
|
-
"syntax": "scaleZ( <number> )",
|
|
652
|
+
"syntax": "scaleZ( [ <number> | <percentage> ] )",
|
|
477
653
|
"groups": [
|
|
478
654
|
"CSS Transforms"
|
|
479
655
|
],
|
|
@@ -488,6 +664,33 @@
|
|
|
488
664
|
"status": "experimental",
|
|
489
665
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline/scroll"
|
|
490
666
|
},
|
|
667
|
+
"sepia()": {
|
|
668
|
+
"syntax": "sepia( <number-percentage> )",
|
|
669
|
+
"groups": [
|
|
670
|
+
"Filter Effects",
|
|
671
|
+
"CSS Color"
|
|
672
|
+
],
|
|
673
|
+
"status": "standard",
|
|
674
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/sepia"
|
|
675
|
+
},
|
|
676
|
+
"sign()": {
|
|
677
|
+
"syntax": "sign( <calc-sum> )",
|
|
678
|
+
"groups": [
|
|
679
|
+
"CSS Units",
|
|
680
|
+
"CSS Lengths"
|
|
681
|
+
],
|
|
682
|
+
"status": "standard",
|
|
683
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/sign"
|
|
684
|
+
},
|
|
685
|
+
"sin()": {
|
|
686
|
+
"syntax": "sin( <calc-sum> )",
|
|
687
|
+
"groups": [
|
|
688
|
+
"CSS Units",
|
|
689
|
+
"CSS Lengths"
|
|
690
|
+
],
|
|
691
|
+
"status": "standard",
|
|
692
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/sin"
|
|
693
|
+
},
|
|
491
694
|
"skew()": {
|
|
492
695
|
"syntax": "skew( [ <angle> | <zero> ] , [ <angle> | <zero> ]? )",
|
|
493
696
|
"groups": [
|
|
@@ -512,14 +715,14 @@
|
|
|
512
715
|
"status": "standard",
|
|
513
716
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/skewY"
|
|
514
717
|
},
|
|
515
|
-
"
|
|
516
|
-
"syntax": "
|
|
718
|
+
"sqrt()": {
|
|
719
|
+
"syntax": "sqrt( <calc-sum> )",
|
|
517
720
|
"groups": [
|
|
518
|
-
"
|
|
519
|
-
"CSS
|
|
721
|
+
"CSS Units",
|
|
722
|
+
"CSS Lengths"
|
|
520
723
|
],
|
|
521
724
|
"status": "standard",
|
|
522
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/
|
|
725
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/sqrt"
|
|
523
726
|
},
|
|
524
727
|
"target-counter()": {
|
|
525
728
|
"syntax": "target-counter( [ <string> | <url> ] , <custom-ident> , <counter-style>? )",
|
|
@@ -542,6 +745,15 @@
|
|
|
542
745
|
],
|
|
543
746
|
"status": "nonstandard"
|
|
544
747
|
},
|
|
748
|
+
"tan()": {
|
|
749
|
+
"syntax": "tan( <calc-sum> )",
|
|
750
|
+
"groups": [
|
|
751
|
+
"CSS Units",
|
|
752
|
+
"CSS Lengths"
|
|
753
|
+
],
|
|
754
|
+
"status": "standard",
|
|
755
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/tan"
|
|
756
|
+
},
|
|
545
757
|
"translate()": {
|
|
546
758
|
"syntax": "translate( <length-percentage> , <length-percentage>? )",
|
|
547
759
|
"groups": [
|