Skip to content

Commit 9cbfa7f

Browse files
authored
Synchronize with BCD v7.0.0 (mdn#40848)
* Synchronize with BCD v7.0.0 * add deprecation headers --------- Co-authored-by: OnkarRuikar <OnkarRuikar@users.noreply.github.com>
1 parent 5ccf619 commit 9cbfa7f

File tree

15 files changed

+30
-52
lines changed

15 files changed

+30
-52
lines changed

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

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

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

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

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

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

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

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

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

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

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

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

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -109,29 +109,29 @@ _Doesn't inherit any properties._
109109

110110
- {{domxref("Navigator.activeVRDisplays")}} {{ReadOnlyInline}} {{Deprecated_Inline}} {{Non-standard_Inline}}
111111
- : Returns an array containing every {{domxref("VRDisplay")}} object that is currently presenting ({{domxref("VRDisplay.isPresenting")}} is `true`).
112-
- {{domxref("Navigator.appCodeName")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
112+
- {{domxref("Navigator.appCodeName")}} {{ReadOnlyInline}}
113113
- : Always returns `'Mozilla'`, in any browser.
114-
- {{domxref("Navigator.appName")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
114+
- {{domxref("Navigator.appName")}} {{ReadOnlyInline}}
115115
- : Always returns `'Netscape'`, in any browser.
116-
- {{domxref("Navigator.appVersion")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
116+
- {{domxref("Navigator.appVersion")}} {{ReadOnlyInline}}
117117
- : Returns the version of the browser as a string. Do not rely on this property to return the correct value.
118118
- {{domxref("Navigator.doNotTrack")}} {{ReadOnlyInline}} {{Deprecated_Inline}} {{non-standard_inline}}
119119
- : Reports the value of the user's do-not-track preference. When this value is "1", your website or application should not track the user.
120-
- {{domxref("Navigator.mimeTypes")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
120+
- {{domxref("Navigator.mimeTypes")}} {{ReadOnlyInline}}
121121
- : Returns an {{domxref("MimeTypeArray")}} listing the MIME types supported by the browser.
122-
- {{domxref("Navigator.oscpu")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
122+
- {{domxref("Navigator.oscpu")}} {{ReadOnlyInline}}
123123
- : Returns a string that represents the current operating system.
124-
- {{domxref("Navigator.platform")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
124+
- {{domxref("Navigator.platform")}} {{ReadOnlyInline}}
125125
- : Returns a string representing the platform of the browser. Do not rely on this function to return a significant value.
126-
- {{domxref("Navigator.plugins")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
126+
- {{domxref("Navigator.plugins")}} {{ReadOnlyInline}}
127127
- : Returns a {{domxref("PluginArray")}} listing the plugins installed in the browser.
128-
- {{domxref("Navigator.product")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
128+
- {{domxref("Navigator.product")}} {{ReadOnlyInline}}
129129
- : Always returns `'Gecko'`, in any browser.
130-
- {{domxref("Navigator.productSub")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
130+
- {{domxref("Navigator.productSub")}} {{ReadOnlyInline}}
131131
- : Returns either the string `'20030107'`, or `'"20100101'`.
132-
- {{domxref("Navigator.vendor")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
132+
- {{domxref("Navigator.vendor")}} {{ReadOnlyInline}}
133133
- : Returns either the empty string, `'Apple Computer Inc.'`, or `'Google Inc.'`.
134-
- {{domxref("Navigator.vendorSub")}} {{ReadOnlyInline}} {{Deprecated_Inline}}
134+
- {{domxref("Navigator.vendorSub")}} {{ReadOnlyInline}}
135135
- : Always returns the empty string.
136136

137137
## Instance methods
@@ -175,9 +175,9 @@ _Doesn't inherit any method._
175175
- : After having prompted the user for permission, returns the audio or video stream associated to a camera or microphone on the local computer.
176176
- {{domxref("Navigator.getVRDisplays()")}} {{Deprecated_Inline}} {{Non-standard_Inline}}
177177
- : Returns a promise that resolves to an array of {{domxref("VRDisplay")}} objects representing any available VR devices connected to the computer.
178-
- {{domxref("Navigator.javaEnabled()")}} {{Deprecated_Inline}}
178+
- {{domxref("Navigator.javaEnabled()")}}
179179
- : Always returns false.
180-
- {{domxref("Navigator.taintEnabled()")}} {{Deprecated_Inline}}
180+
- {{domxref("Navigator.taintEnabled()")}}
181181
- : Returns `false`. JavaScript taint/untaint functions removed in JavaScript 1.2.
182182

183183
## Specifications

files/en-us/web/api/navigator/javaenabled/index.md

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

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

1311
This method always returns false.
1412

files/en-us/web/api/navigator/mimetypes/index.md

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

11-
{{ ApiRef("HTML DOM") }}{{deprecated_header}}
9+
{{ ApiRef("HTML DOM") }}
1210

1311
Returns a {{domxref("MimeTypeArray")}} object, which contains a list of {{domxref("MimeType")}} objects representing the MIME types recognized and supported by the browser.
1412
The array can be queried for information about the enabled plugin that is used to handle a file of the specified type.

files/en-us/web/api/navigator/oscpu/index.md

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

11-
{{ ApiRef("HTML DOM") }} {{Deprecated_Header}}
9+
{{ ApiRef("HTML DOM") }}
1210

1311
The **`Navigator.oscpu`** property returns a string that identifies the current operating system.
1412

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

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

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

1311
The **`platform`** property read-only property of the {{domxref("Navigator")}} interface returns a string identifying the platform on which the user's browser is running.
1412

files/en-us/web/api/navigator/plugins/index.md

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

11-
{{APIRef("HTML DOM")}}{{deprecated_header}}
9+
{{APIRef("HTML DOM")}}
1210

1311
Returns a {{DOMxRef("PluginArray")}} object, listing the {{DOMxRef("Plugin")}} objects describing the plugins installed in the application.
1412
Named properties of the returned object are not enumerable (except in very old browser versions).

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

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

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

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

0 commit comments

Comments
 (0)