From 8f2d35a3689037d25958b404305ccc98677712c5 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Wed, 12 Oct 2022 20:29:38 +0900 Subject: [PATCH 1/2] =?UTF-8?q?XRWebGLSubImage/textureHeight|Width=20?= =?UTF-8?q?=E2=86=92=20colorTextureHeight|Width?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://immersive-web.github.io/layers/#xrwebglsubimagetype Related MDN PR: https://github.com/mdn/content/pull/21508 --- api/XRWebGLSubImage.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/api/XRWebGLSubImage.json b/api/XRWebGLSubImage.json index f777c46b7ae94..1561927da5930 100644 --- a/api/XRWebGLSubImage.json +++ b/api/XRWebGLSubImage.json @@ -143,10 +143,10 @@ } } }, - "textureHeight": { + "colorTextureHeight": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/XRWebGLSubImage/textureHeight", - "spec_url": "https://immersive-web.github.io/layers/#dom-xrwebglsubimage-textureheight", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/XRWebGLSubImage/colorTextureHeight", + "spec_url": "https://immersive-web.github.io/layers/#dom-xrwebglsubimage-colortextureheight", "support": { "chrome": { "version_added": false @@ -179,10 +179,10 @@ } } }, - "textureWidth": { + "colorTextureWidth": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/XRWebGLSubImage/textureWidth", - "spec_url": "https://immersive-web.github.io/layers/#dom-xrwebglsubimage-texturewidth", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/XRWebGLSubImage/colorTextureWidth", + "spec_url": "https://immersive-web.github.io/layers/#dom-xrwebglsubimage-colortexturewidth", "support": { "chrome": { "version_added": false From cf58a335dab3f51d0216255e405b08467864bbe0 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Wed, 12 Oct 2022 20:44:13 +0900 Subject: [PATCH 2/2] Fix sorting --- api/XRWebGLSubImage.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/api/XRWebGLSubImage.json b/api/XRWebGLSubImage.json index 1561927da5930..67096c0786073 100644 --- a/api/XRWebGLSubImage.json +++ b/api/XRWebGLSubImage.json @@ -71,10 +71,10 @@ } } }, - "depthStencilTexture": { + "colorTextureHeight": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/XRWebGLSubImage/depthStencilTexture", - "spec_url": "https://immersive-web.github.io/layers/#dom-xrwebglsubimage-depthstenciltexture", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/XRWebGLSubImage/colorTextureHeight", + "spec_url": "https://immersive-web.github.io/layers/#dom-xrwebglsubimage-colortextureheight", "support": { "chrome": { "version_added": false @@ -107,10 +107,10 @@ } } }, - "imageIndex": { + "colorTextureWidth": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/XRWebGLSubImage/imageIndex", - "spec_url": "https://immersive-web.github.io/layers/#dom-xrwebglsubimage-imageindex", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/XRWebGLSubImage/colorTextureWidth", + "spec_url": "https://immersive-web.github.io/layers/#dom-xrwebglsubimage-colortexturewidth", "support": { "chrome": { "version_added": false @@ -143,10 +143,10 @@ } } }, - "colorTextureHeight": { + "depthStencilTexture": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/XRWebGLSubImage/colorTextureHeight", - "spec_url": "https://immersive-web.github.io/layers/#dom-xrwebglsubimage-colortextureheight", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/XRWebGLSubImage/depthStencilTexture", + "spec_url": "https://immersive-web.github.io/layers/#dom-xrwebglsubimage-depthstenciltexture", "support": { "chrome": { "version_added": false @@ -179,10 +179,10 @@ } } }, - "colorTextureWidth": { + "imageIndex": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/XRWebGLSubImage/colorTextureWidth", - "spec_url": "https://immersive-web.github.io/layers/#dom-xrwebglsubimage-colortexturewidth", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/XRWebGLSubImage/imageIndex", + "spec_url": "https://immersive-web.github.io/layers/#dom-xrwebglsubimage-imageindex", "support": { "chrome": { "version_added": false