Skip to content

Commit

Permalink
Fix status inheritance inconsistency, round 2 (#18269)
Browse files Browse the repository at this point in the history
From #7351.
  • Loading branch information
saschanaz authored Nov 24, 2022
1 parent 353eca3 commit 129e780
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
3 changes: 2 additions & 1 deletion api/HTMLFontElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"HTMLFontElement": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFontElement",
"spec_url": "https://html.spec.whatwg.org/multipage/obsolete.html#htmlfontelement",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -36,7 +37,7 @@
},
"status": {
"experimental": false,
"standard_track": false,
"standard_track": true,
"deprecated": true
}
},
Expand Down
6 changes: 4 additions & 2 deletions api/MediaStreamTrackProcessor.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"MediaStreamTrackProcessor": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaStreamTrackProcessor",
"spec_url": "https://w3c.github.io/mediacapture-transform/#track-processor-interface",
"support": {
"chrome": {
"version_added": "94"
Expand All @@ -28,14 +29,15 @@
},
"status": {
"experimental": true,
"standard_track": false,
"standard_track": true,
"deprecated": false
}
},
"MediaStreamTrackProcessor": {
"__compat": {
"description": "<code>MediaStreamTrackProcessor()</code> constructor",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaStreamTrackProcessor/MediaStreamTrackProcessor",
"spec_url": "https://w3c.github.io/mediacapture-transform/#dom-mediastreamtrackprocessor-mediastreamtrackprocessor",
"support": {
"chrome": {
"version_added": "94"
Expand All @@ -61,7 +63,7 @@
},
"status": {
"experimental": true,
"standard_track": false,
"standard_track": true,
"deprecated": false
}
}
Expand Down
4 changes: 2 additions & 2 deletions api/RTCIceCredentialType.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
"standard_track": false,
"deprecated": true
}
}
},
Expand Down
3 changes: 2 additions & 1 deletion api/Scheduling.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"api": {
"Scheduling": {
"__compat": {
"spec_url": "https://wicg.github.io/is-input-pending/#the-scheduling-interface",
"support": {
"chrome": {
"version_added": "87"
Expand All @@ -27,7 +28,7 @@
},
"status": {
"experimental": true,
"standard_track": false,
"standard_track": true,
"deprecated": false
}
},
Expand Down
2 changes: 1 addition & 1 deletion api/SpeechRecognitionEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down
6 changes: 3 additions & 3 deletions api/XRFrame.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": false,
"experimental": true,
"standard_track": true,
"deprecated": false
}
Expand Down Expand Up @@ -139,7 +139,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": false,
"experimental": true,
"standard_track": true,
"deprecated": false
}
Expand Down Expand Up @@ -283,7 +283,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": false,
"experimental": true,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit 129e780

Please sign in to comment.