2009/dap/system-info Overview.html,1.125,1.126

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

Modified Files:
	Overview.html 
Log Message:
new draft from Bryan

Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/Overview.html,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- Overview.html	17 Sep 2010 07:00:10 -0000	1.125
+++ Overview.html	19 Jan 2011 11:34:40 -0000	1.126
@@ -1,1494 +1,1499 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <title>The System Information API</title>
-    <meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
-    <script src='http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js' class='remove'></script>
-    <script class='remove'>
-      var respecConfig = {
-          specStatus:           "ED",
-          shortName:            "system-info-api",
-          // publishDate:  "2010-04-20",
[...2962 lines suppressed...]
+          <tr><td><code>BrailleDeviceAttributes</code></td><td><code>nbCells<br/>info</code></td></tr>
+          <tr><td rowspan="5"><code>InputDevices</code></td><td><code>InputDevicesAttributes</code></td><td><code>pointingDevices<br/>activePointingDevices<br/>keyboards<br/>activeKeyboards<br/>cameras<br/>activeCameras<br/>microphones<br/>activeMicrophones</code></td></tr>
+          <tr><td><code>PointerAttributes</code></td><td><code>type<br/>supportsMultiTouch<br/>info</code></td></tr>
+          <tr><td><code>KeyboardAttributes</code></td><td><code>type<br/>isHardware<br/>info</code></td></tr>
+          <tr><td><code>CameraAttributes</code></td><td><code>supportsVideo<br/>hasFlash<br/>sensorPixels<br/>maxZoomFactor</code></td></tr>
+          <tr><td><code>MicrophoneAttributes</code></td><td><code>type<br/>freqRangeLow<br/>freqRangeHigh<br/>info</code></td></tr>
+        </tbody>
+      </table>
+
+    </section>
+
+    <!--************************************* Acks ***************************************************-->
+    <section class='appendix'>
+      <h3>Acknowledgements</h3>
+      <p>The DAP Working Group would like to acknowledge the people outside of the DAP Working Group who helped with the process of developing this specification. Specifically, many thanks to Clayne Robison and Andy Idsinga at <a href="http://www.intel.com">Intel Corporation</a> for their contributions.
+      </p>
+    </section>
+  </body>
 </html>
\ No newline at end of file

Received on Wednesday, 19 January 2011 11:34:44 UTC