- From: Mercurial notifier <cvsmail@w3.org>
- Date: Tue, 01 Jul 2014 09:16:01 +0000
- To: public-dap-commits@w3.org
changeset: 549:7857ba0e4266 user: Anssi Kostiainen <anssi.kostiainen@intel.com> date: Tue Jul 01 12:05:35 2014 +0300 files: battery/Overview.src.html description: Clarify multiple batteries section. diff -r b84afc1ef2b0 -r 7857ba0e4266 battery/Overview.src.html --- a/battery/Overview.src.html Tue Jul 01 11:54:05 2014 +0300 +++ b/battery/Overview.src.html Tue Jul 01 12:05:35 2014 +0300 @@ -289,9 +289,9 @@ Otherwise, it MUST be set to false. </p> <p> - The <code>level</code> attribute can be set to the sum of the levels - of batteries of same capacity, or the weighted average of the battery - level attributes for batteries of different capacities. + The <code>level</code> attribute can be set to the average of the + levels of batteries of same capacity, or the weighted average of the + battery level attributes for batteries of different capacities. </p> <p> Depending on whether multiple batteries charge in parallel or @@ -304,6 +304,12 @@ <code>dischargingTime</code>, depending on whether they discharge serially or in parallel respectively. </p> + <p> + The <code>dischargingTime</code> attribute can be set to the maximum + discharging time of the individual batteries if discharging in + parallel, and to the sum of the individual batteries if discharging + serially. + </p> </section> <section> <h2>Event handlers</h2>
Received on Tuesday, 1 July 2014 09:16:01 UTC