Skip to content

Commit 39c20eb

Browse files
authored
Update web-features tags (#27791)
1 parent 84a64b3 commit 39c20eb

File tree

11 files changed

+75
-0
lines changed

11 files changed

+75
-0
lines changed

api/PeriodicSyncEvent.json

Lines changed: 9 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/PeriodicSyncEvent",
66
"spec_url": "https://wicg.github.io/periodic-background-sync/#periodicsync-event",
7+
"tags": [
8+
"web-features:periodic-background-sync"
9+
],
710
"support": {
811
"chrome": {
912
"version_added": "80"
@@ -39,6 +42,9 @@
3942
"description": "`PeriodicSyncEvent()` constructor",
4043
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PeriodicSyncEvent/PeriodicSyncEvent",
4144
"spec_url": "https://wicg.github.io/periodic-background-sync/#dom-periodicsyncevent-periodicsyncevent",
45+
"tags": [
46+
"web-features:periodic-background-sync"
47+
],
4248
"support": {
4349
"chrome": {
4450
"version_added": "80"
@@ -73,6 +79,9 @@
7379
"__compat": {
7480
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PeriodicSyncEvent/tag",
7581
"spec_url": "https://wicg.github.io/periodic-background-sync/#dom-periodicsyncevent-tag",
82+
"tags": [
83+
"web-features:periodic-background-sync"
84+
],
7685
"support": {
7786
"chrome": {
7887
"version_added": "80"

api/PeriodicSyncManager.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/PeriodicSyncManager",
66
"spec_url": "https://wicg.github.io/periodic-background-sync/#periodicsyncmanager-interface",
7+
"tags": [
8+
"web-features:periodic-background-sync"
9+
],
710
"support": {
811
"chrome": {
912
"version_added": "80"
@@ -38,6 +41,9 @@
3841
"__compat": {
3942
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PeriodicSyncManager/getTags",
4043
"spec_url": "https://wicg.github.io/periodic-background-sync/#dom-periodicsyncmanager-gettags",
44+
"tags": [
45+
"web-features:periodic-background-sync"
46+
],
4147
"support": {
4248
"chrome": {
4349
"version_added": "80"
@@ -72,6 +78,9 @@
7278
"__compat": {
7379
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PeriodicSyncManager/register",
7480
"spec_url": "https://wicg.github.io/periodic-background-sync/#dom-periodicsyncmanager-register",
81+
"tags": [
82+
"web-features:periodic-background-sync"
83+
],
7584
"support": {
7685
"chrome": {
7786
"version_added": "80"
@@ -106,6 +115,9 @@
106115
"__compat": {
107116
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PeriodicSyncManager/unregister",
108117
"spec_url": "https://wicg.github.io/periodic-background-sync/#dom-periodicsyncmanager-unregister",
118+
"tags": [
119+
"web-features:periodic-background-sync"
120+
],
109121
"support": {
110122
"chrome": {
111123
"version_added": "80"

api/PublicKeyCredential.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,9 @@
455455
"description": "`signalAllAcceptedCredentials()` static method",
456456
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/signalAllAcceptedCredentials_static",
457457
"spec_url": "https://w3c.github.io/webauthn/#dom-publickeycredential-signalallacceptedcredentials",
458+
"tags": [
459+
"web-features:webauthn-signals"
460+
],
458461
"support": {
459462
"chrome": {
460463
"version_added": "132"
@@ -490,6 +493,9 @@
490493
"description": "`signalCurrentUserDetails()` static method",
491494
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/signalCurrentUserDetails_static",
492495
"spec_url": "https://w3c.github.io/webauthn/#dom-publickeycredential-signalcurrentuserdetails",
496+
"tags": [
497+
"web-features:webauthn-signals"
498+
],
493499
"support": {
494500
"chrome": {
495501
"version_added": "132"
@@ -525,6 +531,9 @@
525531
"description": "`signalUnknownCredential()` static method",
526532
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/signalUnknownCredential_static",
527533
"spec_url": "https://w3c.github.io/webauthn/#dom-publickeycredential-signalunknowncredential",
534+
"tags": [
535+
"web-features:webauthn-signals"
536+
],
528537
"support": {
529538
"chrome": {
530539
"version_added": "132"

api/ServiceWorkerGlobalScope.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,9 @@
783783
"https://wicg.github.io/periodic-background-sync/#periodicsync-event",
784784
"https://wicg.github.io/periodic-background-sync/#dom-serviceworkerglobalscope-onperiodicsync"
785785
],
786+
"tags": [
787+
"web-features:periodic-background-sync"
788+
],
786789
"support": {
787790
"chrome": {
788791
"version_added": "80"

api/ServiceWorkerRegistration.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,9 @@
358358
"__compat": {
359359
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ServiceWorkerRegistration/periodicSync",
360360
"spec_url": "https://wicg.github.io/periodic-background-sync/#dom-serviceworkerregistration-periodicsync",
361+
"tags": [
362+
"web-features:periodic-background-sync"
363+
],
361364
"support": {
362365
"chrome": {
363366
"version_added": "80"

api/Viewport.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"Viewport": {
44
"__compat": {
55
"spec_url": "https://drafts.csswg.org/css-viewport/#the-viewport-interface",
6+
"tags": [
7+
"web-features:viewport-segments"
8+
],
69
"support": {
710
"chrome": {
811
"version_added": "138"
@@ -33,6 +36,9 @@
3336
"segments": {
3437
"__compat": {
3538
"spec_url": "https://drafts.csswg.org/css-viewport/#dom-viewport-segments",
39+
"tags": [
40+
"web-features:viewport-segments"
41+
],
3642
"support": {
3743
"chrome": {
3844
"version_added": "138"

api/Window.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7412,6 +7412,9 @@
74127412
"viewport": {
74137413
"__compat": {
74147414
"spec_url": "https://drafts.csswg.org/css-viewport/#dom-window-viewport",
7415+
"tags": [
7416+
"web-features:viewport-segments"
7417+
],
74157418
"support": {
74167419
"chrome": {
74177420
"version_added": "138"

css/at-rules/media.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,9 @@
760760
"horizontal-viewport-segments": {
761761
"__compat": {
762762
"spec_url": "https://drafts.csswg.org/mediaqueries-5/#mf-horizontal-viewport-segments",
763+
"tags": [
764+
"web-features:viewport-segments"
765+
],
763766
"support": {
764767
"chrome": {
765768
"version_added": "138"
@@ -1713,6 +1716,9 @@
17131716
"vertical-viewport-segments": {
17141717
"__compat": {
17151718
"spec_url": "https://drafts.csswg.org/mediaqueries-5/#mf-vertical-viewport-segments",
1719+
"tags": [
1720+
"web-features:viewport-segments"
1721+
],
17161722
"support": {
17171723
"chrome": {
17181724
"version_added": "138"

css/selectors/heading.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"description": "`:heading`",
77
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:heading",
88
"spec_url": "https://drafts.csswg.org/selectors-5/#headings",
9+
"tags": [
10+
"web-features:heading-selectors"
11+
],
912
"support": {
1013
"chrome": {
1114
"version_added": false

css/selectors/headingfunction.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"__compat": {
66
"description": "`:heading()`",
77
"spec_url": "https://drafts.csswg.org/selectors-5/#headings",
8+
"tags": [
9+
"web-features:heading-selectors"
10+
],
811
"support": {
912
"chrome": {
1013
"version_added": false

0 commit comments

Comments
 (0)