- From: Max Froumentin via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 15 Dec 2009 11:18:11 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info In directory hutz:/tmp/cvs-serv25575 Modified Files: Overview.html Log Message: - remove SystemState type - editorial fixes - use Thermometer property for internal and external temperature - renamed most shortnames and URIs to match value type - use a single network properties with nullable attributes - display: move dynamic attributes (brightness, contrast, etc.) to top-level property Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/system-info/Overview.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- Overview.html 14 Dec 2009 16:34:46 -0000 1.36 +++ Overview.html 15 Dec 2009 11:18:08 -0000 1.37 @@ -51,8 +51,8 @@ <section> <h2>The <a>System</a> API</h2> - <p>Objects implementing the <a>NavigatorDevice</a> - interface (e.g. the <a>window.navigator.device</a> + <p>Objects implementing the <code>NavigatorDevice</code> + interface (e.g. the <code>window.navigator.device</code> object in Web browsers [[!NAVIGATOR]]) provide access to the interfaces defined below through the <a>System</a> interface. An instance of @@ -63,17 +63,15 @@ [...1138 lines suppressed...] @@ -1026,8 +970,8 @@ <dd>A free-form string identifying this sensor. The value of this element MUST be unique within the list reported in a <a>Proximity</a> object.</dd> <dt>attribute DOMString info</dt> <dd>A free-form string describing this device.</dd> - <dt>attribute float proximity</dt> - <dd>The distance between this sensor and the nearmost object, in meters</dd>. + <dt>attribute float distance</dt> + <dd>The distance between this sensor and the nearest object, in meters</dd>. <dt>attribute float minProximity</dt> <dd>The maximum proximity that this device can report, in meters</dd> <dt>attribute float maxProximity</dt> @@ -1496,7 +1440,7 @@ <dl class='parameters'> <dt> - GenericError error + Error error </dt> <dd> The error object of an unsuccessful asynchronous operation.
Received on Tuesday, 15 December 2009 11:18:13 UTC