Skip to content

Commit d22284c

Browse files
Synchronize with BCD v6.0.31 (#40328)
* Synchronize with BCD v6.0.31 * Fix more --------- Co-authored-by: OnkarRuikar <OnkarRuikar@users.noreply.github.com> Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
1 parent db01d0c commit d22284c

File tree

17 files changed

+21
-21
lines changed

17 files changed

+21
-21
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ slug: Web/API/Attribution_Reporting_API/Generating_reports
44
page-type: guide
55
---
66

7-
{{SeeCompatTable}}{{DefaultAPISidebar("Attribution Reporting API")}}
7+
{{DefaultAPISidebar("Attribution Reporting API")}}
88

99
This article explains how [Attribution Reporting API](/en-US/docs/Web/API/Attribution_Reporting_API) reports are generated — both attribution reports and debug reports — and how you can control the generated reports. This includes handling noise, prioritizing reports, filtering reports, and generating debug reports.
1010

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ slug: Web/API/Attribution_Reporting_API/Registering_sources
44
page-type: guide
55
---
66

7-
{{SeeCompatTable}}{{DefaultAPISidebar("Attribution Reporting API")}}
7+
{{DefaultAPISidebar("Attribution Reporting API")}}
88

99
This article explains how to register attribution sources when using the [Attribution Reporting API](/en-US/docs/Web/API/Attribution_Reporting_API).
1010

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ slug: Web/API/Attribution_Reporting_API/Registering_triggers
44
page-type: guide
55
---
66

7-
{{SeeCompatTable}}{{DefaultAPISidebar("Attribution Reporting API")}}
7+
{{DefaultAPISidebar("Attribution Reporting API")}}
88

99
This article explains how to register attribution triggers.
1010

files/en-us/web/api/document_picture-in-picture_api/using/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ slug: Web/API/Document_Picture-in-Picture_API/Using
44
page-type: guide
55
---
66

7-
{{SeeCompatTable}}{{DefaultAPISidebar("Document Picture-in-Picture API")}}{{securecontext_header}}
7+
{{DefaultAPISidebar("Document Picture-in-Picture API")}}{{securecontext_header}}
88

99
This guide provides a walkthrough of typical usage of the {{domxref("Document Picture-in-Picture API", "Document Picture-in-Picture API", "", "nocode")}}.
1010

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For example, a smartphone might have a standard panel in its lock screen that pr
2828
- : Indicates to the user agent whether the user's microphone is considered to be currently muted.
2929
- {{domxref("MediaSession.setPositionState", "setPositionState()")}}
3030
- : Sets the current playback position and speed of the media currently being presented.
31-
- {{domxref("MediaSession.setScreenshareActive", "setScreenshareActive()")}}
31+
- {{domxref("MediaSession.setScreenshareActive", "setScreenshareActive()")}} {{experimental_inline}}
3232
- : Indicates to the user agent the screenshare capture state desired by the page.
3333

3434
## Examples

files/en-us/web/api/mediasession/setscreenshareactive/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ title: "MediaSession: setScreenshareActive() method"
33
short-title: setScreenshareActive()
44
slug: Web/API/MediaSession/setScreenshareActive
55
page-type: web-api-instance-method
6+
status:
7+
- experimental
68
browser-compat: api.MediaSession.setScreenshareActive
79
---
810

9-
{{APIRef("Media Session API")}}
11+
{{APIRef("Media Session API")}}{{SeeCompatTable}}
1012

1113
The **`setScreenshareActive()`** method of the {{domxref("MediaSession")}} interface is used to indicate to the user agent whether the user's screenshare is considered to be active.
1214

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ slug: Web/API/VRLayerInit
44
page-type: web-api-interface
55
status:
66
- deprecated
7+
- non-standard
78
browser-compat: api.VRDisplay.getLayers
89
---
910

10-
{{APIRef("WebVR API")}}{{Deprecated_Header}}
11+
{{APIRef("WebVR API")}}{{Deprecated_Header}}{{Non-standard_Header}}
1112

1213
The **`VRLayerInit`** dictionary of the [WebVR API](/en-US/docs/Web/API/WebVR_API) represents a content layer (an {{domxref("HTMLCanvasElement")}} or {{domxref("OffscreenCanvas")}}) that you want to present in a VR display.
1314

files/en-us/web/api/vrlayerinit/leftbounds/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ slug: Web/API/VRLayerInit/leftBounds
55
page-type: web-api-instance-property
66
status:
77
- deprecated
8+
- non-standard
89
browser-compat: api.VRDisplay.getLayers
910
---
1011

11-
{{APIRef("WebVR API")}}{{Deprecated_Header}}
12+
{{APIRef("WebVR API")}}{{Deprecated_Header}}{{Non-standard_Header}}
1213

1314
The **`leftBounds`** property of the {{domxref("VRLayerInit")}} interface (dictionary) defines the left texture bounds of the canvas whose contents will be presented by the {{domxref("VRDisplay")}}.
1415

files/en-us/web/api/vrlayerinit/rightbounds/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ slug: Web/API/VRLayerInit/rightBounds
55
page-type: web-api-instance-property
66
status:
77
- deprecated
8+
- non-standard
89
browser-compat: api.VRDisplay.getLayers
910
---
1011

11-
{{APIRef("WebVR API")}}{{Deprecated_Header}}
12+
{{APIRef("WebVR API")}}{{Deprecated_Header}}{{Non-standard_Header}}
1213

1314
The **`rightBounds`** property of the {{domxref("VRLayerInit")}} interface (dictionary) defines the right texture bounds of the canvas whose contents will be presented by the {{domxref("VRDisplay")}}.
1415

files/en-us/web/api/vrlayerinit/source/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ slug: Web/API/VRLayerInit/source
55
page-type: web-api-instance-property
66
status:
77
- deprecated
8+
- non-standard
89
browser-compat: api.VRDisplay.getLayers
910
---
1011

11-
{{APIRef("WebVR API")}}{{Deprecated_Header}}
12+
{{APIRef("WebVR API")}}{{Deprecated_Header}}{{Non-standard_Header}}
1213

1314
The **`source`** property of the {{domxref("VRLayerInit")}} interface (dictionary) defines the canvas whose contents will be presented by the {{domxref("VRDisplay")}}.
1415

0 commit comments

Comments
 (0)