- From: Max Froumentin via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Dec 2009 16:36:41 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv23757
Modified Files:
Overview.html
Log Message:
renamed couple of misnamed names:
- property Connection to Network
- attribute percentRemaining to level
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/Overview.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- Overview.html 21 Dec 2009 12:30:14 -0000 1.47
+++ Overview.html 23 Dec 2009 16:36:38 -0000 1.48
@@ -471,11 +471,11 @@
<dt>readonly attribute boolean? charging</dt>
<dd>If this source has <code>type</code> set to <code>EXTERNAL</code> then this value MUST be <code>null</code>. Otherwise if this source is charging, this value MUST be <code>true</code>, otherwise <code>false</code>.</dd>
- <dt>readonly attribute float? percentRemaining</dt>
+ <dt>readonly attribute float? level</dt>
<dd>If this source has <code>type</code> set to <code>EXTERNAL</code> then this value MUST be <code>null</code>, otherwise it MUST indicate how much of the battery capacity is left, on a range of 0 to 1.</dd>
<dt>readonly attribute unsigned int? timeRemaining</dt>
- <dd>If this source has <code>type</code> set to <code>EXTERNAL</code> then this value MUST be <code>null</code>, otherwise if this source is charging, this value MUST reflect the estimated time in milliseconds until the battery's <code>percentRemaining</code> value reaches 1. If this source is not charging then this value MUST reflect the estimated time in milliseconds until the battery's <code>percentRemaining</code> value reaches 0.</dd>
+ <dd>If this source has <code>type</code> set to <code>EXTERNAL</code> then this value MUST be <code>null</code>, otherwise if this source is charging, this value MUST reflect the estimated time in milliseconds until the battery's <code>level</code> value reaches 1. If this source is not charging then this value MUST reflect the estimated time in milliseconds until the battery's <code>level</code> value reaches 0.</dd>
<dt>readonly attribute float? capacity</dt>
<dd>If this source has <code>type</code> set to <code>EXTERNAL</code> then this value MUST be <code>null</code>, otherwise it MUST reflect this battery's capacity, expressed in ampere-hours</dd>
@@ -698,11 +698,11 @@
</section>
<section>
- <h4>The <a>Connection</a> Property</h4>
+ <h4>The <a>Network</a> Property</h4>
<p>This property provides information on the system's connection to the network</p>
- <dl title='[NoInterfaceObject] interface Connection' class='idl'>
+ <dl title='[NoInterfaceObject] interface Network' class='idl'>
<dt>readonly attribute float? currentSignalStrength</dt>
<dd>This connection's signal strength. This value MUST be <code>null</code> if this connection is wired.</dd>
Received on Wednesday, 23 December 2009 16:36:42 UTC