- From: Mercurial notifier <cvsmail@w3.org>
- Date: Mon, 16 Jun 2014 11:23:26 +0000
- To: public-dap-commits@w3.org
changeset: 543:8a9320b0e7d1 tag: tip user: Anssi Kostiainen <anssi.kostiainen@intel.com> date: Mon Jun 16 14:20:04 2014 +0300 files: battery/Overview.html battery/Overview.src.html description: Make some of the language in 'Multiple batteries' section non-normative to not to make assumptions on whether the batteries charge and/or discharge in serial or parallel. diff -r 4c334400e0aa -r 8a9320b0e7d1 battery/Overview.html --- a/battery/Overview.html Mon Jun 16 14:12:47 2014 +0300 +++ b/battery/Overview.html Mon Jun 16 14:20:04 2014 +0300 @@ -436,7 +436,7 @@ </p> <h1 class="title p-name" id="title" property="dcterms:title">Battery Status API</h1> - <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-06-16T08:02:23.000Z" id="w3c-editor-s-draft-16-june-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2014-06-16">16 June 2014</time></h2> + <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-06-16T08:15:37.000Z" id="w3c-editor-s-draft-16-june-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2014-06-16">16 June 2014</time></h2> <dl> <dt>This version:</dt> @@ -923,17 +923,20 @@ Otherwise, it <em class="rfc2119" title="MUST">MUST</em> be set to false. </p> <p> - The <code>level</code> attribute <em class="rfc2119" title="MUST">MUST</em> be set to the sum of the - individual battery's <code>level</code> attributes divided by the - number of batteries. + 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. </p> <p> - The <code>chargingTime</code> attribute <em class="rfc2119" title="MUST">MUST</em> be set to the max of all - the individual batteries <code>chargingTime</code>. + Depending on whether multiple batteries charge in parallel or + serially, the <code>chargingTime</code> attribute can be set to the + maximum or sum of the individual battery charging time, respectively. </p> <p> - The <code>dischargingTime</code> attribute <em class="rfc2119" title="MUST">MUST</em> be set to the max of - all the individual batteries <code>dischargingTime</code>. + The <code>dischargingTime</code> attribute can be set to the sum or + weighted average of the individual battery + <code>dischargingTime</code>, depending on whether they discharge + serially or in parallel respectively. </p> </section> <section id="event-handlers"> diff -r 4c334400e0aa -r 8a9320b0e7d1 battery/Overview.src.html --- a/battery/Overview.src.html Mon Jun 16 14:12:47 2014 +0300 +++ b/battery/Overview.src.html Mon Jun 16 14:20:04 2014 +0300 @@ -410,17 +410,20 @@ Otherwise, it MUST be set to false. </p> <p> - The <code>level</code> attribute MUST be set to the sum of the - individual battery's <code>level</code> attributes divided by the - number of batteries. + 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. </p> <p> - The <code>chargingTime</code> attribute MUST be set to the max of all - the individual batteries <code>chargingTime</code>. + Depending on whether multiple batteries charge in parallel or + serially, the <code>chargingTime</code> attribute can be set to the + maximum or sum of the individual battery charging time, respectively. </p> <p> - The <code>dischargingTime</code> attribute MUST be set to the max of - all the individual batteries <code>dischargingTime</code>. + The <code>dischargingTime</code> attribute can be set to the sum or + weighted average of the individual battery + <code>dischargingTime</code>, depending on whether they discharge + serially or in parallel respectively. </p> </section> <section>
Received on Monday, 16 June 2014 11:23:27 UTC