Skip to content

Synchronize with BCD v6.0.31 #40328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 12, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Synchronize with BCD v6.0.31
  • Loading branch information
OnkarRuikar committed Jul 11, 2025
commit df88e5fca39e8a3b7d6bc7f0e4cfa8699c046d92
2 changes: 1 addition & 1 deletion files/en-us/web/api/mediasession/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For example, a smartphone might have a standard panel in its lock screen that pr
- : Indicates to the user agent whether the user's microphone is considered to be currently muted.
- {{domxref("MediaSession.setPositionState", "setPositionState()")}}
- : Sets the current playback position and speed of the media currently being presented.
- {{domxref("MediaSession.setScreenshareActive", "setScreenshareActive()")}}
- {{domxref("MediaSession.setScreenshareActive", "setScreenshareActive()")}} {{experimental_inline}}
- : Indicates to the user agent the screenshare capture state desired by the page.

## Examples
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ title: "MediaSession: setScreenshareActive() method"
short-title: setScreenshareActive()
slug: Web/API/MediaSession/setScreenshareActive
page-type: web-api-instance-method
status:
- experimental
browser-compat: api.MediaSession.setScreenshareActive
---

{{APIRef("Media Session API")}}
{{APIRef("Media Session API")}}{{SeeCompatTable}}

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.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/svg/reference/element/view/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The **`<view>`** [SVG](/en-US/docs/Web/SVG) element defines a particular view of
- {{SVGAttr("viewBox")}}
- : This attribute defines the bound of the SVG viewport for the pattern fragment.
_Value type_: **[\<list-of-numbers>](/en-US/docs/Web/SVG/Guides/Content_type#list-of-ts)**; _Default value_: none; _Animatable_: **yes**
- {{SVGAttr("zoomAndPan")}} {{Deprecated_Inline}} {{Non-standard_Inline}}
- {{SVGAttr("zoomAndPan")}} {{Deprecated_Inline}}
- : This attribute specifies whether the SVG document can be magnified and panned.
_Value type_: **disable | magnify**; _Default value_: magnify; _Animatable_: **no**

Expand Down