├── .gitignore ├── LICENSE.md ├── README.md ├── index.html └── webvr.html /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | All Reports in this Repository are licensed by Contributors 2 | under the 3 | [W3C Software and Document License](http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document). 4 | 5 | Contributions to Specifications are made under the 6 | [W3C CLA](https://www.w3.org/community/about/agreements/cla/). 7 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # WebVR Specification has moved 2 | 3 | > **Note:** This `webvr-spec` repository has merged into the __[W3C's `webvr` repository](https://github.com/w3c/webvr/)__. All [commits](https://github.com/w3c/webvr/commits/) and [issues](https://github.com/w3c/webvr/issues) have also been moved over. 4 | 5 |