forked from immersive-web/webxr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
37 lines (37 loc) · 1.45 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!doctype html><html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
<title>WebVR Spec Version List</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<body class="h-entry">
<div class="head">
<h1 class="p-name no-ref" id="title">WebVR Spec</h1>
</div>
<main>
<p>
The WebVR API provides interfaces to VR hardware to allow developers to build compelling, comfortable VR experiences on the web. The specification is currently under active developement. Version numbers are to aid in communication about the spec only and are not indicitive of support status.
</p>
<h2 class="heading settled" id="prerelease"><span class="content">
Tagged versions
</h2>
<p>
This variant of the spec does not represent the final shape of the API but
may still be available in some browsers.
</p>
<ul>
<li><a href="spec/1.1/">Pre-release v1.1</a></li>
</ul>
<h2 class="heading settled" id="prerelease"><span class="content">
Latest Draft
</h2>
<p>
The latest draft of the API is incomplete and changing rapidly. Browsers should not attempt to implement it at this time.
</p>
<ul>
<li><a href="https://github.com/w3c/webvr/blob/master/explainer.md">Explainer</a></li>
<li><a href="spec/latest/">Latest Spec Draft - "v2.0"</a></li>
</ul>
</main>
</body>
</html>