Add <dfn> to 'default values'.
authorAnssi Kostiainen <anssi.kostiainen@intel.com>
Thu, 03 Jul 2014 15:08:16 +0300
changeset 561 cb5bbd14501b
parent 560 f5caedf8a486
child 562 bb39f5118fc7
Add <dfn> to 'default values'.
battery/Overview.src.html
--- a/battery/Overview.src.html	Thu Jul 03 09:26:40 2014 +0300
+++ b/battery/Overview.src.html	Thu Jul 03 15:08:16 2014 +0300
@@ -170,7 +170,7 @@
         <code>getBattery()</code>. If the <a>user agent</a> does not want to
         expose the battery information to the web page, it is RECOMMENDED to
         not expose <code>getBattery()</code> or resolve the promise with an
-        instance of <a>BatteryManager</a> exposing only default values.
+        instance of <a>BatteryManager</a> exposing only <a>default values</a>.
       </p>
     </section>
 
@@ -217,7 +217,7 @@
       <p>
         When the <a>promise</a> is <a>resolve</a>d with the <a>BatteryManager</a>
         object and the implementation is unable to provide any battery
-        information, the default values are set as follows (which is
+        information, the <dfn>default values</dfn> are set as follows (which is
         equivalent to a fully charged battery): <code>charging</code> MUST be
         set to true, <code>chargingTime</code> MUST be set to 0,
         <code>dischargingTime</code> MUST be set to positive Infinity, and