Skip to content

Commit 7c6fe26

Browse files
foolipqueengooborg
andauthored
Populate tags from web-features (#21457)
This was created using the script in web-platform-dx/web-features#473 and running the lint:fix script to fix JSON ordering. Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]>
1 parent d48d8b7 commit 7c6fe26

File tree

216 files changed

+2517
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

216 files changed

+2517
-0
lines changed

api/Animation.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"__compat": {
55
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation",
66
"spec_url": "https://drafts.csswg.org/web-animations-1/#the-animation-interface",
7+
"tags": [
8+
"web-features:web-animations"
9+
],
710
"support": {
811
"chrome": {
912
"version_added": "75"
@@ -38,6 +41,9 @@
3841
"description": "<code>Animation()</code> constructor",
3942
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation/Animation",
4043
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animation-animation",
44+
"tags": [
45+
"web-features:web-animations"
46+
],
4147
"support": {
4248
"chrome": {
4349
"version_added": "75"
@@ -72,6 +78,9 @@
7278
"__compat": {
7379
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation/cancel",
7480
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animation-cancel",
81+
"tags": [
82+
"web-features:web-animations"
83+
],
7584
"support": {
7685
"chrome": {
7786
"version_added": "75"
@@ -110,6 +119,9 @@
110119
"https://drafts.csswg.org/web-animations-1/#dom-animation-oncancel",
111120
"https://drafts.csswg.org/web-animations-1/#cancel-event"
112121
],
122+
"tags": [
123+
"web-features:web-animations"
124+
],
113125
"support": {
114126
"chrome": {
115127
"version_added": "75"
@@ -144,6 +156,9 @@
144156
"__compat": {
145157
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation/commitStyles",
146158
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animation-commitstyles",
159+
"tags": [
160+
"web-features:web-animations"
161+
],
147162
"support": {
148163
"chrome": {
149164
"version_added": "84"
@@ -178,6 +193,9 @@
178193
"__compat": {
179194
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation/currentTime",
180195
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animation-currenttime",
196+
"tags": [
197+
"web-features:web-animations"
198+
],
181199
"support": {
182200
"chrome": {
183201
"version_added": "75"
@@ -212,6 +230,9 @@
212230
"__compat": {
213231
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation/effect",
214232
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animation-effect",
233+
"tags": [
234+
"web-features:web-animations"
235+
],
215236
"support": {
216237
"chrome": {
217238
"version_added": "75"
@@ -246,6 +267,9 @@
246267
"__compat": {
247268
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation/finish",
248269
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animation-finish",
270+
"tags": [
271+
"web-features:web-animations"
272+
],
249273
"support": {
250274
"chrome": {
251275
"version_added": "75"
@@ -284,6 +308,9 @@
284308
"https://drafts.csswg.org/web-animations-1/#dom-animation-onfinish",
285309
"https://drafts.csswg.org/web-animations-1/#finish-event"
286310
],
311+
"tags": [
312+
"web-features:web-animations"
313+
],
287314
"support": {
288315
"chrome": {
289316
"version_added": "75"
@@ -318,6 +345,9 @@
318345
"__compat": {
319346
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation/finished",
320347
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animation-finished",
348+
"tags": [
349+
"web-features:web-animations"
350+
],
321351
"support": {
322352
"chrome": {
323353
"version_added": "84"
@@ -352,6 +382,9 @@
352382
"__compat": {
353383
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation/id",
354384
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animation-id",
385+
"tags": [
386+
"web-features:web-animations"
387+
],
355388
"support": {
356389
"chrome": {
357390
"version_added": "75"
@@ -386,6 +419,9 @@
386419
"__compat": {
387420
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation/pause",
388421
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animation-pause",
422+
"tags": [
423+
"web-features:web-animations"
424+
],
389425
"support": {
390426
"chrome": {
391427
"version_added": "75"
@@ -420,6 +456,9 @@
420456
"__compat": {
421457
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation/pending",
422458
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animation-pending",
459+
"tags": [
460+
"web-features:web-animations"
461+
],
423462
"support": {
424463
"chrome": {
425464
"version_added": "76"
@@ -455,6 +494,9 @@
455494
"__compat": {
456495
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation/persist",
457496
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animation-persist",
497+
"tags": [
498+
"web-features:web-animations"
499+
],
458500
"support": {
459501
"chrome": {
460502
"version_added": "84"
@@ -489,6 +531,9 @@
489531
"__compat": {
490532
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation/play",
491533
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animation-play",
534+
"tags": [
535+
"web-features:web-animations"
536+
],
492537
"support": {
493538
"chrome": {
494539
"version_added": "75"
@@ -523,6 +568,9 @@
523568
"__compat": {
524569
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation/playbackRate",
525570
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animation-playbackrate",
571+
"tags": [
572+
"web-features:web-animations"
573+
],
526574
"support": {
527575
"chrome": {
528576
"version_added": "75"
@@ -557,6 +605,9 @@
557605
"__compat": {
558606
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation/playState",
559607
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animation-playstate",
608+
"tags": [
609+
"web-features:web-animations"
610+
],
560611
"support": {
561612
"chrome": {
562613
"version_added": "75",
@@ -601,6 +652,9 @@
601652
"__compat": {
602653
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation/ready",
603654
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animation-ready",
655+
"tags": [
656+
"web-features:web-animations"
657+
],
604658
"support": {
605659
"chrome": {
606660
"version_added": "84"
@@ -639,6 +693,9 @@
639693
"https://drafts.csswg.org/web-animations-1/#dom-animation-onremove",
640694
"https://drafts.csswg.org/web-animations-1/#remove-event"
641695
],
696+
"tags": [
697+
"web-features:web-animations"
698+
],
642699
"support": {
643700
"chrome": {
644701
"version_added": "84"
@@ -707,6 +764,9 @@
707764
"__compat": {
708765
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation/replaceState",
709766
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animation-replacestate",
767+
"tags": [
768+
"web-features:web-animations"
769+
],
710770
"support": {
711771
"chrome": {
712772
"version_added": "84"
@@ -741,6 +801,9 @@
741801
"__compat": {
742802
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation/reverse",
743803
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animation-reverse",
804+
"tags": [
805+
"web-features:web-animations"
806+
],
744807
"support": {
745808
"chrome": {
746809
"version_added": "75"
@@ -775,6 +838,9 @@
775838
"__compat": {
776839
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation/startTime",
777840
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animation-starttime",
841+
"tags": [
842+
"web-features:web-animations"
843+
],
778844
"support": {
779845
"chrome": {
780846
"version_added": "75"
@@ -809,6 +875,9 @@
809875
"__compat": {
810876
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation/timeline",
811877
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animation-timeline",
878+
"tags": [
879+
"web-features:web-animations"
880+
],
812881
"support": {
813882
"chrome": {
814883
"version_added": "84"
@@ -845,6 +914,9 @@
845914
"__compat": {
846915
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation/updatePlaybackRate",
847916
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animation-updateplaybackrate",
917+
"tags": [
918+
"web-features:web-animations"
919+
],
848920
"support": {
849921
"chrome": {
850922
"version_added": "76"

api/AnimationEffect.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"__compat": {
55
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AnimationEffect",
66
"spec_url": "https://drafts.csswg.org/web-animations-1/#the-animationeffect-interface",
7+
"tags": [
8+
"web-features:web-animations"
9+
],
710
"support": {
811
"chrome": {
912
"version_added": "75"
@@ -44,6 +47,9 @@
4447
"__compat": {
4548
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AnimationEffect/getComputedTiming",
4649
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animationeffect-getcomputedtiming",
50+
"tags": [
51+
"web-features:web-animations"
52+
],
4753
"support": {
4854
"chrome": {
4955
"version_added": "75"
@@ -78,6 +84,9 @@
7884
"__compat": {
7985
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AnimationEffect/getTiming",
8086
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animationeffect-gettiming",
87+
"tags": [
88+
"web-features:web-animations"
89+
],
8190
"support": {
8291
"chrome": {
8392
"version_added": "75"
@@ -112,6 +121,9 @@
112121
"__compat": {
113122
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AnimationEffect/updateTiming",
114123
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animationeffect-updatetiming",
124+
"tags": [
125+
"web-features:web-animations"
126+
],
115127
"support": {
116128
"chrome": {
117129
"version_added": "75"

api/AnimationPlaybackEvent.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"__compat": {
55
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AnimationPlaybackEvent",
66
"spec_url": "https://drafts.csswg.org/web-animations-1/#the-animationplaybackevent-interface",
7+
"tags": [
8+
"web-features:web-animations"
9+
],
710
"support": {
811
"chrome": {
912
"version_added": "84"
@@ -38,6 +41,9 @@
3841
"description": "<code>AnimationPlaybackEvent()</code> constructor",
3942
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AnimationPlaybackEvent/AnimationPlaybackEvent",
4043
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animationplaybackevent-animationplaybackevent",
44+
"tags": [
45+
"web-features:web-animations"
46+
],
4147
"support": {
4248
"chrome": {
4349
"version_added": "84"
@@ -72,6 +78,9 @@
7278
"__compat": {
7379
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AnimationPlaybackEvent/currentTime",
7480
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animationplaybackevent-currenttime",
81+
"tags": [
82+
"web-features:web-animations"
83+
],
7584
"support": {
7685
"chrome": {
7786
"version_added": "84"
@@ -106,6 +115,9 @@
106115
"__compat": {
107116
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AnimationPlaybackEvent/timelineTime",
108117
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animationplaybackevent-timelinetime",
118+
"tags": [
119+
"web-features:web-animations"
120+
],
109121
"support": {
110122
"chrome": {
111123
"version_added": "84"

api/AnimationTimeline.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"__compat": {
55
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AnimationTimeline",
66
"spec_url": "https://drafts.csswg.org/web-animations-1/#the-animationtimeline-interface",
7+
"tags": [
8+
"web-features:web-animations"
9+
],
710
"support": {
811
"chrome": {
912
"version_added": "84"
@@ -37,6 +40,9 @@
3740
"__compat": {
3841
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AnimationTimeline/currentTime",
3942
"spec_url": "https://drafts.csswg.org/web-animations-1/#dom-animationtimeline-currenttime",
43+
"tags": [
44+
"web-features:web-animations"
45+
],
4046
"support": {
4147
"chrome": {
4248
"version_added": "84"

0 commit comments

Comments
 (0)