- From: Mercurial notifier <cvsmail@w3.org>
- Date: Thu, 03 Jul 2014 06:28:20 +0000
- To: public-dap-commits@w3.org
changeset: 560:f5caedf8a486 tag: tip user: Anssi Kostiainen <anssi.kostiainen@intel.com> date: Thu Jul 03 09:26:40 2014 +0300 files: battery/Overview.html description: Update the snapshot. diff -r c6e758d7a9eb -r f5caedf8a486 battery/Overview.html --- a/battery/Overview.html Thu Jul 03 09:25:45 2014 +0300 +++ b/battery/Overview.html Thu Jul 03 09:26:40 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-07-02T03:42:32.000Z" id="w3c-editor-s-draft-02-july-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2014-07-02">02 July 2014</time></h2> + <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-07-03T03:24:12.000Z" id="w3c-editor-s-draft-03-july-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2014-07-03">03 July 2014</time></h2> <dl> <dt>This version:</dt> @@ -618,17 +618,6 @@ monitor the battery level and save changes before the battery runs out to prevent data loss. </p> - <p> - The <a href="#idl-def-BatteryManager" class="idlType"><code>BatteryManager</code></a> interface represents information about the - battery status of the hosting device. The <code>charging</code> - attribute represents the charging state of the system's battery. - The <code>chargingTime</code> attribute represents the time remaining - in seconds until the system's battery is fully charged. The - <code>dischargingTime</code> attribute represents the time remaining in - seconds until the system's battery is completely discharged and the - system is about to be suspended, and the <code>level</code> attribute - represents the level of the system's battery. - </p> </section> <section id="conformance" typeof="bibo:Chapter" resource="#conformance" rel="bibo:Chapter"><!--OddPage--><h2 aria-level="1" role="heading" id="h2_conformance"><span class="secno">2. </span>Conformance</h2> @@ -722,6 +711,17 @@ <section id="the-batterymanager-interface"> <!--OddPage--><h2 aria-level="1" role="heading" id="h2_the-batterymanager-interface"><span class="secno">6. </span>The <a href="#idl-def-BatteryManager" class="idlType"><code>BatteryManager</code></a> interface</h2> + <p> + The <a href="#idl-def-BatteryManager" class="idlType"><code>BatteryManager</code></a> interface represents information about the + battery status of the hosting device. The <code>charging</code> + attribute represents the charging state of the system's battery. + The <code>chargingTime</code> attribute represents the time remaining + in seconds until the system's battery is fully charged. The + <code>dischargingTime</code> attribute represents the time remaining in + seconds until the system's battery is completely discharged and the + system is about to be suspended, and the <code>level</code> attribute + represents the level of the system's battery. + </p> <pre class="idl"><span class="idlInterface" id="idl-def-BatteryManager">interface <span class="idlInterfaceID">BatteryManager</span> : <span class="idlSuperclass">EventTarget</span> { <span class="idlAttribute"> readonly attribute <span class="idlAttrType">boolean</span> <span class="idlAttrName"><a href="#widl-BatteryManager-charging">charging</a></span>;</span> <span class="idlAttribute"> readonly attribute <span class="idlAttrType">unrestricted double</span> <span class="idlAttrName"><a href="#widl-BatteryManager-chargingTime">chargingTime</a></span>;</span> @@ -816,8 +816,8 @@ <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. + parallel, and to the sum of individual discharging times if + discharging serially. </p> <p> The <code>level</code> attribute can be set to the average of the
Received on Thursday, 3 July 2014 06:28:22 UTC