Skip to content

Commit db01d0c

Browse files
authored
Make all page status backed by some BCD (#40308)
* Make all page status backed by some BCD * Update index.md * Update index.md
1 parent d598ca1 commit db01d0c

File tree

21 files changed

+49
-38
lines changed

21 files changed

+49
-38
lines changed

files/en-us/_redirects.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8027,6 +8027,7 @@
80278027
/en-US/docs/Web/API/AudioWorkletNode/AudioWorkletNode.parameters /en-US/docs/Web/API/AudioWorkletNode/parameters
80288028
/en-US/docs/Web/API/AudioWorkletNode/onprocessorerror /en-US/docs/Web/API/AudioWorkletNode/processorerror_event
80298029
/en-US/docs/Web/API/AudioWorkletNodeOptions /en-US/docs/Web/API/AudioWorkletNode/AudioWorkletNode
8030+
/en-US/docs/Web/API/AudioWorkletProcessor/parameterDescriptors /en-US/docs/Web/API/AudioWorkletProcessor/parameterDescriptors_static
80308031
/en-US/docs/Web/API/BackgroundFetchRegistration/onprogress /en-US/docs/Web/API/BackgroundFetchRegistration/progress_event
80318032
/en-US/docs/Web/API/BarcodeDetector/getSupportedFormats /en-US/docs/Web/API/BarcodeDetector/getSupportedFormats_static
80328033
/en-US/docs/Web/API/Barcode_Detector_API /en-US/docs/Web/API/Barcode_Detection_API

files/en-us/_wikihistory.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20329,7 +20329,7 @@
2032920329
"modified": "2020-10-15T22:21:03.220Z",
2033020330
"contributors": ["1valdis"]
2033120331
},
20332-
"Web/API/AudioWorkletProcessor/parameterDescriptors": {
20332+
"Web/API/AudioWorkletProcessor/parameterDescriptors_static": {
2033320333
"modified": "2020-10-15T22:21:04.116Z",
2033420334
"contributors": ["Sheppy", "chrisdavidmills", "1valdis"]
2033520335
},

files/en-us/web/api/attribution_reporting_api/generating_reports/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Generating attribution reports
33
slug: Web/API/Attribution_Reporting_API/Generating_reports
44
page-type: guide
5-
status:
6-
- experimental
75
---
86

97
{{SeeCompatTable}}{{DefaultAPISidebar("Attribution Reporting API")}}

files/en-us/web/api/attribution_reporting_api/registering_sources/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Registering attribution sources
33
slug: Web/API/Attribution_Reporting_API/Registering_sources
44
page-type: guide
5-
status:
6-
- experimental
75
---
86

97
{{SeeCompatTable}}{{DefaultAPISidebar("Attribution Reporting API")}}

files/en-us/web/api/attribution_reporting_api/registering_triggers/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Registering attribution triggers
33
slug: Web/API/Attribution_Reporting_API/Registering_triggers
44
page-type: guide
5-
status:
6-
- experimental
75
---
86

97
{{SeeCompatTable}}{{DefaultAPISidebar("Attribution Reporting API")}}

files/en-us/web/api/audioworkletprocessor/parameterdescriptors/index.md renamed to files/en-us/web/api/audioworkletprocessor/parameterdescriptors_static/index.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
---
2-
title: "AudioWorkletProcessor: parameterDescriptors property"
2+
title: "AudioWorkletProcessor: parameterDescriptors static property"
33
short-title: parameterDescriptors
4-
slug: Web/API/AudioWorkletProcessor/parameterDescriptors
5-
page-type: web-api-instance-property
6-
status:
7-
- experimental
4+
slug: Web/API/AudioWorkletProcessor/parameterDescriptors_static
5+
page-type: web-api-static-property
86
spec-urls: https://webaudio.github.io/web-audio-api/#audioworkletprocess-callback-parameters
97
---
108

11-
{{APIRef("Web Audio API")}}{{SeeCompatTable}}
9+
{{APIRef("Web Audio API")}}
1210

1311
The read-only **`parameterDescriptors`** property of an {{domxref("AudioWorkletProcessor")}}-derived class is a _static getter_,
1412
which returns an iterable of {{domxref("AudioParamDescriptor")}}-based objects.

files/en-us/web/api/audioworkletprocessor/process/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: "AudioWorkletProcessor: process() method"
33
short-title: process()
44
slug: Web/API/AudioWorkletProcessor/process
55
page-type: web-api-instance-method
6-
status:
7-
- experimental
86
spec-urls: https://webaudio.github.io/web-audio-api/#process
97
---
108

files/en-us/web/api/media_source_extensions_api/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Media Source API
33
slug: Web/API/Media_Source_Extensions_API
44
page-type: web-api-overview
5-
status:
6-
- experimental
75
spec-urls:
86
- https://w3c.github.io/media-source/
97
- https://w3c.github.io/media-playback-quality/

files/en-us/web/api/popover_api/using/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Using the Popover API
33
slug: Web/API/Popover_API/Using
44
page-type: guide
5-
status:
6-
- experimental
75
---
86

97
{{DefaultAPISidebar("Popover API")}}

files/en-us/web/api/topics_api/using/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
title: Using the Topics API
33
slug: Web/API/Topics_API/Using
44
page-type: web-api-overview
5-
status:
6-
- non-standard
75
---
86

97
{{DefaultAPISidebar("Topics API")}}
108

119
> [!WARNING]
12-
> This feature is currently opposed by two browser vendors. See the [Standards positions](/en-US/docs/Web/API/Topics_API#standards_positions) section below for details of opposition.
10+
> This feature is currently opposed by two browser vendors. See the [Standards positions](/en-US/docs/Web/API/Topics_API#standards_positions) section for details of opposition.
1311
1412
> [!NOTE]
1513
> An [Enrollment process](/en-US/docs/Web/Privacy/Guides/Privacy_sandbox/Enrollment) is required to use the Topics API in your applications. See the [Enrollment](/en-US/docs/Web/API/Topics_API#enrollment) section for details of what sub-features are gated by enrollment.

0 commit comments

Comments
 (0)