From 42435b4d2b94f07b4ffe8b34242cfeb0d3114c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Daoust?= Date: Sat, 24 Mar 2018 10:03:24 +0100 Subject: [PATCH] [Media] Replace WebVR by WebXR (#202) See #188. WebXR Device API aims at replacing the WebVR specification. Development of the WebVR spec has now halted. --- data/webxr.json | 2 +- media/rendering.html | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/data/webxr.json b/data/webxr.json index 495aea3a..f14f7026 100644 --- a/data/webxr.json +++ b/data/webxr.json @@ -1,5 +1,5 @@ { - "editors": "https://w3c.github.io/webvr/", + "editors": "https://immersive-web.github.io/webxr/spec/latest/", "title": "WebXR Device API", "wgs": [ { diff --git a/media/rendering.html b/media/rendering.html index 037cace1..df400b81 100644 --- a/media/rendering.html +++ b/media/rendering.html @@ -50,8 +50,8 @@

Exploratory work

To adapt to wide-gamut displays, all the graphical systems of the Web will need to adapt to these broader color spaces. CSS Colors Level 4 is proposing to define CSS colors in color spaces beyond the classical sRGB. Similarly, work on making canvas color-managed should enhance the support for colors in HTML Canvas.

-
-

The WebVR specification is a low-level API that allows applications to access and control head-mounted displays (HMD) using JavaScript. It is a critical enabler to render 360° video content in Virtual Reality headsets.

+
+

The WebXR Device API specification is a low-level API that allows applications to access and control head-mounted displays (HMD) using JavaScript and create compelling Virtual Reality (VR) / Augmented Reality (AR) experiences. It is a critical enabler to render 360° video content in Virtual Reality headsets.

@@ -72,6 +72,9 @@

Discontinued features

Network service discovery
The Network Service Discovery API was to offer a lower-level approach to the establishment of multi-device operations, by providing integration with local network-based media renderers, such as those enabled by DLNA, UPnP, etc. This effort was discontinued out of privacy concerns and lack of interest from implementers. The current approach is to let the user agent handle network discovery under the hoods, as done in the Presentation API and Remote Playback API.
+ +
WebVR
+
Development of the WebVR specification that allowed access and control of Virtual Reality (VR) devices, and which is supported in some browsers, has halted in favor of the WebXR Device API, which extends the scope of the work to Augmented Reality (AR) devices.