- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 15 Jul 2010 09:22:38 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv8960
Modified Files:
Overview.html
Log Message:
update from Bryan
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/Overview.html,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- Overview.html 15 Jul 2010 09:21:36 -0000 1.122
+++ Overview.html 15 Jul 2010 09:22:36 -0000 1.123
@@ -1,1503 +1,1503 @@
-<!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",
[...2975 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 Thursday, 15 July 2010 09:22:39 UTC