Skip to content

Commit bb55d1b

Browse files
authored
Synchronize with BCD v7.1.14 (mdn#41580)
Co-authored-by: OnkarRuikar <OnkarRuikar@users.noreply.github.com>
1 parent 7ff752f commit bb55d1b

File tree

15 files changed

+46
-20
lines changed

15 files changed

+46
-20
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
title: CSSFunctionDeclarations
33
slug: Web/API/CSSFunctionDeclarations
44
page-type: web-api-interface
5+
status:
6+
- experimental
57
browser-compat: api.CSSFunctionDeclarations
68
---
79

8-
{{ APIRef("CSSOM") }}
10+
{{ APIRef("CSSOM") }}{{SeeCompatTable}}
911

1012
The **`CSSFunctionDeclarations`** interface of the [CSS Object Model](/en-US/docs/Web/API/CSS_Object_Model) represents a consecutive run of CSS declarations included within a {{cssxref("@function")}} body.
1113

@@ -17,7 +19,7 @@ This can include [CSS custom properties](/en-US/docs/Web/CSS/CSS_cascading_varia
1719

1820
_This interface also inherits properties from {{domxref("CSSRule")}}._
1921

20-
- {{domxref("CSSFunctionDeclarations.style")}} {{ReadOnlyInline}}
22+
- {{domxref("CSSFunctionDeclarations.style")}} {{ReadOnlyInline}} {{experimental_inline}}
2123
- : Returns a {{domxref("CSSFunctionDescriptors")}} object representing the descriptors available in a {{cssxref("@function")}} body.
2224

2325
## Examples

files/en-us/web/api/cssfunctiondeclarations/style/index.md

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

9-
{{ APIRef("CSSOM") }}
11+
{{ APIRef("CSSOM") }}{{SeeCompatTable}}
1012

1113
The **`style`** property of the {{domxref("CSSFunctionDeclarations")}} interface returns a {{domxref("CSSFunctionDescriptors")}} object representing the descriptors available in a {{cssxref("@function")}} body.
1214

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
title: CSSFunctionDescriptors
33
slug: Web/API/CSSFunctionDescriptors
44
page-type: web-api-interface
5+
status:
6+
- experimental
57
browser-compat: api.CSSFunctionDescriptors
68
---
79

8-
{{ APIRef("CSSOM") }}
10+
{{ APIRef("CSSOM") }}{{SeeCompatTable}}
911

1012
The **`CSSFunctionDescriptors`** interface of the [CSS Object Model](/en-US/docs/Web/API/CSS_Object_Model) represents the descriptors contained within a set of CSS declarations represented by a {{domxref("CSSFunctionDeclarations")}} object.
1113

@@ -17,7 +19,7 @@ A `CSSFunctionDescriptors` object is accessed via the {{domxref("CSSFunctionDecl
1719

1820
_This interface also inherits properties from {{domxref("CSSRule")}}._
1921

20-
- {{domxref("CSSFunctionDescriptors.result")}} {{ReadOnlyInline}}
22+
- {{domxref("CSSFunctionDescriptors.result")}} {{ReadOnlyInline}} {{experimental_inline}}
2123
- : Returns a string representing a `result` descriptor, if one exists in the associated set of declarations.
2224

2325
## Examples

files/en-us/web/api/cssfunctiondescriptors/result/index.md

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

9-
{{ APIRef("CSSOM") }}
11+
{{ APIRef("CSSOM") }}{{SeeCompatTable}}
1012

1113
The **`result`** property of the {{domxref("CSSFunctionDescriptors")}} interface returns a string representing a `result` descriptor, if one exists in the associated set of declarations.
1214

files/en-us/web/api/cssfunctionrule/getparameters/index.md

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

9-
{{ APIRef("CSSOM") }}
11+
{{ APIRef("CSSOM") }}{{SeeCompatTable}}
1012

1113
The **`getParameters()`** method of the {{domxref("CSSFunctionRule")}} interface returns an array of objects representing the custom function's parameters.
1214

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
title: CSSFunctionRule
33
slug: Web/API/CSSFunctionRule
44
page-type: web-api-interface
5+
status:
6+
- experimental
57
browser-compat: api.CSSFunctionRule
68
---
79

8-
{{ APIRef("CSSOM") }}
10+
{{ APIRef("CSSOM") }}{{SeeCompatTable}}
911

1012
The **`CSSFunctionRule`** interface of the [CSS Object Model](/en-US/docs/Web/API/CSS_Object_Model) represents CSS {{cssxref("@function")}} (custom function) [at-rules](/en-US/docs/Web/CSS/CSS_syntax/At-rule).
1113

@@ -15,16 +17,16 @@ The **`CSSFunctionRule`** interface of the [CSS Object Model](/en-US/docs/Web/AP
1517

1618
_This interface also inherits properties from {{domxref("CSSGroupingRule")}}._
1719

18-
- {{domxref("CSSFunctionRule.name")}} {{ReadOnlyInline}}
20+
- {{domxref("CSSFunctionRule.name")}} {{ReadOnlyInline}} {{experimental_inline}}
1921
- : Returns a string representing the custom function's name.
20-
- {{domxref("CSSFunctionRule.returnType")}} {{ReadOnlyInline}}
22+
- {{domxref("CSSFunctionRule.returnType")}} {{ReadOnlyInline}} {{experimental_inline}}
2123
- : Returns a string representing the custom function's return type.
2224

2325
## Instance methods
2426

2527
_This interface also inherits methods from {{domxref("CSSGroupingRule")}}._
2628

27-
- {{domxref("CSSFunctionRule.getParameters()")}}
29+
- {{domxref("CSSFunctionRule.getParameters()")}} {{experimental_inline}}
2830
- : Returns an array of objects representing the custom function's parameters.
2931

3032
## Examples

files/en-us/web/api/cssfunctionrule/name/index.md

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

9-
{{ APIRef("CSSOM") }}
11+
{{ APIRef("CSSOM") }}{{SeeCompatTable}}
1012

1113
The **`name`** property of the {{domxref("CSSFunctionRule")}} interface returns a string representing the custom function's name.
1214

files/en-us/web/api/cssfunctionrule/returntype/index.md

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

9-
{{ APIRef("CSSOM") }}
11+
{{ APIRef("CSSOM") }}{{SeeCompatTable}}
1012

1113
The **`returnType`** property of the {{domxref("CSSFunctionRule")}} interface returns a string representing the custom function's return type.
1214

files/en-us/web/api/mediatrackconstraints/echocancellation/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ A boolean, a string, or a [`ConstrainBooleanOrDOMString`](/en-US/docs/Web/API/Me
2424

2525
If the browser supports specific echo cancellation types, the value can be set as one of the following:
2626

27-
- `"all"`
27+
- `"all"` {{experimental_inline}}
2828
- : All user system-generated audio captured by the user's microphone is removed. This is useful for example in situations where you want to avoid capturing privacy-sensitive audio such as screen reader output and system notifications.
29-
- `"remote-only"`
29+
- `"remote-only"` {{experimental_inline}}
3030
- : Only user system-generated audio captured by the user's microphone from remote sources (as represented by {{domxref("MediaStreamTrack")}}s sourced from an {{domxref("RTCPeerConnection")}}) is removed. This is useful when you want to remove echo from communication with remote peers but still share local audio, such as in the case of a music lesson where the teacher wants to hear their student(s) playing along to an audio track but still communicate clearly with them.
3131
- `true`
3232
- : The browser decides what audio will be removed from the signals recorded by the microphone. It must attempt to cancel at least as much as `remote-only` and should attempt to cancel as much as `all`.

files/en-us/web/api/mediatracksupportedconstraints/restrictownaudio/index.md

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

9-
{{APIRef("Media Capture and Streams")}}
11+
{{APIRef("Media Capture and Streams")}}{{SeeCompatTable}}
1012

1113
The {{domxref("MediaTrackSupportedConstraints")}} dictionary's **`restrictOwnAudio`** property is a read-only boolean value which is present (and set to `true`) in the object returned by {{domxref("MediaDevices.getSupportedConstraints()")}} if and only if the {{Glossary("user agent")}} supports the `restrictOwnAudio` constraint. If the constraint isn't supported, it's not included in the list, so this value will never be `false`.
1214

0 commit comments

Comments
 (0)