From 7bc3882fcf9d88780bc2996b77d9eddb8a889d75 Mon Sep 17 00:00:00 2001 From: gansukhben Date: Tue, 7 Nov 2017 22:03:24 -0600 Subject: [PATCH 1/3] Added WebVR standard --- data/standards/WEBVR.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 data/standards/WEBVR.json diff --git a/data/standards/WEBVR.json b/data/standards/WEBVR.json new file mode 100644 index 0000000..42e5169 --- /dev/null +++ b/data/standards/WEBVR.json @@ -0,0 +1,21 @@ +{ + "info": { + "name": "WebVR", + "subsection_number": null, + "subsection_name": null, + "url": "https://w3c.github.io/webvr/spec/1.1/" + }, + "features": [ + "VRDisplay.prototype.getEyeParameters", + "VRDisplay.prototype.getFrameData", + "VRDisplay.prototype.getPose", + "VRDisplay.prototype.resetPose", + "VRDisplay.prototype.requestAnimationFrame", + "VRDisplay.prototype.cancelAnimationFrame", + "VRDisplay.prototype.requestPresent", + "VRDisplay.prototype.exitPresent", + "VRDisplay.prototype.getLayers", + "VRDisplay.prototype.submitFrame", + "Navigator.prototype.getVRDisplays" + ] + } \ No newline at end of file From f2b92c4b4f4b4eb6b234781afd3b4a7e563470c6 Mon Sep 17 00:00:00 2001 From: gansukhben Date: Tue, 7 Nov 2017 22:24:19 -0600 Subject: [PATCH 2/3] Added Web Speech API Specification --- data/standards/WEBSPEECH.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 data/standards/WEBSPEECH.json diff --git a/data/standards/WEBSPEECH.json b/data/standards/WEBSPEECH.json new file mode 100644 index 0000000..403cdbe --- /dev/null +++ b/data/standards/WEBSPEECH.json @@ -0,0 +1,21 @@ +{ + "info": { + "name": "Web Speech API Specification", + "subsection_number": null, + "subsection_name": null, + "url": "https://w3c.github.io/speech-api/webspeechapi.html" + }, + "features": [ + "webkitSpeechRecognition.prototype.start", + "webkitSpeechRecognition.prototype.stop", + "webkitSpeechRecognition.prototype.abort", + "webkitSpeechGrammarList.prototype.item", + "webkitSpeechGrammarList.prototype.addFromString", + "webkitSpeechGrammarList.prototype.addFromUri", + "speechSynthesis.speak", + "speechSynthesis.cancel", + "speechSynthesis.pause", + "speechSynthesis.resume", + "speechSynthesis.getVoices" + ] + } \ No newline at end of file From b0a34da8ac0700b954f73fac6de9b880afeba9b6 Mon Sep 17 00:00:00 2001 From: gansukhben Date: Tue, 7 Nov 2017 22:40:58 -0600 Subject: [PATCH 3/3] Added Push API standard --- data/standards/PUSHAPI.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/standards/PUSHAPI.json diff --git a/data/standards/PUSHAPI.json b/data/standards/PUSHAPI.json new file mode 100644 index 0000000..65f6053 --- /dev/null +++ b/data/standards/PUSHAPI.json @@ -0,0 +1,16 @@ +{ + "info": { + "name": "Push API", + "subsection_number": null, + "subsection_name": null, + "url": "https://w3c.github.io/push-api/" + }, + "features": [ + "PushManager.prototype.subscribe", + "PushManager.prototype.getSubscription", + "PushManager.prototype.permissionState", + "PushSubscription.prototype.getKey", + "PushSubscription.prototype.unsubscribe", + "PushSubscription.prototype.toJSON" + ] + } \ No newline at end of file