From 5c7b522f722d6dbee48ab12644bfcf68815d7c7f Mon Sep 17 00:00:00 2001 From: OnkarRuikar Date: Wed, 9 Oct 2024 00:42:48 +0000 Subject: [PATCH 1/2] Synchronize with BCD v5.6.5 --- files/en-us/web/api/installevent/index.md | 2 +- files/en-us/web/api/installevent/installevent/index.md | 4 ++-- files/en-us/web/api/webglrenderingcontext/index.md | 2 +- .../web/api/webglrenderingcontext/unpackcolorspace/index.md | 4 +--- .../web/javascript/reference/global_objects/json/index.md | 4 ++-- .../reference/global_objects/json/israwjson/index.md | 4 +--- .../javascript/reference/global_objects/json/rawjson/index.md | 4 +--- 7 files changed, 9 insertions(+), 15 deletions(-) diff --git a/files/en-us/web/api/installevent/index.md b/files/en-us/web/api/installevent/index.md index aa04ac9783ab8e5..638bf06c0241bab 100644 --- a/files/en-us/web/api/installevent/index.md +++ b/files/en-us/web/api/installevent/index.md @@ -15,7 +15,7 @@ This interface inherits from the {{domxref("ExtendableEvent")}} interface. ## Constructor -- {{domxref("InstallEvent.InstallEvent", "InstallEvent()")}} {{Deprecated_Inline}} {{Non-standard_Inline}} +- {{domxref("InstallEvent.InstallEvent", "InstallEvent()")}} {{Deprecated_Inline}} {{Non-standard_Inline}} {{experimental_inline}} - : Creates a new `InstallEvent` object. ## Instance properties diff --git a/files/en-us/web/api/installevent/installevent/index.md b/files/en-us/web/api/installevent/installevent/index.md index f045671dfe305ce..dc3986ea7fc47af 100644 --- a/files/en-us/web/api/installevent/installevent/index.md +++ b/files/en-us/web/api/installevent/installevent/index.md @@ -4,12 +4,12 @@ short-title: InstallEvent() slug: Web/API/InstallEvent/InstallEvent page-type: web-api-constructor status: + - experimental - deprecated - - non-standard browser-compat: api.InstallEvent.InstallEvent --- -{{APIRef("Service Workers API")}}{{Deprecated_Header}}{{Non-standard_header}} +{{APIRef("Service Workers API")}}{{Deprecated_Header}}{{SeeCompatTable}} The **`InstallEvent()`** constructor creates a new {{domxref("InstallEvent")}} object. diff --git a/files/en-us/web/api/webglrenderingcontext/index.md b/files/en-us/web/api/webglrenderingcontext/index.md index e6f198c2c06ec14..1020be4c66b96b5 100644 --- a/files/en-us/web/api/webglrenderingcontext/index.md +++ b/files/en-us/web/api/webglrenderingcontext/index.md @@ -288,7 +288,7 @@ The following properties and methods provide general information and functionali - {{domxref("WebGLRenderingContext.drawingBufferColorSpace")}} - : Specifies the color space of the WebGL drawing buffer. -- {{domxref("WebGLRenderingContext.unpackColorSpace")}} {{Experimental_Inline}} +- {{domxref("WebGLRenderingContext.unpackColorSpace")}} - : Specifies the color space to convert to when importing textures. ## Working with extensions diff --git a/files/en-us/web/api/webglrenderingcontext/unpackcolorspace/index.md b/files/en-us/web/api/webglrenderingcontext/unpackcolorspace/index.md index 165e0fbd5cbb8cf..f0ea11acca69aa0 100644 --- a/files/en-us/web/api/webglrenderingcontext/unpackcolorspace/index.md +++ b/files/en-us/web/api/webglrenderingcontext/unpackcolorspace/index.md @@ -3,12 +3,10 @@ title: "WebGLRenderingContext: unpackColorSpace property" short-title: unpackColorSpace slug: Web/API/WebGLRenderingContext/unpackColorSpace page-type: web-api-instance-property -status: - - experimental browser-compat: api.WebGLRenderingContext.unpackColorSpace --- -{{APIRef("WebGL")}}{{SeeCompatTable}}{{AvailableInWorkers}} +{{APIRef("WebGL")}}{{AvailableInWorkers}} The **`WebGLRenderingContext.unpackColorSpace`** property specifies the color space to convert to when importing textures. Along with the default (`srgb`), the `display-p3` color space can be used. diff --git a/files/en-us/web/javascript/reference/global_objects/json/index.md b/files/en-us/web/javascript/reference/global_objects/json/index.md index 5ac32b1195b8b3c..c451bfb42e1d7b2 100644 --- a/files/en-us/web/javascript/reference/global_objects/json/index.md +++ b/files/en-us/web/javascript/reference/global_objects/json/index.md @@ -94,11 +94,11 @@ Insignificant {{Glossary("whitespace")}} may be present anywhere except within a ## Static methods -- {{jsxref("JSON.isRawJSON()")}} {{experimental_inline}} +- {{jsxref("JSON.isRawJSON()")}} - : Tests whether a value is an object returned by {{jsxref("JSON.rawJSON()")}}. - {{jsxref("JSON.parse()")}} - : Parse a piece of string text as JSON, optionally transforming the produced value and its properties, and return the value. -- {{jsxref("JSON.rawJSON()")}} {{experimental_inline}} +- {{jsxref("JSON.rawJSON()")}} - : Creates a "raw JSON" object containing a piece of JSON text. When serialized to JSON, the raw JSON object is treated as if it is already a piece of JSON. This text is required to be valid JSON. - {{jsxref("JSON.stringify()")}} - : Return a JSON string corresponding to the specified value, optionally including only certain properties or replacing property values in a user-defined manner. diff --git a/files/en-us/web/javascript/reference/global_objects/json/israwjson/index.md b/files/en-us/web/javascript/reference/global_objects/json/israwjson/index.md index e0b5727cd4f9483..1ee281b20010f50 100644 --- a/files/en-us/web/javascript/reference/global_objects/json/israwjson/index.md +++ b/files/en-us/web/javascript/reference/global_objects/json/israwjson/index.md @@ -2,12 +2,10 @@ title: JSON.isRawJSON() slug: Web/JavaScript/Reference/Global_Objects/JSON/isRawJSON page-type: javascript-static-method -status: - - experimental browser-compat: javascript.builtins.JSON.isRawJSON --- -{{JSRef}}{{SeeCompatTable}} +{{JSRef}} The **`JSON.isRawJSON()`** static method tests whether a value is an object returned by {{jsxref("JSON.rawJSON()")}}. diff --git a/files/en-us/web/javascript/reference/global_objects/json/rawjson/index.md b/files/en-us/web/javascript/reference/global_objects/json/rawjson/index.md index d0a3da8883f921c..a5608c09f4de86a 100644 --- a/files/en-us/web/javascript/reference/global_objects/json/rawjson/index.md +++ b/files/en-us/web/javascript/reference/global_objects/json/rawjson/index.md @@ -2,12 +2,10 @@ title: JSON.rawJSON() slug: Web/JavaScript/Reference/Global_Objects/JSON/rawJSON page-type: javascript-static-method -status: - - experimental browser-compat: javascript.builtins.JSON.rawJSON --- -{{JSRef}}{{SeeCompatTable}} +{{JSRef}} The **`JSON.rawJSON()`** static method creates a "raw JSON" object containing a piece of JSON text. When serialized to JSON, the raw JSON object is treated as if it is already a piece of JSON. This text is required to be valid JSON. From 1b9dc242dd2e218eda60cf8e081e5f089171cdee Mon Sep 17 00:00:00 2001 From: Onkar Khadangale <87750369+OnkarRuikar@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:40:06 +0530 Subject: [PATCH 2/2] Remove depreacated and non-standard tags --- files/en-us/web/api/installevent/index.md | 2 +- files/en-us/web/api/installevent/installevent/index.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/files/en-us/web/api/installevent/index.md b/files/en-us/web/api/installevent/index.md index 638bf06c0241bab..9b969938c93ef3d 100644 --- a/files/en-us/web/api/installevent/index.md +++ b/files/en-us/web/api/installevent/index.md @@ -15,7 +15,7 @@ This interface inherits from the {{domxref("ExtendableEvent")}} interface. ## Constructor -- {{domxref("InstallEvent.InstallEvent", "InstallEvent()")}} {{Deprecated_Inline}} {{Non-standard_Inline}} {{experimental_inline}} +- {{domxref("InstallEvent.InstallEvent", "InstallEvent()")}} {{experimental_inline}} - : Creates a new `InstallEvent` object. ## Instance properties diff --git a/files/en-us/web/api/installevent/installevent/index.md b/files/en-us/web/api/installevent/installevent/index.md index dc3986ea7fc47af..011313a57338da6 100644 --- a/files/en-us/web/api/installevent/installevent/index.md +++ b/files/en-us/web/api/installevent/installevent/index.md @@ -5,11 +5,10 @@ slug: Web/API/InstallEvent/InstallEvent page-type: web-api-constructor status: - experimental - - deprecated browser-compat: api.InstallEvent.InstallEvent --- -{{APIRef("Service Workers API")}}{{Deprecated_Header}}{{SeeCompatTable}} +{{APIRef("Service Workers API")}}{{SeeCompatTable}} The **`InstallEvent()`** constructor creates a new {{domxref("InstallEvent")}} object.