Move non-normative desctiptive text back from Introduction into
authorAnssi Kostiainen <anssi.kostiainen@intel.com>
Thu, 03 Jul 2014 09:21:51 +0300
changeset 558 07b650ad4c98
parent 557 f97a332b33b6
child 559 c6e758d7a9eb
Move non-normative desctiptive text back from Introduction into
the BatteryManager interface.
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>