dap commit: Remove redundant "while the battery is charging but not full".

changeset:   555:eb02dc5983af
user:        Anssi Kostiainen <anssi.kostiainen@intel.com>
date:        Wed Jul 02 09:42:06 2014 +0300
files:       battery/Overview.src.html
description:
Remove redundant "while the battery is charging but not full".


diff -r 3ab4af97cf9e -r eb02dc5983af battery/Overview.src.html
--- a/battery/Overview.src.html	Wed Jul 02 09:37:02 2014 +0300
+++ b/battery/Overview.src.html	Wed Jul 02 09:42:06 2014 +0300
@@ -247,11 +247,11 @@
         The <code>chargingTime</code> attribute MUST be set to 0, if the
         battery is 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 while the
-        battery is charging but not full, or otherwise. When the battery
-        charging time is updated, the <a>user agent</a> MUST <a>queue a task</a>
-        which sets the <code>chargingTime</code> attribute's value and <a>fires
-        a simple event</a> named <code><a>chargingtimechange</a></code> at the
+        implementation is unable to report the remaining charging time, or
+        otherwise. When the battery charging time is updated, the <a>user
+        agent</a> MUST <a>queue a task</a> which sets the
+        <code>chargingTime</code> attribute's value and <a>fires a simple
+        event</a> named <code><a>chargingtimechange</a></code> at the
         <a>BatteryManager</a> object.
       </p>
       <p>

Received on Wednesday, 2 July 2014 06:45:22 UTC