Skip to content

Commit 0266df5

Browse files
authored
Synchronize with BCD v7.3.11 (mdn#43742)
1 parent 35a91d5 commit 0266df5

File tree

10 files changed

+14
-28
lines changed

10 files changed

+14
-28
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The **`Credential`** interface of the [Credential Management API](/en-US/docs/We
2626

2727
## Static methods
2828

29-
- {{domxref("Credential.isConditionalMediationAvailable_static", "Credential.isConditionalMediationAvailable()")}} {{experimental_inline}}
29+
- {{domxref("Credential.isConditionalMediationAvailable_static", "Credential.isConditionalMediationAvailable()")}}
3030
- : Returns a {{jsxref("Promise")}} which always resolves to `false`. Subclasses may override this value.
3131

3232
## Examples

files/en-us/web/api/credential/isconditionalmediationavailable_static/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ title: "Credential: isConditionalMediationAvailable() static method"
33
short-title: isConditionalMediationAvailable()
44
slug: Web/API/Credential/isConditionalMediationAvailable_static
55
page-type: web-api-static-method
6-
status:
7-
- experimental
86
browser-compat: api.Credential.isConditionalMediationAvailable_static
97
---
108

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

1311
The **`isConditionalMediationAvailable()`** static method of the {{domxref("Credential")}} interface returns a {{jsxref("Promise")}} which resolves to `false`.
1412

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ title: "CSSMathClamp: CSSMathClamp() constructor"
33
short-title: CSSMathClamp()
44
slug: Web/API/CSSMathClamp/CSSMathClamp
55
page-type: web-api-constructor
6-
status:
7-
- experimental
86
browser-compat: api.CSSMathClamp.CSSMathClamp
97
---
108

11-
{{SeeCompatTable}}{{APIRef("CSS Typed Object Model API")}}
9+
{{APIRef("CSS Typed Object Model API")}}
1210

1311
The **`CSSMathClamp()`** constructor creates a
1412
new {{domxref("CSSMathClamp")}} object representing a CSS {{CSSXref("clamp", "clamp()")}} function.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The **`CSSMathClamp`** interface of the [CSS Typed Object Model API](/en-US/docs
1313

1414
## Constructor
1515

16-
- {{domxref("CSSMathClamp.CSSMathClamp", "CSSMathClamp()")}} {{Experimental_Inline}}
16+
- {{domxref("CSSMathClamp.CSSMathClamp", "CSSMathClamp()")}}
1717
- : Creates a new `CSSMathClamp` object.
1818

1919
## Instance properties

files/en-us/web/api/workernavigator/appcodename/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ title: "WorkerNavigator: appCodeName property"
33
short-title: appCodeName
44
slug: Web/API/WorkerNavigator/appCodeName
55
page-type: web-api-instance-property
6-
status:
7-
- deprecated
86
browser-compat: api.WorkerNavigator.appCodeName
97
---
108

11-
{{APIRef("HTML DOM")}} {{Deprecated_Header}}{{AvailableInWorkers("worker")}}
9+
{{APIRef("HTML DOM")}}{{AvailableInWorkers("worker")}}
1210

1311
The value of the **`WorkerNavigator.appCodeName`** property is
1412
always `"Mozilla"`, in any browser. This property is kept only for

files/en-us/web/api/workernavigator/appname/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ title: "WorkerNavigator: appName property"
33
short-title: appName
44
slug: Web/API/WorkerNavigator/appName
55
page-type: web-api-instance-property
6-
status:
7-
- deprecated
86
browser-compat: api.WorkerNavigator.appName
97
---
108

11-
{{APIRef("HTML DOM")}} {{Deprecated_Header}}{{AvailableInWorkers("worker")}}
9+
{{APIRef("HTML DOM")}}{{AvailableInWorkers("worker")}}
1210

1311
The value of the **`WorkerNavigator.appName`** property is always
1412
`"Netscape"`, in any browser. This property is kept only for compatibility

files/en-us/web/api/workernavigator/appversion/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ title: "WorkerNavigator: appVersion property"
33
short-title: appVersion
44
slug: Web/API/WorkerNavigator/appVersion
55
page-type: web-api-instance-property
6-
status:
7-
- deprecated
86
browser-compat: api.WorkerNavigator.appVersion
97
---
108

11-
{{APIRef("HTML DOM")}} {{Deprecated_Header}}{{AvailableInWorkers("worker")}}
9+
{{APIRef("HTML DOM")}}{{AvailableInWorkers("worker")}}
1210

1311
Returns either `"4.0"` or a string representing version information about
1412
the browser.

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ The **`WorkerNavigator`** interface represents a subset of the {{DOMxRef("Naviga
1313

1414
_The `WorkerNavigator` interface doesn't inherit any property._
1515

16-
- {{DOMxRef("WorkerNavigator.appCodeName")}} {{Deprecated_Inline}} {{ReadOnlyInline}}
16+
- {{DOMxRef("WorkerNavigator.appCodeName")}} {{ReadOnlyInline}}
1717
- : Always returns `'Mozilla'`, in any browser. This property is kept only for compatibility purposes.
18-
- {{DOMxRef("WorkerNavigator.appName")}} {{Deprecated_Inline}} {{ReadOnlyInline}}
18+
- {{DOMxRef("WorkerNavigator.appName")}} {{ReadOnlyInline}}
1919
- : Returns the official name of the browser. Do not rely on this property to return the correct value.
20-
- {{DOMxRef("WorkerNavigator.appVersion")}} {{Deprecated_Inline}} {{ReadOnlyInline}}
20+
- {{DOMxRef("WorkerNavigator.appVersion")}} {{ReadOnlyInline}}
2121
- : Returns the version of the browser as a string. Do not rely on this property to return the correct value.
2222
- {{DOMxRef("WorkerNavigator.connection")}} {{ReadOnlyInline}}
2323
- : Provides a {{DOMxRef("NetworkInformation")}} object containing information about the network connection of a device.
@@ -43,9 +43,9 @@ _The `WorkerNavigator` interface doesn't inherit any property._
4343
- : Returns a boolean value indicating whether the browser is online.
4444
- {{DOMxRef("WorkerNavigator.permissions")}} {{ReadOnlyInline}}
4545
- : Returns a {{DOMxRef("Permissions")}} object that can be used to query and update permission status of APIs covered by the [Permissions API](/en-US/docs/Web/API/Permissions_API).
46-
- {{DOMxRef("WorkerNavigator.platform")}} {{Deprecated_Inline}} {{ReadOnlyInline}}
46+
- {{DOMxRef("WorkerNavigator.platform")}} {{ReadOnlyInline}}
4747
- : Returns a string representing the platform of the browser. Do not rely on this property to return the correct value.
48-
- {{DOMxRef("WorkerNavigator.product")}} {{Deprecated_Inline}} {{ReadOnlyInline}}
48+
- {{DOMxRef("WorkerNavigator.product")}} {{ReadOnlyInline}}
4949
- : Always returns `'Gecko'`, on any browser. This property is kept only for compatibility purposes.
5050
- {{domxref("WorkerNavigator.serial")}} {{ReadOnlyInline}} {{Experimental_Inline}} {{SecureContext_Inline}}
5151
- : Returns a {{domxref("Serial")}} object, which represents the entry point into the [Web Serial API](/en-US/docs/Web/API/Web_Serial_API), to enable the control of serial ports.

files/en-us/web/api/workernavigator/platform/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ title: "WorkerNavigator: platform property"
33
short-title: platform
44
slug: Web/API/WorkerNavigator/platform
55
page-type: web-api-instance-property
6-
status:
7-
- deprecated
86
browser-compat: api.WorkerNavigator.platform
97
---
108

11-
{{ APIRef("HTML DOM") }} {{Deprecated_Header}}{{AvailableInWorkers("worker")}}
9+
{{ APIRef("HTML DOM") }}{{AvailableInWorkers("worker")}}
1210

1311
Returns a string representing the platform of the browser. The specification allows
1412
browsers to always return the empty string, so don't rely on this property to get a

files/en-us/web/api/workernavigator/product/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ title: "WorkerNavigator: product property"
33
short-title: product
44
slug: Web/API/WorkerNavigator/product
55
page-type: web-api-instance-property
6-
status:
7-
- deprecated
86
browser-compat: api.WorkerNavigator.product
97
---
108

11-
{{APIRef("HTML DOM")}} {{Deprecated_Header}}{{AvailableInWorkers("worker")}}
9+
{{APIRef("HTML DOM")}}{{AvailableInWorkers("worker")}}
1210

1311
The value of the **`WorkerNavigator.product`** property is always
1412
`"Gecko"`, in any browser. This property is kept only for compatibility

0 commit comments

Comments
 (0)