change configuration nonsense
authorRobin Berjon <robin@berjon.com>
Mon, 27 Feb 2012 17:14:14 +0100
changeset 63 f42d59a0cf6e
parent 62 9296fdea80e5
child 64 af279f9448d5
change configuration nonsense
media-stream-capture/scenarios.html
tests/vibration/submissions/robin/TODO.txt
--- a/media-stream-capture/scenarios.html	Thu Feb 16 09:56:03 2012 +0200
+++ b/media-stream-capture/scenarios.html	Mon Feb 27 17:14:14 2012 +0100
@@ -7,7 +7,7 @@
     <script type="text/javascript" src='http://dev.w3.org/2009/dap/ReSpec.js/js/sh_main.min.js' class='remove'></script>
     <script type="text/javascript" class='remove'>
             var respecConfig = {
-                  specStatus: "ED",
+                  specStatus: "FPWD",
                   editors: [{
                             name: "Travis Leithead", 
                             company: "Microsoft Corp.",
@@ -15,21 +15,15 @@
                             companyURL: "http://www.microsoft.com"}],
                   previousPublishDate:  null,
                   noIDLIn:  true,
+                  inlineCSS:  true,
+                  shortName:  "capture-scenarios",
+                  extraCSS: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
+                  wg:         ["Device APIs Working Group", "Web Real-Time Communications Working Group"],
+                  wgURI:    ["http://www.w3.org/2009/dap/", "http://www.w3.org/2011/04/webrtc/"],
+                  wgPublicList: "public-media-capture",
+                  wgPatentURI:  ["http://www.w3.org/2004/01/pp-impl/43696/status", "http://www.w3.org/2004/01/pp-impl/47318/status"]
               };
-
-              /* Fixup to get the working group TF correct (Travis Leithead) */
-            if (document.addEventListener) {
-                document.addEventListener("DOMContentLoaded", fixupConfig);
-            }
-            function fixupConfig() {
-                respecConfig.specStatus = "ED",
-                respecConfig.wg = "Media Capture TF";
-                respecConfig.wgURI = "";
-                respecConfig.wgPublicList = "public-media-capture";
-            }
-            
     </script>
-    <script type="text/javascript" src='http://dev.w3.org/2009/dap/common/config.js' class='remove'></script>
     <style type="text/css">
       /* ReSpec.js CSS optimizations (Richard Tibbett) - cut-n-paste :) */
       div.example {
@@ -495,8 +489,8 @@
          <p>Specific information about a given webcam and/or microphone must not be available until after the user has 
          granted consent. Otherwise "drive-by" fingerprinting of a UA's devices and characteristics can be obtained without 
          the user's knowledge—a privacy issue.</p>
-         <p>In addition, care must be taken that webcam and audio devices are not able to record and stream data without the 
-         user's knowledge. Explicit permission should be granted for a specific activity of a limited duration. Configuration 
+         <p>In addition, care must be taken that webcam and audio devices are not able to record and stream data without the 
+         user's knowledge. Explicit permission should be granted for a specific activity of a limited duration. Configuration 
          controls should be possible to enable age-limits on webcam use or other similar techniques.</p>
         </section>
 
@@ -525,7 +519,7 @@
           <li>When a user has only one of two requested device capabilities (for example only "audio" but not "video", and both 
               "audio" and "video" are requested), should access be granted without the video or should the request fail?
           </li>
-          <li>Enabling control configuration of webcam based on age (parental control)</li>
+          <li>Enabling control configuration of webcam based on age (parental control)</li>
           <li>Phishing and other attacks using webcam, audio (possible issue to note)</li>
          </ol>
         </section>
--- a/tests/vibration/submissions/robin/TODO.txt	Thu Feb 16 09:56:03 2012 +0200
+++ b/tests/vibration/submissions/robin/TODO.txt	Mon Feb 27 17:14:14 2012 +0100
@@ -11,6 +11,7 @@
     - do nothing when hidden
     - cancel when dynamically hidden
     - reinstate when dynamically shown
+    - invalid values
 
 
 NOTES: