added WebSpeech, WebUSB, WebVTT and WebVR standards to conservative and lite blocking sets

This commit is contained in:
Peter Snyder 2017-11-12 20:48:42 -06:00
parent c3ca8ce26d
commit 34b9a15fd4
No known key found for this signature in database
GPG key ID: 9690F0C12F24762F
5 changed files with 89 additions and 82 deletions

View file

@ -18,7 +18,10 @@ window.WEB_API_MANAGER.defaults.lite = [
"WebGL Specification",
"Geometry Interfaces Module Level 1",
"Web Notifications",
"Vibration API"
"Vibration API",
"WebVR",
"WebUSB API",
"Web Speech API"
];
window.WEB_API_MANAGER.defaults.conservative = [
@ -36,7 +39,11 @@ window.WEB_API_MANAGER.defaults.conservative = [
"UI Events Specification",
"WebGL Specification",
"Web Audio API",
"Scalable Vector Graphics (SVG) 1.1 (Second Edition)"
"Scalable Vector Graphics (SVG) 1.1 (Second Edition)",
"WebVR",
"WebVTT: The Web Video Text Tracks Format",
"WebUSB API",
"Web Speech API"
];
window.WEB_API_MANAGER.defaults.aggressive = window.WEB_API_MANAGER.defaults.conservative.concat([

View file

@ -13,4 +13,4 @@
"PushSubscription.prototype.unsubscribe",
"PushSubscription.prototype.toJSON"
]
}
}

View file

@ -1,6 +1,6 @@
{
"info": {
"name": "Web Speech API Specification",
"name": "Web Speech API",
"subsection_number": null,
"subsection_name": null,
"url": "https://w3c.github.io/speech-api/webspeechapi.html"
@ -18,4 +18,4 @@
"speechSynthesis.resume",
"speechSynthesis.getVoices"
]
}
}

View file

@ -23,4 +23,4 @@
"USBDevice.prototype.isochronousTransferOut",
"USBDevice.prototype.reset"
]
}
}

View file

@ -18,4 +18,4 @@
"VRDisplay.prototype.submitFrame",
"Navigator.prototype.getVRDisplays"
]
}
}