This repository contains the Media Capture Depth Stream Extensions specification that is being worked on in the W3C Media Capture Task Force.
To suggest a change to the Editor's Draft:
- Change
index.src.html
. See ReSpec documentation for the syntax. - (Run
npm install
to install the dependencies for build.js.) - Run
node build.js
to buildindex.html
. - Submit your patch with a descriptive commit message, refer to an existing issue (Fix #NN) you're addressing, if any.