2009/dap/system-info battery-status.html,1.66,1.67

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

Modified Files:
	battery-status.html 
Log Message:
make 'charging' and 'chargingTime' match the implementation <http://www.w3.org/mid/4ECBC105.4060309@lamouri.fr>

Index: battery-status.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/battery-status.html,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- battery-status.html	4 Nov 2011 15:53:37 -0000	1.66
+++ battery-status.html	23 Nov 2011 08:11:55 -0000	1.67
@@ -198,19 +198,17 @@
         <dt>readonly attribute boolean charging</dt>
         <dd>
           Represents if the system's battery is charging. The attribute MUST be
-          set to true if the battery is charging or full, and set to false, if
-          the battery is discharging, the implementation is unable to report
-          the state, or there is no battery attached to the system, or
-          otherwise.
+          set to false if the battery is discharging, and set to true, if the
+          battery is charging, full, the implementation is unable to report the
+          state, or there is no battery attached to the system, or otherwise.
         </dd>
         <dt>readonly attribute double chargingTime</dt>
         <dd>
           Represents the time remaining in seconds until the system's battery
           is fully charged. The attribute MUST be set to 0, if the battery is
-          full, and to the value positive Infinity if the battery is
-          discharging, the implementation is unable to report the remaining
-          charging time, there is no battery attached to the system, or
-          otherwise.
+          full or there is no battery attached to the system, and to the value
+          positive Infinity if the battery is discharging, the implementation
+          is unable to report the remaining charging time, or otherwise.
         </dd>
         <dt>readonly attribute double level</dt>
         <dd>

Received on Wednesday, 23 November 2011 08:12:01 UTC