added WebSpeech, WebUSB, WebVTT and WebVR standards to conservative and lite blocking sets
This commit is contained in:
parent
c3ca8ce26d
commit
34b9a15fd4
5 changed files with 89 additions and 82 deletions
|
@ -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([
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue