From 711747eca6f3eba79a25d8605e261ce8bd946404 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Tue, 18 Apr 2023 08:52:17 +0900 Subject: [PATCH] =?UTF-8?q?Deprecate=20XRCompositionLayer=C2=BBchromaticAb?= =?UTF-8?q?errationCorrection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/XRCompositionLayer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/api/XRCompositionLayer.json b/api/XRCompositionLayer.json index e3b45a57edd52e..bdd327eeeb15c1 100644 --- a/api/XRCompositionLayer.json +++ b/api/XRCompositionLayer.json @@ -74,7 +74,6 @@ "chromaticAberrationCorrection": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/API/XRCompositionLayer/chromaticAberrationCorrection", - "spec_url": "https://immersive-web.github.io/layers/#dom-xrcompositionlayer-chromaticaberrationcorrection", "support": { "chrome": { "version_added": false @@ -101,9 +100,9 @@ "webview_android": "mirror" }, "status": { - "experimental": true, - "standard_track": true, - "deprecated": false + "experimental": false, + "standard_track": false, + "deprecated": true } } },