Skip to content

Commit

Permalink
Migrate web-features feature tags to BCD
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Sep 20, 2024
1 parent 25ceaab commit 50b6650
Show file tree
Hide file tree
Showing 135 changed files with 1,640 additions and 436 deletions.
3 changes: 3 additions & 0 deletions api/AuthenticatorAttestationResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AuthenticatorAttestationResponse/getTransports",
"spec_url": "https://w3c.github.io/webauthn/#dom-authenticatorattestationresponse-gettransports",
"tags": [
"web-features:webauthn"
],
"support": {
"chrome": {
"version_added": "74"
Expand Down
5 changes: 4 additions & 1 deletion api/DOMException.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:serializable-errors"
]
}
}
}
Expand Down
25 changes: 20 additions & 5 deletions api/Element.json
Original file line number Diff line number Diff line change
Expand Up @@ -3348,7 +3348,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:check-visibility"
]
}
},
"options_checkVisibilityCSS_parameter": {
Expand Down Expand Up @@ -3383,7 +3386,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:check-visibility"
]
}
},
"options_contentVisibilityAuto_parameter": {
Expand Down Expand Up @@ -3418,7 +3424,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:check-visibility"
]
}
},
"options_opacityProperty_parameter": {
Expand Down Expand Up @@ -3453,7 +3462,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:check-visibility"
]
}
},
"options_visibilityProperty_parameter": {
Expand Down Expand Up @@ -3488,7 +3500,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:check-visibility"
]
}
}
},
Expand Down
5 changes: 4 additions & 1 deletion api/Navigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -5222,7 +5222,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:window-controls-overlay"
]
}
},
"xr": {
Expand Down
15 changes: 12 additions & 3 deletions api/SVGClipPathElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:clip-path"
]
},
"clipPathUnits": {
"__compat": {
Expand Down Expand Up @@ -86,7 +89,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:clip-path"
]
}
},
"transform": {
Expand Down Expand Up @@ -131,7 +137,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:clip-path"
]
}
}
}
Expand Down
15 changes: 12 additions & 3 deletions api/SpeechGrammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@
"experimental": true,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:speech-recognition"
]
},
"SpeechGrammar": {
"__compat": {
Expand Down Expand Up @@ -133,7 +136,10 @@
"experimental": true,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:speech-recognition"
]
}
},
"weight": {
Expand Down Expand Up @@ -178,7 +184,10 @@
"experimental": true,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:speech-recognition"
]
}
}
}
Expand Down
30 changes: 24 additions & 6 deletions api/SpeechGrammarList.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@
"experimental": true,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:speech-recognition"
]
},
"SpeechGrammarList": {
"__compat": {
Expand Down Expand Up @@ -77,7 +80,10 @@
"experimental": true,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:speech-recognition"
]
}
},
"addFromString": {
Expand Down Expand Up @@ -116,7 +122,10 @@
"experimental": true,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:speech-recognition"
]
}
},
"addFromURI": {
Expand Down Expand Up @@ -155,7 +164,10 @@
"experimental": true,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:speech-recognition"
]
}
},
"item": {
Expand Down Expand Up @@ -194,7 +206,10 @@
"experimental": true,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:speech-recognition"
]
}
},
"length": {
Expand Down Expand Up @@ -233,7 +248,10 @@
"experimental": true,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:speech-recognition"
]
}
}
}
Expand Down
Loading

0 comments on commit 50b6650

Please sign in to comment.