Remove redundant "while the battery is charging but not full".
--- 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>