mdn-data 2.15.0 → 2.17.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 +14 -6
- package/css/definitions.json +13 -7
- package/css/functions.json +57 -40
- package/css/properties.json +164 -139
- package/css/properties.schema.json +3 -0
- package/css/selectors.json +50 -21
- package/css/syntaxes.json +58 -22
- package/css/types.json +0 -9
- package/css/units.json +0 -1
- package/l10n/css.json +9 -0
- package/package.json +1 -1
package/css/at-rules.json
CHANGED
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/descent-override"
|
|
162
162
|
},
|
|
163
163
|
"font-display": {
|
|
164
|
-
"syntax": "
|
|
164
|
+
"syntax": "auto | block | swap | fallback | optional",
|
|
165
165
|
"media": "visual",
|
|
166
166
|
"percentages": "no",
|
|
167
167
|
"initial": "auto",
|
|
@@ -334,8 +334,7 @@
|
|
|
334
334
|
"CSSImportRule"
|
|
335
335
|
],
|
|
336
336
|
"groups": [
|
|
337
|
-
"CSS
|
|
338
|
-
"Media Queries"
|
|
337
|
+
"CSS Cascading and Inheritance"
|
|
339
338
|
],
|
|
340
339
|
"status": "standard",
|
|
341
340
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@import"
|
|
@@ -393,7 +392,7 @@
|
|
|
393
392
|
"CSSPageRule"
|
|
394
393
|
],
|
|
395
394
|
"groups": [
|
|
396
|
-
"CSS
|
|
395
|
+
"CSS Paged Media"
|
|
397
396
|
],
|
|
398
397
|
"descriptors": {
|
|
399
398
|
"bleed": {
|
|
@@ -456,7 +455,7 @@
|
|
|
456
455
|
"CSSPositionTryRule"
|
|
457
456
|
],
|
|
458
457
|
"groups": [
|
|
459
|
-
"CSS Positioning"
|
|
458
|
+
"CSS Anchor Positioning"
|
|
460
459
|
],
|
|
461
460
|
"status": "experimental",
|
|
462
461
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@position-try"
|
|
@@ -521,7 +520,7 @@
|
|
|
521
520
|
"CSSStartingStyleRule"
|
|
522
521
|
],
|
|
523
522
|
"groups": [
|
|
524
|
-
"CSS
|
|
523
|
+
"CSS Transitions"
|
|
525
524
|
],
|
|
526
525
|
"status": "standard",
|
|
527
526
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@starting-style"
|
|
@@ -554,6 +553,15 @@
|
|
|
554
553
|
"computed": "asSpecified",
|
|
555
554
|
"order": "uniqueOrder",
|
|
556
555
|
"status": "standard"
|
|
556
|
+
},
|
|
557
|
+
"types": {
|
|
558
|
+
"syntax": "none | <custom-ident>+",
|
|
559
|
+
"media": "all",
|
|
560
|
+
"initial": "none",
|
|
561
|
+
"percentages": "no",
|
|
562
|
+
"computed": "asSpecified",
|
|
563
|
+
"order": "uniqueOrder",
|
|
564
|
+
"status": "standard"
|
|
557
565
|
}
|
|
558
566
|
},
|
|
559
567
|
"status": "standard",
|
package/css/definitions.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
"Basic Selectors",
|
|
5
5
|
"Combinators",
|
|
6
6
|
"Compositing and Blending",
|
|
7
|
+
"CSS Anchor Positioning",
|
|
7
8
|
"CSS Angles",
|
|
8
9
|
"CSS Animations",
|
|
9
10
|
"CSS Backgrounds and Borders",
|
|
@@ -13,15 +14,13 @@
|
|
|
13
14
|
"CSS Box Sizing",
|
|
14
15
|
"CSS Cascading and Inheritance",
|
|
15
16
|
"CSS Color",
|
|
16
|
-
"CSS Columns",
|
|
17
17
|
"CSS Conditional Rules",
|
|
18
18
|
"CSS Containment",
|
|
19
19
|
"CSS Counter Styles",
|
|
20
20
|
"CSS Custom Properties for Cascading Variables",
|
|
21
|
-
"CSS Device Adaptation",
|
|
22
21
|
"CSS Display",
|
|
22
|
+
"CSS Environment Variables",
|
|
23
23
|
"CSS Flexible Box Layout",
|
|
24
|
-
"CSS Flexible Lengths",
|
|
25
24
|
"CSS Fonts",
|
|
26
25
|
"CSS Fragmentation",
|
|
27
26
|
"CSS Frequencies",
|
|
@@ -32,18 +31,22 @@
|
|
|
32
31
|
"CSS Inline",
|
|
33
32
|
"CSS Lengths",
|
|
34
33
|
"CSS Lists and Counters",
|
|
35
|
-
"CSS Logical Properties",
|
|
34
|
+
"CSS Logical Properties and Values",
|
|
36
35
|
"CSS Masking",
|
|
36
|
+
"CSS Mobile Text Size Adjustment",
|
|
37
37
|
"CSS Motion Path",
|
|
38
|
+
"CSS Multi-column Layout",
|
|
38
39
|
"CSS Namespaces",
|
|
39
40
|
"CSS Overflow",
|
|
40
|
-
"CSS
|
|
41
|
+
"CSS Overscroll Behavior",
|
|
42
|
+
"CSS Paged Media",
|
|
41
43
|
"CSS Positioning",
|
|
42
44
|
"CSS Resolutions",
|
|
45
|
+
"CSS Rhythmic Sizing",
|
|
43
46
|
"CSS Ruby",
|
|
44
47
|
"CSS Scroll Anchoring",
|
|
45
|
-
"CSS Scrollbars",
|
|
46
48
|
"CSS Scroll Snap",
|
|
49
|
+
"CSS Scrollbars Styling",
|
|
47
50
|
"CSS Shadow Parts",
|
|
48
51
|
"CSS Shapes",
|
|
49
52
|
"CSS Speech",
|
|
@@ -56,15 +59,17 @@
|
|
|
56
59
|
"CSS Transitions",
|
|
57
60
|
"CSS Types",
|
|
58
61
|
"CSS Units",
|
|
62
|
+
"CSS Values and Units",
|
|
59
63
|
"CSS View Transitions",
|
|
64
|
+
"CSS Viewport",
|
|
60
65
|
"CSS Will Change",
|
|
61
66
|
"CSS Writing Modes",
|
|
62
|
-
"CSSOM View",
|
|
63
67
|
"Filter Effects",
|
|
64
68
|
"Grouping Selectors",
|
|
65
69
|
"MathML",
|
|
66
70
|
"Media Queries",
|
|
67
71
|
"Microsoft Extensions",
|
|
72
|
+
"Motion Path",
|
|
68
73
|
"Mozilla Extensions",
|
|
69
74
|
"Pointer Events",
|
|
70
75
|
"Pseudo",
|
|
@@ -72,6 +77,7 @@
|
|
|
72
77
|
"Pseudo-elements",
|
|
73
78
|
"Selectors",
|
|
74
79
|
"Scalable Vector Graphics",
|
|
80
|
+
"Scroll-driven Animations",
|
|
75
81
|
"WebKit Extensions"
|
|
76
82
|
]
|
|
77
83
|
}
|
package/css/functions.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"anchor()": {
|
|
21
21
|
"syntax": "anchor( <anchor-name>? && <anchor-side>, <length-percentage>? )",
|
|
22
22
|
"groups": [
|
|
23
|
-
"CSS Positioning"
|
|
23
|
+
"CSS Anchor Positioning"
|
|
24
24
|
],
|
|
25
25
|
"status": "experimental",
|
|
26
26
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/anchor"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"anchor-size()": {
|
|
29
29
|
"syntax": "anchor-size( [ <anchor-name> || <anchor-size> ]? , <length-percentage>? )",
|
|
30
30
|
"groups": [
|
|
31
|
-
"CSS Positioning"
|
|
31
|
+
"CSS Anchor Positioning"
|
|
32
32
|
],
|
|
33
33
|
"status": "experimental",
|
|
34
34
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/anchor-size"
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"attr()": {
|
|
64
64
|
"syntax": "attr( <attr-name> <type-or-unit>? [, <attr-fallback> ]? )",
|
|
65
65
|
"groups": [
|
|
66
|
-
"CSS
|
|
66
|
+
"CSS Values and Units"
|
|
67
67
|
],
|
|
68
68
|
"status": "standard",
|
|
69
69
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/attr"
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/calc-size"
|
|
104
104
|
},
|
|
105
105
|
"circle()": {
|
|
106
|
-
"syntax": "circle(
|
|
106
|
+
"syntax": "circle( <radial-size>? [ at <position> ]? )",
|
|
107
107
|
"groups": [
|
|
108
108
|
"CSS Shapes"
|
|
109
109
|
],
|
|
@@ -138,8 +138,7 @@
|
|
|
138
138
|
"conic-gradient()": {
|
|
139
139
|
"syntax": "conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )",
|
|
140
140
|
"groups": [
|
|
141
|
-
"CSS
|
|
142
|
-
"CSS Color"
|
|
141
|
+
"CSS Images"
|
|
143
142
|
],
|
|
144
143
|
"status": "standard",
|
|
145
144
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/conic-gradient"
|
|
@@ -180,8 +179,7 @@
|
|
|
180
179
|
"cross-fade()": {
|
|
181
180
|
"syntax": "cross-fade( <cf-mixing-image> , <cf-final-image>? )",
|
|
182
181
|
"groups": [
|
|
183
|
-
"
|
|
184
|
-
"CSS Color"
|
|
182
|
+
"CSS Images"
|
|
185
183
|
],
|
|
186
184
|
"status": "standard",
|
|
187
185
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/cross-fade"
|
|
@@ -203,7 +201,7 @@
|
|
|
203
201
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/element"
|
|
204
202
|
},
|
|
205
203
|
"ellipse()": {
|
|
206
|
-
"syntax": "ellipse(
|
|
204
|
+
"syntax": "ellipse( <radial-size>? [ at <position> ]? )",
|
|
207
205
|
"groups": [
|
|
208
206
|
"CSS Shapes"
|
|
209
207
|
],
|
|
@@ -213,7 +211,7 @@
|
|
|
213
211
|
"env()": {
|
|
214
212
|
"syntax": "env( <custom-ident> , <declaration-value>? )",
|
|
215
213
|
"groups": [
|
|
216
|
-
"CSS
|
|
214
|
+
"CSS Environment Variables"
|
|
217
215
|
],
|
|
218
216
|
"status": "standard",
|
|
219
217
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/env"
|
|
@@ -230,7 +228,8 @@
|
|
|
230
228
|
"fit-content()": {
|
|
231
229
|
"syntax": "fit-content( <length-percentage [0,∞]> )",
|
|
232
230
|
"groups": [
|
|
233
|
-
"CSS Box
|
|
231
|
+
"CSS Box Sizing",
|
|
232
|
+
"CSS Grid Layout"
|
|
234
233
|
],
|
|
235
234
|
"status": "standard",
|
|
236
235
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/fit-content_function"
|
|
@@ -244,7 +243,7 @@
|
|
|
244
243
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/grayscale"
|
|
245
244
|
},
|
|
246
245
|
"hsl()": {
|
|
247
|
-
"syntax": "hsl( <hue
|
|
246
|
+
"syntax": "hsl( <hue>, <percentage>, <percentage>, <alpha-value>? ) | hsl( [ <hue> | none ] [ <percentage> | <number> | none ] [ <percentage> | <number> | none ] [ / [ <alpha-value> | none ] ]? )",
|
|
248
247
|
"groups": [
|
|
249
248
|
"CSS Color"
|
|
250
249
|
],
|
|
@@ -252,7 +251,7 @@
|
|
|
252
251
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/hsl"
|
|
253
252
|
},
|
|
254
253
|
"hsla()": {
|
|
255
|
-
"syntax": "hsla( <hue
|
|
254
|
+
"syntax": "hsla( <hue>, <percentage>, <percentage>, <alpha-value>? ) | hsla( [ <hue> | none ] [ <percentage> | <number> | none ] [ <percentage> | <number> | none ] [ / [ <alpha-value> | none ] ]? )",
|
|
256
255
|
"groups": [
|
|
257
256
|
"CSS Color"
|
|
258
257
|
],
|
|
@@ -268,7 +267,7 @@
|
|
|
268
267
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/hue-rotate"
|
|
269
268
|
},
|
|
270
269
|
"hwb()": {
|
|
271
|
-
"syntax": "hwb( [<hue> | none] [<percentage> | none] [<percentage> | none] [ / [<alpha-value> | none] ]? )",
|
|
270
|
+
"syntax": "hwb( [ <hue> | none ] [ <percentage> | <number> | none ] [ <percentage> | <number> | none ] [ / [ <alpha-value> | none ] ]? )",
|
|
272
271
|
"groups": [
|
|
273
272
|
"CSS Color"
|
|
274
273
|
],
|
|
@@ -345,7 +344,7 @@
|
|
|
345
344
|
"groups": [
|
|
346
345
|
"CSS Generated Content"
|
|
347
346
|
],
|
|
348
|
-
"status": "
|
|
347
|
+
"status": "experimental"
|
|
349
348
|
},
|
|
350
349
|
"light-dark()": {
|
|
351
350
|
"syntax": "light-dark( <color>, <color> )",
|
|
@@ -358,8 +357,7 @@
|
|
|
358
357
|
"linear-gradient()": {
|
|
359
358
|
"syntax": "linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )",
|
|
360
359
|
"groups": [
|
|
361
|
-
"CSS
|
|
362
|
-
"CSS Color"
|
|
360
|
+
"CSS Images"
|
|
363
361
|
],
|
|
364
362
|
"status": "standard",
|
|
365
363
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/linear-gradient"
|
|
@@ -452,7 +450,7 @@
|
|
|
452
450
|
"paint()": {
|
|
453
451
|
"syntax": "paint( <ident>, <declaration-value>? )",
|
|
454
452
|
"groups": [
|
|
455
|
-
"CSS
|
|
453
|
+
"CSS Houdini"
|
|
456
454
|
],
|
|
457
455
|
"status": "standard",
|
|
458
456
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/image/paint"
|
|
@@ -466,10 +464,9 @@
|
|
|
466
464
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-palette/palette-mix"
|
|
467
465
|
},
|
|
468
466
|
"path()": {
|
|
469
|
-
"syntax": "path(
|
|
467
|
+
"syntax": "path( <'fill-rule'>? , <string> )",
|
|
470
468
|
"groups": [
|
|
471
|
-
"CSS Shapes"
|
|
472
|
-
"CSS Motion Path"
|
|
469
|
+
"CSS Shapes"
|
|
473
470
|
],
|
|
474
471
|
"status": "standard",
|
|
475
472
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/path"
|
|
@@ -483,7 +480,7 @@
|
|
|
483
480
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/perspective"
|
|
484
481
|
},
|
|
485
482
|
"polygon()": {
|
|
486
|
-
"syntax": "polygon( <fill-rule>? , [ <length-percentage> <length-percentage> ]# )",
|
|
483
|
+
"syntax": "polygon( <'fill-rule'>? , [ <length-percentage> <length-percentage> ]# )",
|
|
487
484
|
"groups": [
|
|
488
485
|
"CSS Shapes"
|
|
489
486
|
],
|
|
@@ -502,8 +499,7 @@
|
|
|
502
499
|
"radial-gradient()": {
|
|
503
500
|
"syntax": "radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )",
|
|
504
501
|
"groups": [
|
|
505
|
-
"CSS
|
|
506
|
-
"CSS Color"
|
|
502
|
+
"CSS Images"
|
|
507
503
|
],
|
|
508
504
|
"status": "standard",
|
|
509
505
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/radial-gradient"
|
|
@@ -511,11 +507,19 @@
|
|
|
511
507
|
"ray()": {
|
|
512
508
|
"syntax": "ray( <angle> && <ray-size>? && contain? && [at <position>]? )",
|
|
513
509
|
"groups": [
|
|
514
|
-
"
|
|
510
|
+
"Motion Path"
|
|
515
511
|
],
|
|
516
512
|
"status": "standard",
|
|
517
513
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ray"
|
|
518
514
|
},
|
|
515
|
+
"rect()": {
|
|
516
|
+
"syntax": "rect( [ <length-percentage> | auto ]{4} [ round <'border-radius'> ]? )",
|
|
517
|
+
"groups": [
|
|
518
|
+
"CSS Shapes"
|
|
519
|
+
],
|
|
520
|
+
"status": "standard",
|
|
521
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/rect"
|
|
522
|
+
},
|
|
519
523
|
"rem()": {
|
|
520
524
|
"syntax": "rem( <calc-sum>, <calc-sum> )",
|
|
521
525
|
"groups": [
|
|
@@ -528,8 +532,7 @@
|
|
|
528
532
|
"repeating-conic-gradient()": {
|
|
529
533
|
"syntax": "repeating-conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )",
|
|
530
534
|
"groups": [
|
|
531
|
-
"CSS
|
|
532
|
-
"CSS Color"
|
|
535
|
+
"CSS Images"
|
|
533
536
|
],
|
|
534
537
|
"status": "standard",
|
|
535
538
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-conic-gradient"
|
|
@@ -537,8 +540,7 @@
|
|
|
537
540
|
"repeating-linear-gradient()": {
|
|
538
541
|
"syntax": "repeating-linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )",
|
|
539
542
|
"groups": [
|
|
540
|
-
"CSS
|
|
541
|
-
"CSS Color"
|
|
543
|
+
"CSS Images"
|
|
542
544
|
],
|
|
543
545
|
"status": "standard",
|
|
544
546
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-linear-gradient"
|
|
@@ -546,14 +548,13 @@
|
|
|
546
548
|
"repeating-radial-gradient()": {
|
|
547
549
|
"syntax": "repeating-radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )",
|
|
548
550
|
"groups": [
|
|
549
|
-
"CSS
|
|
550
|
-
"CSS Color"
|
|
551
|
+
"CSS Images"
|
|
551
552
|
],
|
|
552
553
|
"status": "standard",
|
|
553
554
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-radial-gradient"
|
|
554
555
|
},
|
|
555
556
|
"rgb()": {
|
|
556
|
-
"syntax": "rgb( <percentage
|
|
557
|
+
"syntax": "rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? ) | rgb( [ <number> | <percentage> | none ]{3} [ / [ <alpha-value> | none ] ]? )",
|
|
557
558
|
"groups": [
|
|
558
559
|
"CSS Color"
|
|
559
560
|
],
|
|
@@ -561,7 +562,7 @@
|
|
|
561
562
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/rgb"
|
|
562
563
|
},
|
|
563
564
|
"rgba()": {
|
|
564
|
-
"syntax": "rgba( <percentage
|
|
565
|
+
"syntax": "rgba( <percentage>#{3} , <alpha-value>? ) | rgba( <number>#{3} , <alpha-value>? ) | rgba( [ <number> | <percentage> | none ]{3} [ / [ <alpha-value> | none ] ]? )",
|
|
565
566
|
"groups": [
|
|
566
567
|
"CSS Color"
|
|
567
568
|
],
|
|
@@ -668,7 +669,7 @@
|
|
|
668
669
|
"scroll()": {
|
|
669
670
|
"syntax": "scroll( [ <scroller> || <axis> ]? )",
|
|
670
671
|
"groups": [
|
|
671
|
-
"
|
|
672
|
+
"Scroll-driven Animations"
|
|
672
673
|
],
|
|
673
674
|
"status": "experimental",
|
|
674
675
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline/scroll"
|
|
@@ -732,6 +733,14 @@
|
|
|
732
733
|
"status": "standard",
|
|
733
734
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/sqrt"
|
|
734
735
|
},
|
|
736
|
+
"symbols()": {
|
|
737
|
+
"syntax": "symbols( <symbols-type>? [ <string> | <image> ]+ )",
|
|
738
|
+
"groups": [
|
|
739
|
+
"CSS Counter Styles"
|
|
740
|
+
],
|
|
741
|
+
"status": "standard",
|
|
742
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/symbols"
|
|
743
|
+
},
|
|
735
744
|
"tan()": {
|
|
736
745
|
"syntax": "tan( <calc-sum> )",
|
|
737
746
|
"groups": [
|
|
@@ -744,23 +753,23 @@
|
|
|
744
753
|
"target-counter()": {
|
|
745
754
|
"syntax": "target-counter( [ <string> | <url> ] , <custom-ident> , <counter-style>? )",
|
|
746
755
|
"groups": [
|
|
747
|
-
"CSS
|
|
756
|
+
"CSS Generated Content"
|
|
748
757
|
],
|
|
749
|
-
"status": "
|
|
758
|
+
"status": "experimental"
|
|
750
759
|
},
|
|
751
760
|
"target-counters()": {
|
|
752
761
|
"syntax": "target-counters( [ <string> | <url> ] , <custom-ident> , <string> , <counter-style>? )",
|
|
753
762
|
"groups": [
|
|
754
|
-
"CSS
|
|
763
|
+
"CSS Generated Content"
|
|
755
764
|
],
|
|
756
|
-
"status": "
|
|
765
|
+
"status": "experimental"
|
|
757
766
|
},
|
|
758
767
|
"target-text()": {
|
|
759
768
|
"syntax": "target-text( [ <string> | <url> ] , [ content | before | after | first-letter ]? )",
|
|
760
769
|
"groups": [
|
|
761
770
|
"CSS Generated Content"
|
|
762
771
|
],
|
|
763
|
-
"status": "
|
|
772
|
+
"status": "experimental"
|
|
764
773
|
},
|
|
765
774
|
"translate()": {
|
|
766
775
|
"syntax": "translate( <length-percentage> , <length-percentage>? )",
|
|
@@ -813,9 +822,17 @@
|
|
|
813
822
|
"view()": {
|
|
814
823
|
"syntax": "view([<axis> || <'view-timeline-inset'>]?)",
|
|
815
824
|
"groups": [
|
|
816
|
-
"
|
|
825
|
+
"Scroll-driven Animations"
|
|
817
826
|
],
|
|
818
827
|
"status": "experimental",
|
|
819
828
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline/view"
|
|
829
|
+
},
|
|
830
|
+
"xywh()": {
|
|
831
|
+
"syntax": "xywh( <length-percentage>{2} <length-percentage [0,∞]>{2} [ round <'border-radius'> ]? )",
|
|
832
|
+
"groups": [
|
|
833
|
+
"CSS Shapes"
|
|
834
|
+
],
|
|
835
|
+
"status": "standard",
|
|
836
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/xywh"
|
|
820
837
|
}
|
|
821
838
|
}
|