From 3a9be4ddfd8b0615dff6bce61c9c0980743bb896 Mon Sep 17 00:00:00 2001 From: himorin / Atsushi Shimono Date: Thu, 9 Jul 2026 16:27:58 +0900 Subject: [PATCH 1/3] updated action versions --- .github/workflows/auto-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 9972c7ef..6c5ff6dd 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -10,8 +10,8 @@ jobs: name: Build and Deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v6 + - uses: actions/setup-node@v6 with: node-version: 10 - run: npm install From bbea8373f46a978085630fa27ed6b27d9898e101 Mon Sep 17 00:00:00 2001 From: himorin / Atsushi Shimono Date: Thu, 9 Jul 2026 16:29:12 +0900 Subject: [PATCH 2/3] added w3c.json --- w3c.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 w3c.json diff --git a/w3c.json b/w3c.json new file mode 100644 index 00000000..fde094b4 --- /dev/null +++ b/w3c.json @@ -0,0 +1,5 @@ +{ + "group": 87846 +, "contacts": ["himorin"] +, "repo-type": "others" +} From b6e62322a3879db6fa30f734d6a3e9ca339ba31e Mon Sep 17 00:00:00 2001 From: himorin / Atsushi Shimono Date: Thu, 9 Jul 2026 16:29:50 +0900 Subject: [PATCH 3/3] added notice of deprecated --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 07e404c5..cf0a9483 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# WebVR is Deprecated! + +The WebVR API had been developed under [WebVR Community Group](https://www.w3.org/community/immersive-web/2016/03/01/call-for-participation-in-webvr-community-group/), but was marked as deprecated and fully replaced by the [WebXR Device API](https://immersive-web.github.io/webxr/) and its modules which have wider support, more features, better performance, and supports both VR and XR (collectively called as XR). The WebXR Device API and its modules are under development by the [W3C Immersive Web Working Group (WG)](https://www.w3.org/groups/wg/immersive-web/) initiated at Sep 2018, was initially shipped in browsers in 2019 and are now available on many XR devices. This document is preserved out of historial interest, but the APIs described will not be implemented in any major browser. + +No further development will be held on WebVR specifications. If you have any new idea of incubation around XR, please check the [proposals repository](https://github.com/immersive-web/proposals/) of the [W3C Immersive Web Community Group (CG)](https://www.w3.org/community/immersive-web/) for further expanding XR in the Web and file as issue on any new idea there. + # WebVR Rocks Your guide to Virtual Reality in the browser.