Skip to content

Commit

Permalink
Synchronize with BCD v5.6.19
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Nov 27, 2024
1 parent 6fbfac8 commit 29062fa
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions files/en-us/web/api/navigator/globalprivacycontrol/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ slug: Web/API/Navigator/globalPrivacyControl
page-type: web-api-instance-property
status:
- experimental
- non-standard
browser-compat: api.Navigator.globalPrivacyControl
---

{{APIRef("DOM")}}{{SeeCompatTable}}{{non-standard_header}}
{{APIRef("DOM")}}{{SeeCompatTable}}

The **`Navigator.globalPrivacyControl`** read-only property returns the user's [Global Privacy Control](https://globalprivacycontrol.org/) setting for the current website.
This setting indicates whether the user consents to the website or service selling or sharing their personal information with third parties.
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/navigator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ _Doesn't inherit any properties._

- {{domxref("Navigator.buildID")}} {{ReadOnlyInline}} {{Non-standard_Inline}}
- : Returns the build identifier of the browser. In modern browsers this property now returns a fixed timestamp as a privacy measure, e.g. `20181001000000` in Firefox 64 onwards.
- {{domxref("Navigator.globalPrivacyControl")}} {{ReadOnlyInline}} {{Experimental_Inline}} {{non-standard_inline}}
- {{domxref("Navigator.globalPrivacyControl")}} {{ReadOnlyInline}} {{Experimental_Inline}}
- : Returns a boolean indicating a user's consent to their information being shared or sold.
- {{domxref("Navigator.standalone")}} {{Non-standard_Inline}}
- : Returns a boolean indicating whether the browser is running in standalone mode. Available on Apple's iOS Safari only.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ slug: Web/API/WorkerNavigator/globalPrivacyControl
page-type: web-api-instance-property
status:
- experimental
- non-standard
browser-compat: api.WorkerNavigator.globalPrivacyControl
---

{{APIRef("DOM")}}{{SeeCompatTable}}{{non-standard_header}}{{AvailableInWorkers("worker")}}
{{APIRef("DOM")}}{{SeeCompatTable}}{{AvailableInWorkers("worker")}}

The **`WorkerNavigator.globalPrivacyControl`** read-only property returns the user's [Global Privacy Control](https://globalprivacycontrol.org/) setting for the current website.
This setting indicates whether the user consents to the website or service selling or sharing their personal information with third parties.
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/workernavigator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ _The `WorkerNavigator` interface doesn't inherit any property._
- : Provides a {{DOMxRef("NetworkInformation")}} object containing information about the network connection of a device.
- {{domxref("WorkerNavigator.deviceMemory")}} {{ReadOnlyInline}} {{SecureContext_Inline}}
- : Returns the amount of device memory in gigabytes. This value is an approximation given by rounding to the nearest power of 2 and dividing that number by 1024.
- {{domxref("WorkerNavigator.globalPrivacyControl")}} {{ReadOnlyInline}} {{Experimental_Inline}} {{non-standard_inline}}
- {{domxref("WorkerNavigator.globalPrivacyControl")}} {{ReadOnlyInline}} {{Experimental_Inline}}
- : Returns a boolean indicating a user's consent to their information being shared or sold.
- {{domxref("WorkerNavigator.gpu")}} {{ReadOnlyInline}} {{Experimental_Inline}} {{SecureContext_Inline}}
- : Returns the {{domxref("GPU")}} object for the current worker context. The entry point for the {{domxref("WebGPU_API", "WebGPU API", "", "nocode")}}.
Expand Down
4 changes: 3 additions & 1 deletion files/en-us/web/css/font-synthesis-position/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
title: font-synthesis-position
slug: Web/CSS/font-synthesis-position
page-type: css-property
status:
- experimental
browser-compat: css.properties.font-synthesis-position
---

{{CSSRef}}
{{CSSRef}}{{SeeCompatTable}}

The **`font-synthesis-position`** [CSS](/en-US/docs/Web/CSS) property lets you specify whether or not a browser may synthesize the subscript and superscript "position" typefaces when they are missing in a font family, while using {{cssxref("font-variant-position")}} to set the positions.

Expand Down
3 changes: 1 addition & 2 deletions files/en-us/web/http/headers/sec-gpc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ slug: Web/HTTP/Headers/Sec-GPC
page-type: http-header
status:
- experimental
- non-standard
browser-compat: http.headers.Sec-GPC
spec-urls: https://privacycg.github.io/gpc-spec/
---

{{HTTPSidebar}}{{SeeCompatTable}}{{non-standard_header}}
{{HTTPSidebar}}{{SeeCompatTable}}

The HTTP **`Sec-GPC`** {{Glossary("request header")}} is part of the [Global Privacy Control](https://globalprivacycontrol.org/) (GPC) mechanism to indicate whether the user consents to a website or service selling or sharing their personal information with third parties.

Expand Down

0 comments on commit 29062fa

Please sign in to comment.