- From: Mercurial notifier <cvsmail@w3.org>
- Date: Thu, 03 Jul 2014 12:09:50 +0000
- To: public-dap-commits@w3.org
changeset: 561:cb5bbd14501b user: Anssi Kostiainen <anssi.kostiainen@intel.com> date: Thu Jul 03 15:08:16 2014 +0300 files: battery/Overview.src.html description: Add <dfn> to 'default values'. diff -r f5caedf8a486 -r cb5bbd14501b 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
Received on Thursday, 3 July 2014 12:09:52 UTC