2009/dap/system-info Overview.html,1.35,1.36

Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv21229

Modified Files:
	Overview.html 
Log Message:
- added the id option parameter for accessing enumerable devices (CPUs, batteries, fans)
- added the corresponding id and URL for enumerable properties
- as a result, changed the structure of the sections
- commented out the Audio section until we decide the requirements


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/Overview.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Overview.html	11 Dec 2009 13:52:06 -0000	1.35
+++ Overview.html	14 Dec 2009 16:34:46 -0000	1.36
@@ -61,8 +61,7 @@
       NavigatorDevice.</p>
       
       <dl title='[NoInterfaceObject] interface System' class='idl'>
-        <dt>PendingOp get(DOMString propertyId, SuccessCB successCallback, optional ErrorCB? errorCallback, optional options)</dt>
-        
+        <dt>PendingOp get(DOMString propertyId, SuccessCB successCallback, optional ErrorCB? errorCallback, optional Options options)</dt>
         <dd>
           The <a>get</a> function retrieves the current state
           of any combination of system properties. When called, the
@@ -116,7 +115,7 @@
         </ol>
[...980 lines suppressed...]
-        Frequency range, high value, in Hz
-        </dd>
-      </dl>
-    
-    </section>
-  </section>
-
-  <section>
     <h3>Video</h3>
       This video specification draws on many references on the Internet on video capabilities. It uses terminology found in the 
     <a href="http://en.wikipedia.org/wiki/Comparison_of_video_codecs">
@@ -1153,6 +1194,8 @@
 
 
     <dl title='[NoInterfaceObject] interface Video' class='idl'>
+      <dt>readonly attribute DOMString info</dt>
+      <dd>Freeform string describing this video interface</dd>
 
       <dt>readonly attribute VideoArch archInfo</dt>
       <dd>

Received on Monday, 14 December 2009 16:34:51 UTC