- From: Mercurial notifier <cvsmail@w3.org>
- Date: Thu, 03 Jul 2014 06:27:47 +0000
- To: public-dap-commits@w3.org
changeset: 558:07b650ad4c98 user: Anssi Kostiainen <anssi.kostiainen@intel.com> date: Thu Jul 03 09:21:51 2014 +0300 files: battery/Overview.src.html description: Move non-normative desctiptive text back from Introduction into the BatteryManager interface. diff -r f97a332b33b6 -r 07b650ad4c98 battery/Overview.src.html --- a/battery/Overview.src.html Wed Jul 02 09:45:12 2014 +0300 +++ b/battery/Overview.src.html Thu Jul 03 09:21:51 2014 +0300 @@ -91,17 +91,6 @@ monitor the battery level and save changes before the battery runs out to prevent data loss. </p> - <p> - The <a>BatteryManager</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"> @@ -187,6 +176,17 @@ <section> <h2>The <a>BatteryManager</a> interface</h2> + <p> + The <a>BatteryManager</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> <dl title="interface BatteryManager : EventTarget" class="idl"> <dt>readonly attribute boolean charging</dt>
Received on Thursday, 3 July 2014 06:28:30 UTC