- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
 - Date: Wed, 11 Aug 2010 08:44:10 +0000
 - To: public-dap-commits@w3.org
 
Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv17063
Modified Files:
	Overview.html 
Log Message:
Bryan's changes
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/Overview.html,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- Overview.html	15 Jul 2010 09:22:36 -0000	1.123
+++ Overview.html	11 Aug 2010 08:44:07 -0000	1.124
@@ -1,1503 +1,1494 @@
-<!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",
[...2966 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, 11 August 2010 08:44:12 UTC