Skip to content

Commit 8ef7d53

Browse files
authored
Update web-features tags (#25762)
1 parent 0078ac0 commit 8ef7d53

File tree

306 files changed

+5019
-33
lines changed

Some content is hidden

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

306 files changed

+5019
-33
lines changed

api/AmbientLightSensor.json

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"__compat": {
55
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AmbientLightSensor",
66
"spec_url": "https://w3c.github.io/ambient-light/#ambient-light-sensor-interface",
7+
"tags": [
8+
"web-features:ambient-light"
9+
],
710
"support": {
811
"chrome": {
912
"version_added": "56",
@@ -46,6 +49,9 @@
4649
"description": "`AmbientLightSensor()` constructor",
4750
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AmbientLightSensor/AmbientLightSensor",
4851
"spec_url": "https://w3c.github.io/ambient-light/#dom-ambientlightsensor-ambientlightsensor",
52+
"tags": [
53+
"web-features:ambient-light"
54+
],
4955
"support": {
5056
"chrome": {
5157
"version_added": "56",
@@ -88,6 +94,9 @@
8894
"__compat": {
8995
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AmbientLightSensor/illuminance",
9096
"spec_url": "https://w3c.github.io/ambient-light/#ambient-light-sensor-reading-attribute",
97+
"tags": [
98+
"web-features:ambient-light"
99+
],
91100
"support": {
92101
"chrome": {
93102
"version_added": "56",

api/AudioTrack.json

+3
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,9 @@
405405
"__compat": {
406406
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AudioTrack/sourceBuffer",
407407
"spec_url": "https://w3c.github.io/media-source/#dom-audiotrack-sourcebuffer",
408+
"tags": [
409+
"web-features:media-source"
410+
],
408411
"support": {
409412
"chrome": {
410413
"version_added": "51",

api/BarcodeDetector.json

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"__compat": {
55
"mdn_url": "https://developer.mozilla.org/docs/Web/API/BarcodeDetector",
66
"spec_url": "https://wicg.github.io/shape-detection-api/#barcode-detection-api",
7+
"tags": [
8+
"web-features:barcode"
9+
],
710
"support": {
811
"chrome": [
912
{
@@ -76,6 +79,9 @@
7679
"description": "`BarcodeDetector()` constructor",
7780
"mdn_url": "https://developer.mozilla.org/docs/Web/API/BarcodeDetector/BarcodeDetector",
7881
"spec_url": "https://wicg.github.io/shape-detection-api/#dom-barcodedetector-barcodedetector",
82+
"tags": [
83+
"web-features:barcode"
84+
],
7985
"support": {
8086
"chrome": [
8187
{
@@ -139,6 +145,9 @@
139145
"__compat": {
140146
"mdn_url": "https://developer.mozilla.org/docs/Web/API/BarcodeDetector/detect",
141147
"spec_url": "https://wicg.github.io/shape-detection-api/#dom-barcodedetector-detect",
148+
"tags": [
149+
"web-features:barcode"
150+
],
142151
"support": {
143152
"chrome": [
144153
{
@@ -203,6 +212,9 @@
203212
"description": "`getSupportedFormats()` static method",
204213
"mdn_url": "https://developer.mozilla.org/docs/Web/API/BarcodeDetector/getSupportedFormats_static",
205214
"spec_url": "https://wicg.github.io/shape-detection-api/#dom-barcodedetector-getsupportedformats",
215+
"tags": [
216+
"web-features:barcode"
217+
],
206218
"support": {
207219
"chrome": [
208220
{

api/BeforeUnloadEvent.json

+3
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@
101101
"user_interaction": {
102102
"__compat": {
103103
"description": "User interaction required for dialog box",
104+
"tags": [
105+
"web-features:beforeunload"
106+
],
104107
"support": {
105108
"chrome": {
106109
"version_added": "60"

api/Blob.json

+27
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"__compat": {
55
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Blob",
66
"spec_url": "https://w3c.github.io/FileAPI/#blob-section",
7+
"tags": [
8+
"web-features:file"
9+
],
710
"support": {
811
"chrome": {
912
"version_added": "5"
@@ -64,6 +67,9 @@
6467
"description": "`Blob()` constructor",
6568
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Blob/Blob",
6669
"spec_url": "https://w3c.github.io/FileAPI/#constructorBlob",
70+
"tags": [
71+
"web-features:file"
72+
],
6773
"support": {
6874
"chrome": {
6975
"version_added": "20"
@@ -121,6 +127,9 @@
121127
"description": "`arrayBuffer()`",
122128
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Blob/arrayBuffer",
123129
"spec_url": "https://w3c.github.io/FileAPI/#dom-blob-arraybuffer",
130+
"tags": [
131+
"web-features:file"
132+
],
124133
"support": {
125134
"chrome": {
126135
"version_added": "76"
@@ -170,6 +179,9 @@
170179
"__compat": {
171180
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Blob/bytes",
172181
"spec_url": "https://w3c.github.io/FileAPI/#dom-blob-bytes",
182+
"tags": [
183+
"web-features:file"
184+
],
173185
"support": {
174186
"chrome": {
175187
"version_added": false
@@ -217,6 +229,9 @@
217229
"__compat": {
218230
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Blob/size",
219231
"spec_url": "https://w3c.github.io/FileAPI/#dfn-size",
232+
"tags": [
233+
"web-features:file"
234+
],
220235
"support": {
221236
"chrome": {
222237
"version_added": "5"
@@ -271,6 +286,9 @@
271286
"description": "`slice()`",
272287
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Blob/slice",
273288
"spec_url": "https://w3c.github.io/FileAPI/#dfn-slice",
289+
"tags": [
290+
"web-features:file"
291+
],
274292
"support": {
275293
"chrome": [
276294
{
@@ -347,6 +365,9 @@
347365
"description": "`stream()`",
348366
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Blob/stream",
349367
"spec_url": "https://w3c.github.io/FileAPI/#dom-blob-stream",
368+
"tags": [
369+
"web-features:file"
370+
],
350371
"support": {
351372
"chrome": {
352373
"version_added": "76"
@@ -389,6 +410,9 @@
389410
"description": "`text()`",
390411
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Blob/text",
391412
"spec_url": "https://w3c.github.io/FileAPI/#dom-blob-text",
413+
"tags": [
414+
"web-features:file"
415+
],
392416
"support": {
393417
"chrome": {
394418
"version_added": "76"
@@ -438,6 +462,9 @@
438462
"__compat": {
439463
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Blob/type",
440464
"spec_url": "https://w3c.github.io/FileAPI/#dfn-type",
465+
"tags": [
466+
"web-features:file"
467+
],
441468
"support": {
442469
"chrome": {
443470
"version_added": "5"

api/BlobEvent.json

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"__compat": {
55
"mdn_url": "https://developer.mozilla.org/docs/Web/API/BlobEvent",
66
"spec_url": "https://w3c.github.io/mediacapture-record/#blobevent-section",
7+
"tags": [
8+
"web-features:mediastream-recording"
9+
],
710
"support": {
811
"chrome": {
912
"version_added": "49"
@@ -39,6 +42,9 @@
3942
"description": "`BlobEvent()` constructor",
4043
"mdn_url": "https://developer.mozilla.org/docs/Web/API/BlobEvent/BlobEvent",
4144
"spec_url": "https://w3c.github.io/mediacapture-record/#dom-blobevent-blobevent",
45+
"tags": [
46+
"web-features:mediastream-recording"
47+
],
4248
"support": {
4349
"chrome": {
4450
"version_added": "49"
@@ -74,6 +80,9 @@
7480
"__compat": {
7581
"mdn_url": "https://developer.mozilla.org/docs/Web/API/BlobEvent/data",
7682
"spec_url": "https://w3c.github.io/mediacapture-record/#dom-blobevent-data",
83+
"tags": [
84+
"web-features:mediastream-recording"
85+
],
7786
"support": {
7887
"chrome": {
7988
"version_added": "49"
@@ -109,6 +118,9 @@
109118
"__compat": {
110119
"mdn_url": "https://developer.mozilla.org/docs/Web/API/BlobEvent/timecode",
111120
"spec_url": "https://w3c.github.io/mediacapture-record/#dom-blobevent-timecode",
121+
"tags": [
122+
"web-features:mediastream-recording"
123+
],
112124
"support": {
113125
"chrome": {
114126
"version_added": "57"

api/BrowserCaptureMediaStreamTrack.json

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"BrowserCaptureMediaStreamTrack": {
44
"__compat": {
55
"spec_url": "https://w3c.github.io/mediacapture-region/#browser-capture-media-stream-track",
6+
"tags": [
7+
"web-features:region-capture"
8+
],
69
"support": {
710
"chrome": {
811
"version_added": "104"
@@ -38,6 +41,9 @@
3841
"clone": {
3942
"__compat": {
4043
"spec_url": "https://w3c.github.io/mediacapture-region/#dom-browsercapturemediastreamtrack-clone",
44+
"tags": [
45+
"web-features:region-capture"
46+
],
4147
"support": {
4248
"chrome": {
4349
"version_added": "104"
@@ -74,6 +80,9 @@
7480
"cropTo": {
7581
"__compat": {
7682
"spec_url": "https://w3c.github.io/mediacapture-region/#dom-browsercapturemediastreamtrack-cropto",
83+
"tags": [
84+
"web-features:region-capture"
85+
],
7786
"support": {
7887
"chrome": {
7988
"version_added": "104"

api/BufferedChangeEvent.json

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"BufferedChangeEvent": {
44
"__compat": {
55
"spec_url": "https://w3c.github.io/media-source/#dom-bufferedchangeevent",
6+
"tags": [
7+
"web-features:media-source"
8+
],
69
"support": {
710
"chrome": {
811
"version_added": false
@@ -39,6 +42,9 @@
3942
"__compat": {
4043
"description": "`BufferedChangeEvent()` constructor",
4144
"spec_url": "https://w3c.github.io/media-source/#dom-bufferedchangeevent-constructor",
45+
"tags": [
46+
"web-features:media-source"
47+
],
4248
"support": {
4349
"chrome": {
4450
"version_added": false
@@ -75,6 +81,9 @@
7581
"addedRanges": {
7682
"__compat": {
7783
"spec_url": "https://w3c.github.io/media-source/#dom-bufferedchangeevent-addedranges",
84+
"tags": [
85+
"web-features:media-source"
86+
],
7887
"support": {
7988
"chrome": {
8089
"version_added": false
@@ -111,6 +120,9 @@
111120
"removedRanges": {
112121
"__compat": {
113122
"spec_url": "https://w3c.github.io/media-source/#dom-bufferedchangeevent-removedranges",
123+
"tags": [
124+
"web-features:media-source"
125+
],
114126
"support": {
115127
"chrome": {
116128
"version_added": false

api/CSS.json

+3
Original file line numberDiff line numberDiff line change
@@ -2233,6 +2233,9 @@
22332233
"optional_parens": {
22342234
"__compat": {
22352235
"description": "Parentheses for single-argument version are optional.",
2236+
"tags": [
2237+
"web-features:css-supports"
2238+
],
22362239
"support": {
22372240
"chrome": {
22382241
"version_added": "61"

api/Cache.json

+27
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"__compat": {
55
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Cache",
66
"spec_url": "https://w3c.github.io/ServiceWorker/#cache-interface",
7+
"tags": [
8+
"web-features:service-workers"
9+
],
710
"support": {
811
"chrome": {
912
"version_added": "40",
@@ -45,6 +48,9 @@
4548
"worker_support": {
4649
"__compat": {
4750
"description": "Available in workers",
51+
"tags": [
52+
"web-features:service-workers"
53+
],
4854
"support": {
4955
"chrome": {
5056
"version_added": "40",
@@ -88,6 +94,9 @@
8894
"__compat": {
8995
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Cache/add",
9096
"spec_url": "https://w3c.github.io/ServiceWorker/#cache-add",
97+
"tags": [
98+
"web-features:service-workers"
99+
],
91100
"support": {
92101
"chrome": {
93102
"version_added": "44",
@@ -132,6 +141,9 @@
132141
"__compat": {
133142
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Cache/addAll",
134143
"spec_url": "https://w3c.github.io/ServiceWorker/#cache-addAll",
144+
"tags": [
145+
"web-features:service-workers"
146+
],
135147
"support": {
136148
"chrome": {
137149
"version_added": "46",
@@ -173,6 +185,9 @@
173185
"__compat": {
174186
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Cache/delete",
175187
"spec_url": "https://w3c.github.io/ServiceWorker/#cache-delete",
188+
"tags": [
189+
"web-features:service-workers"
190+
],
176191
"support": {
177192
"chrome": {
178193
"version_added": "43"
@@ -214,6 +229,9 @@
214229
"__compat": {
215230
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Cache/keys",
216231
"spec_url": "https://w3c.github.io/ServiceWorker/#cache-keys",
232+
"tags": [
233+
"web-features:service-workers"
234+
],
217235
"support": {
218236
"chrome": {
219237
"version_added": "43"
@@ -254,6 +272,9 @@
254272
"__compat": {
255273
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Cache/match",
256274
"spec_url": "https://w3c.github.io/ServiceWorker/#cache-match",
275+
"tags": [
276+
"web-features:service-workers"
277+
],
257278
"support": {
258279
"chrome": {
259280
"version_added": "43"
@@ -295,6 +316,9 @@
295316
"__compat": {
296317
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Cache/matchAll",
297318
"spec_url": "https://w3c.github.io/ServiceWorker/#cache-matchall",
319+
"tags": [
320+
"web-features:service-workers"
321+
],
298322
"support": {
299323
"chrome": {
300324
"version_added": "47"
@@ -338,6 +362,9 @@
338362
"__compat": {
339363
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Cache/put",
340364
"spec_url": "https://w3c.github.io/ServiceWorker/#cache-put",
365+
"tags": [
366+
"web-features:service-workers"
367+
],
341368
"support": {
342369
"chrome": {
343370
"version_added": "43",

0 commit comments

Comments
 (0)