Edit guide due to removed Battery Status APIs 54/126454/1
authorEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Fri, 21 Apr 2017 11:38:10 +0000 (14:38 +0300)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Fri, 21 Apr 2017 11:38:10 +0000 (14:38 +0300)
This is the pending language and style edit related to the #118808
change that was merged while language editing was on hold.

Change-Id: I234a5430839fb3ebd57a9fc72b0d12be756f2878

org.tizen.guides/html/web/w3c/device/battery_w.htm

index f583213..e46d732 100644 (file)
@@ -51,7 +51,7 @@
   <p>The main features of the Battery Status API include:</p>
   <ul>
    <li>Retrieving the battery status
-   <p>You can use the attributes of the <a href="http://www.w3.org/TR/2012/CR-battery-status-20120508/#batterymanager-interface" target="_blank">BatteryManager</a> interface to <a href="#retrieve">check the battery status information</a>, such as battery charging status, remaining charging time (until fully charged), remaining battery life (until battery is empty), and battery level.</p></li>
+   <p>You can use the attributes of the <a href="http://www.w3.org/TR/2012/CR-battery-status-20120508/#batterymanager-interface" target="_blank">BatteryManager</a> interface to <a href="#retrieve">check the battery status information</a>, such as battery charging status and battery level.</p></li>
 
    <li>Detecting battery status changes
 <p>You can set event listeners with the <code>BatteryManager</code> interface attributes to <a href="#detect">detect changes in the battery status</a>.</p>
@@ -87,7 +87,7 @@
 </li>
 
 <li>
-<p>Use the attributes of the <a href="http://www.w3.org/TR/2012/CR-battery-status-20120508/#batterymanager-interface" target="_blank">BatteryManager</a> interface to display the battery charging status, remaining charging time, remaining battery life, and battery level:</p>
+<p>Use the attributes of the <a href="http://www.w3.org/TR/2012/CR-battery-status-20120508/#batterymanager-interface" target="_blank">BatteryManager</a> interface to display the battery charging status and battery level:</p>
 
 
 <pre class="prettyprint">